summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-16 12:26:02 +0000
committerJim Meyering <jim@meyering.net>2003-11-16 12:26:02 +0000
commit1f4ee4073cfcf8c88ee3fe1acf137c70a5719b24 (patch)
treefbd6784089745845a4ffc97e15b4174a3159a801 /ChangeLog
parent51ab3265f8444eeb09faf47c9d5d4a1a8b036025 (diff)
downloadcoreutils-1f4ee4073cfcf8c88ee3fe1acf137c70a5719b24.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 21 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bf42a051..56efbc4b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,27 @@
-2003-11-09 Jim Meyering <jim@meyering.net>
+2003-11-16 Jim Meyering <jim@meyering.net>
* Version 5.1.0.
+ Fix read-from-free'd-buffer error detected by valgrind.
+ * src/csplit.c (remove_line): Don't return a pointer to data in
+ a freed buffer. Instead, arrange to free the buffer on the
+ subsequent call.
+
+ * tests/misc/csplit: New test for above fix.
+
+2003-11-11 Jim Meyering <jim@meyering.net>
+
+ * src/ls.c (extract_dirs_from_files): Avoid useless copy operations.
+ This avoids a warning from valgrind about memcpy with overlapping
+ source and destination.
+
+ * configure.ac: Require automake-1.7.8.
+
+2003-11-09 Jim Meyering <jim@meyering.net>
+
+ FIXME: update coreutils.texi:
+ chmod's new options: --preserve-root and --no-preserve-root.
+
* Use automake-1.7.9. Regenerate dependent files.
* src/rm.c: Support new options: --preserve-root and --no-preserve-root.
@@ -303,10 +323,6 @@
2003-10-14 Jim Meyering <jim@meyering.net>
- FIXME: update coreutils.texi:
- chmod's new options: --preserve-root and --no-preserve-root.
- chown and chgrp have new options: -H -L -P
-
* src/ls.c (decode_switches) [TIOCGWINSZ]: Comment out the
warning-inducing test, ws.ws_col <= SIZE_MAX, since it was always
true on Linux.