1 Fri Dec 8 13:04:51 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3 * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE,
4 GLOB_TILDE, GLOB_NOMAGIC.
5 (glob): Use stat instead of lstat to determine directoriness.
6 * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
8 (__GLOB_FLAGS): Include them.
9 (glob_t): New members gl_closedir, gl_readdir, gl_opendir, gl_lstat,
12 Mon Sep 11 14:00:14 1995 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
14 * posix/glob.c (glob): Comment fix.
16 Wed Aug 30 16:44:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
18 * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
20 (glob_in_dir): Don't allocate extra byte here.
22 Mon Aug 7 14:04:36 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
24 * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
25 (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
27 Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
29 * posix/glob.c (S_ISDIR): Define if undefined.
31 Tue Apr 25 17:17:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
33 * posix/glob.c (glob): If GLOB_MARK set, stat names to find
34 directories and append slashes to them in final pass before
36 (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
37 slash; never append it here.
39 Wed Mar 8 13:38:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
41 * posix/glob/configure.bat: Fixes from DJ.
43 Wed Feb 22 00:44:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
45 * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
47 Sun Feb 5 17:59:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
49 * malloc/malloc.c (__malloc_extra_blocks): New variable.
50 (malloc): When getting more core, get __malloc_extra_blocks extra;
51 put the new block at the end of the free list and let the next loop
52 iteration use the initial portion of it.
53 * malloc/free.c (_free_internal): Account for twice
54 __malloc_extra_blocks in deciding if we have so much extra memory
55 we should return it to the system.
56 * malloc/malloc.h (__malloc_extra_blocks): Declare it.
57 * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
58 const in parameter decl.
60 Fri Jan 27 17:53:49 1995 Jim Meyering (meyering@comco.com)
62 * posix/fnmatch.c: Declare errno if it's not defined.
63 That's simpler than testing #if !defined(__GNU_LIBRARY__)
64 && !defined(STDC_HEADERS).
66 Thu Jan 26 00:02:01 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
68 * io/ftw.c: Avoid `ret' as variable name.
69 * posix/glob.c: Likewise.
71 Wed Jan 25 00:45:56 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
73 * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
76 Mon Jan 16 15:49:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
78 * posix/glob/Makefile.in: Remove config.h and config.log.
80 Sun Jan 15 06:56:47 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
82 * posix/glob/configure.in: Add AC_CONST check.