summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-12 09:47:23 +0000
committerJim Meyering <jim@meyering.net>2003-03-12 09:47:23 +0000
commit0baa107ac9c95e02d801a1b71323d943d360e667 (patch)
tree6343ece26196fe681530bfe3069f07022f335446
parent95ca880e12abe0ad71a4e0b362da1bedef286f2e (diff)
downloadcoreutils-0baa107ac9c95e02d801a1b71323d943d360e667.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 005fec04a..ae835e7ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,9 @@
2003-03-10 Jim Meyering <jim@meyering.net>
Don't segfault for a negative field width or precision in format string.
+ Note that this is just a stopgap fix. The longer term solution may
+ involve adapting bash's builtins/printf.def.
+
* src/printf.c: (UNSPECIFIED): Define.
(print_direc): Use the special value, UNSPECIFIED, to indicate
that field_width or precision has not been specified.