summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-27 07:52:48 +0000
committerJim Meyering <jim@meyering.net>2003-11-27 07:52:48 +0000
commitc86e7b4b510bef130905e41c7524a462734f9e6f (patch)
treeccdc9f96b16ba55daff51912fa4c407f0ee57993 /doc
parentc7ba991a1d907ab32e146dc1beccd29ca69d8dc4 (diff)
downloadcoreutils-c86e7b4b510bef130905e41c7524a462734f9e6f.tar.xz
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d19751d33..e2644afd1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,12 @@
+2003-11-24 Paul Eggert <eggert@twinsun.com>
+
+ Parse floating-point operands and options in the C locale.
+ POSIX requires this for printf, and we might as well be
+ consistent elsewhere (tail, sleep, seq).
+
+ * coreutils.texi (tail invocation, printf invocation,
+ sleep invocation, seq invocation): Document this.
+
2003-11-24 Jim Meyering <jim@meyering.net>
* coreutils.texi (Traversing symlinks, Treating / specially):