Imported from ../bash-3.0.tar.gz.
This commit is contained in:
		
					parent
					
						
							
								7117c2d221
							
						
					
				
			
			
				commit
				
					
						b80f6443b6
					
				
			
		
					 400 changed files with 69247 additions and 13346 deletions
				
			
		|  | @ -45,10 +45,11 @@ | |||
| 
 | ||||
| /*
 | ||||
|  * Currently doesn't handle (and bash/readline doesn't use): | ||||
|  *	*M$ width, precision specifications | ||||
|  *	%N$ numbered argument conversions | ||||
|  *	inf, nan floating values imperfect (if isinf(), isnan() not in libc) | ||||
|  *	support for `F' is imperfect, since underlying printf may not handle it | ||||
|  *	* *M$ width, precision specifications | ||||
|  *	* %N$ numbered argument conversions | ||||
|  *	* inf, nan floating values imperfect (if isinf(), isnan() not in libc) | ||||
|  *	* support for `F' is imperfect with ldfallback(), since underlying | ||||
|  *	  printf may not handle it -- should ideally have another autoconf test | ||||
|  */ | ||||
| 
 | ||||
| #define FLOATING_POINT | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jari Aalto
				Jari Aalto