1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1997-12-29 21:29:51 +00:00
parent 5cc8090de2
commit d1de57abbc
+13
View File
@@ -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.