diff options
author | Roland McGrath <roland@redhat.com> | 1995-12-12 02:42:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-12-12 02:42:43 +0000 |
commit | ffea662953c33653f1da482a1fb3fe715b3487df (patch) | |
tree | 1a4132ee6b13de9d26d58d69f78f838467217a0a /glob/ChangeLog | |
parent | db5cc03f759d859bb352087589ade7db84d4bbc1 (diff) | |
download | gunmake-ffea662953c33653f1da482a1fb3fe715b3487df.tar.gz |
Updated from libc
Diffstat (limited to 'glob/ChangeLog')
-rw-r--r-- | glob/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/glob/ChangeLog b/glob/ChangeLog index 11e5730..3f75b7f 100644 --- a/glob/ChangeLog +++ b/glob/ChangeLog @@ -1,3 +1,14 @@ +Fri Dec 8 13:04:51 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE, + GLOB_TILDE, GLOB_NOMAGIC. + (glob): Use stat instead of lstat to determine directoriness. + * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE): + New flag bits. + (__GLOB_FLAGS): Include them. + (glob_t): New members gl_closedir, gl_readdir, gl_opendir, gl_lstat, + gl_stat. + Mon Sep 11 14:00:14 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> * posix/glob.c (glob): Comment fix. |