summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-28 19:06:17 +0000
committerJim Meyering <jim@meyering.net>1999-03-28 19:06:17 +0000
commit45eb6519020d2e65c41790fea829aa89c93069a1 (patch)
tree186913828792a6182e0a3285844b73169ea2dfff /old
parent6c9f8b17d04bf747cbf17d0104a623664975cd33 (diff)
downloadcoreutils-45eb6519020d2e65c41790fea829aa89c93069a1.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a679fcaa0..8ade20894 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,14 @@
1999-03-28 Jim Meyering <meyering@ascend.com>
+ `chmod =OP' did not properly apply the umask
+ * lib/modechange.c (make_node_op_equals): New function.
+ (mode_append_entry): Likewise.
+ (mode_compile): When none of [ugoa] is specified in an `=OP' change
+ mode request, insert a `=0' entry into the linked list so that all
+ bits are cleared first. Use the new functions.
+ Reported by Andrew Dalke.
+
+ New test for the above.
* configure.in (AC_OUTPUT): Add tests/chmod/Makefile.
* tests/Makefile.am (SUBDIRS): Add chmod.
* tests/chmod: New directory
@@ -10,8 +19,7 @@
* 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.
+ * src/install.c (strip): Use pid_t, not int. From John Bley.
1999-03-26 Jim Meyering <meyering@ascend.com>