1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-03-28 14:39:34 +00:00
parent 581baf7d99
commit dc475b06bd
3 changed files with 272 additions and 0 deletions

View File

@@ -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.