From: Jim Meyering Date: Sun, 2 Feb 1997 22:22:37 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44a82a9eb612ababe5846425e7769203e1e80965;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e05e728d9c..19f8b6d26a 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,37 @@ +Sun Feb 2 09:40:37 1997 Jim Meyering + + * src/cp-hash.c (struct entry): Move dcl to this file from cp.h. + (struct htab): Likewise. + No longer include cp.h. Instead, include the things it used to + include. + (hash_insert2): Make function static. Move function to precede + the sole function from which it is called. + + * src/Makefile.am (noinst_HEADERS): Add copy.h, cp-hash.h. + Remove cp.h. + (EXTRA_DIST): Remove cp-aux.c and cp-hash.c. + (cp_SOURCES): Remove cp-aux.c. Add cp-hash.c. + * src/cp-aux.c: Remove file. + * src/cp.h: Remove file. + + * src/du.c (hash_insert2): Rename local HTAB to HT to avoid shadowing + global. + + * src/dircolors.c [obstack_chunk_alloc]: Define to malloc, not xmalloc + to work better with new obstack functions. + * src/ls.c (obstack_chunk_alloc): Likewise. + + * src/df.c (main): Rename local I to C to avoid shadowing and to + be more consistent. Declare I in inner scopes. + + * po/Makefile.in.in (POTFILES): Redirect to an intermediate file + and write-protect POTFILES. + Fri Jan 31 21:13:04 1997 Jim Meyering + * src/chown.c (usage): Make the parenthetical note on --no-dereference + a little more general. + * src/*.c: Compare getopt_long return value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter in getopt_long call. (usage): Bracket bug-reporting address with <> and append a period.