diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-09 18:14:58 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-09 18:14:58 +0000 |
commit | af85a561d325b1b828867651b2e8089b0a27ac6a (patch) | |
tree | 849dd8b5f2a5b48635712647c26185d9a00e1d17 /ChangeLog | |
parent | 9fbdcb53116f34d9ac8da1ee1548af20581183aa (diff) | |
download | zsh-af85a561d325b1b828867651b2e8089b0a27ac6a.tar.gz zsh-af85a561d325b1b828867651b2e8089b0a27ac6a.tar.xz zsh-af85a561d325b1b828867651b2e8089b0a27ac6a.zip |
Possible fix for -g test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 70e41c133..8e629d720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-06-09 Bart Schaefer <schaefer@zsh.org> + * unposted (see 14826): Test/C02cond.ztst: Force group of new + directory created for file-mode tests to be owned by the current + effective group. + * 14827: Src/parse.c, Src/utils.c: Move zwcstat() to parse.c where it can be wrapped in #ifdef USE_MMAP. |