mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 20:50:42 +02:00
Initial devel branch import from bash-3.0-alpha
This commit is contained in:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user