diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-31 15:27:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-31 15:27:53 +0000 |
commit | e7d45e86d1fda64c1ce0a07f3776367a641024a2 (patch) | |
tree | 29185064948a71556e8fdbc74f7615b7711225b9 /old | |
parent | 9ecc0c55172e19cb54174c27d075a3ca169c2d69 (diff) | |
download | coreutils-e7d45e86d1fda64c1ce0a07f3776367a641024a2.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7d2479684..5cafc4160 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ 1997-08-31 Jim Meyering <meyering@na-net.ornl.gov> + * lib/oa-hash.c: New file. + * lib/oa-hash.h: New file. + + * lib/Makefile.am (libfu_a_SOURCES): Add oa-hash.c. + (noinst_HEADERS): Add oa-hash.h. + + * configure.in (AC_REPLACE_FUNCS): Add stpncpy. + + * src/rm.c (remove_cwd_entries): Convert to using oa-hash.c. + * m4/Makefile.am (EXTRA_DIST): Add d-ino.m4 and d-type.m4. * tests/rm: New directory and tests. |