summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-29 21:29:51 +0000
committerJim Meyering <jim@meyering.net>1997-12-29 21:29:51 +0000
commitd1de57abbc1bbe9085f4ed883ffcd52271e0ea0a (patch)
treed8eabd49ef88514105860c6422020a92da993fc8 /old
parent5cc8090de237d5c765b7096278c9af3eb6089de1 (diff)
downloadcoreutils-d1de57abbc1bbe9085f4ed883ffcd52271e0ea0a.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 856295e5f..9f5683fd9 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,16 @@
+1997-12-29 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/rm.c (remove_cwd_entries): Plug a gross leak -- don't call
+ obstack_init inside the loop.
+
+ * src/du.c (usage): Replace TABs with spaces in --help message.
+ From Santiago Vila.
+
+ * lib/argmatch.c (invalid_arg): Use a single fprintf and whole
+ format statements to ease translation.
+ From Santiago Vila.
+ Convert from K&R to ANSI function dcls.
+
1997-12-28 Jim Meyering <meyering@na-net.ornl.gov>
* lib/group-member.c: Use ANSI syntax, not K&R.