Updated from libc
[make.git] / glob / ChangeLog
blob911a48748dd6bf8cd9c85bc21b79f37e16a57ddf
1 Fri Jan 19 13:28:59 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
3         * posix/glob.c (glob): Use prototype in getlogin decl.
5 Thu Jan 18 00:32:43 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7         * posix/glob.c (_GNU_SOURCE): Define if undefined, so glob.h
8         defines GNU extensions.
9         * posix/fnmatch.c: Likewise.
11 Fri Jan 12 13:40:01 1996  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
13         * posix/glob.c (glob): Add parens in glob call flags arg for
14         GLOB_BRACE case.
16 Thu Dec 14 02:28:22 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
18         * posix/glob.c (glob_in_dir): Cast result of opendir to __ptr_t,
19         and cast STREAM to DIR * before passing to readdir and closedir.
21 Mon Dec 11 20:07:54 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
23         * posix/glob.c [! STDC_HEADERS]: Declare getenv.
24         (glob): Avoid using function as value.
26 Fri Dec  8 13:04:51 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
28         * posix/glob.c: Implement new options GLOB_ALTDIRFUNC, GLOB_BRACE,
29         GLOB_TILDE, GLOB_NOMAGIC.
30         (glob): Use stat instead of lstat to determine directoriness.
31         * posix/glob.h (GLOB_ALTDIRFUNC, GLOB_BRACE, GLOB_NOMAGIC, GLOB_TILDE):
32         New flag bits.
33         (__GLOB_FLAGS): Include them.
34         (glob_t): New members gl_closedir, gl_readdir, gl_opendir, gl_lstat,
35         gl_stat.
37 Mon Sep 11 14:00:14 1995  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
39         * posix/glob.c (glob): Comment fix.
41 Wed Aug 30 16:44:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
43         * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
44         slash.
45         (glob_in_dir): Don't allocate extra byte here.
47 Mon Aug  7 14:04:36 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
49         * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
50         (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
52 Sat Apr 29 15:46:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
54         * posix/glob.c (S_ISDIR): Define if undefined.
56 Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
58         * posix/glob.c (glob): If GLOB_MARK set, stat names to find
59         directories and append slashes to them in final pass before
60         sorting.
61         (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
62         slash; never append it here.
64 Wed Mar  8 13:38:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
66         * posix/glob/configure.bat: Fixes from DJ.
68 Wed Feb 22 00:44:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
70         * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
72 Sun Feb  5 17:59:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
74         * malloc/malloc.c (__malloc_extra_blocks): New variable.
75         (malloc): When getting more core, get __malloc_extra_blocks extra;
76         put the new block at the end of the free list and let the next loop
77         iteration use the initial portion of it.
78         * malloc/free.c (_free_internal): Account for twice
79         __malloc_extra_blocks in deciding if we have so much extra memory
80         we should return it to the system.
81         * malloc/malloc.h (__malloc_extra_blocks): Declare it.
82         * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
83         const in parameter decl.
85 Fri Jan 27 17:53:49 1995  Jim Meyering  (meyering@comco.com)
87         * posix/fnmatch.c: Declare errno if it's not defined.
88         That's simpler than testing #if !defined(__GNU_LIBRARY__)
89         && !defined(STDC_HEADERS).
91 Thu Jan 26 00:02:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
93         * io/ftw.c: Avoid `ret' as variable name.
94         * posix/glob.c: Likewise.
96 Wed Jan 25 00:45:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
98         * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
99         any compile tests.
101 Mon Jan 16 15:49:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
103         * posix/glob/Makefile.in: Remove config.h and config.log.
105 Sun Jan 15 06:56:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
107         * posix/glob/configure.in: Add AC_CONST check.