diff options
author | Jari Aalto <jari.aalto@cante.net> | 2004-07-27 13:29:18 +0000 |
---|---|---|
committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:56 +0000 |
commit | b80f6443b6b7b620c7272664c66ecb0b120a0998 (patch) | |
tree | 9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /lib/sh/snprintf.c | |
parent | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff) | |
download | android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.bz2 android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.zip |
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'lib/sh/snprintf.c')
-rw-r--r-- | lib/sh/snprintf.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/sh/snprintf.c b/lib/sh/snprintf.c index 7669576..b79b41f 100644 --- a/lib/sh/snprintf.c +++ b/lib/sh/snprintf.c @@ -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 |