summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-02 22:22:37 +0000
committerJim Meyering <jim@meyering.net>1997-02-02 22:22:37 +0000
commit44a82a9eb612ababe5846425e7769203e1e80965 (patch)
tree9ba3859d039cf1448e051c9bd5b22e2b0560e337 /old
parenta15366696caa935719712e4bb609f97f8132136f (diff)
downloadcoreutils-44a82a9eb612ababe5846425e7769203e1e80965.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e05e728d9..19f8b6d26 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,37 @@
+Sun Feb 2 09:40:37 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * 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 <meyering@na-net.ornl.gov>
+ * 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.