summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-09-11 07:42:48 +0000
committerJim Meyering <jim@meyering.net>2005-09-11 07:42:48 +0000
commit4034cf6ad5a707da0f74219ea425ab6a9ca47aa5 (patch)
treec79380eda642e96043310c599ccd3f7282aad53c
parent68b1902041ffc33a9476ca5c9fb7fe0a03cf1a58 (diff)
downloadcoreutils-4034cf6ad5a707da0f74219ea425ab6a9ca47aa5.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abee6a994..3b6044932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-09-10 Jim Meyering <jim@meyering.net>
+2005-09-11 Jim Meyering <jim@meyering.net>
* Version 5.3.1-cvs.
+ * src/factor.c (usage): Remove leading spaces in 2-line
+ description, so that help2man doesn't mangle it.
+ Reported by Justin Pryzby.
+
+2005-09-10 Jim Meyering <jim@meyering.net>
+
csplit could produce corrupt output, given input lines longer than 8KB
* src/csplit.c (load_buffer): Don't read from free'd memory