diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-28 14:39:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-28 14:39:34 +0000 |
commit | dc475b06bd7a1d3f3ab740843356ba35c573cf12 (patch) | |
tree | 688da11d19aae8180b4661ec515cc6269e3b8cba /old | |
parent | 581baf7d99ee7d034eeb06039efc9626af0b7989 (diff) | |
download | coreutils-dc475b06bd7a1d3f3ab740843356ba35c573cf12.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 5821fe168..a679fcaa0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ +1999-03-28 Jim Meyering <meyering@ascend.com> + + * configure.in (AC_OUTPUT): Add tests/chmod/Makefile. + * tests/Makefile.am (SUBDIRS): Add chmod. + * tests/chmod: New directory + * tests/chmod/equal-x: New file. + 1999-03-27 Jim Meyering <meyering@ascend.com> + * lib/modechange.c (mode_compile): Upon allocation failure, free + everything starting with the head, not the tail. + * src/install.c (strip): Use pid_t, not int. From John Bley. |