From ffea662953c33653f1da482a1fb3fe715b3487df Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 12 Dec 1995 02:42:43 +0000 Subject: Updated from libc --- glob/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'glob/ChangeLog') 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 + + * 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 * posix/glob.c (glob): Comment fix. -- cgit v1.2.3