(How Make Works): Clearify that default goal is only first target.
[make.git] / glob / ChangeLog
blob11e57301e66ad19a2fc0f50d57c7cb7e0b9849f8
1 Mon Sep 11 14:00:14 1995  Roland McGrath  <roland@whiz-bang.gnu.ai.mit.edu>
3         * posix/glob.c (glob): Comment fix.
5 Wed Aug 30 16:44:55 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
7         * posix/glob.c (glob): Use realloc to extend strings for GLOB_MARK
8         slash.
9         (glob_in_dir): Don't allocate extra byte here.
11 Mon Aug  7 14:04:36 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
13         * posix/glob.c (glob_in_dir): Allocate GLOB_MARK byte in case when
14         (NFOUND == 0 && (FLAGS & GLOB_NOCHECK)).
16 Sat Apr 29 15:46:57 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
18         * posix/glob.c (S_ISDIR): Define if undefined.
20 Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
22         * posix/glob.c (glob): If GLOB_MARK set, stat names to find
23         directories and append slashes to them in final pass before
24         sorting.
25         (glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
26         slash; never append it here.
28 Wed Mar  8 13:38:13 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
30         * posix/glob/configure.bat: Fixes from DJ.
32 Wed Feb 22 00:44:41 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
34         * posix/glob/configure.in: Put AC_ISC_POSIX before AC_CONST.
36 Sun Feb  5 17:59:53 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
38         * malloc/malloc.c (__malloc_extra_blocks): New variable.
39         (malloc): When getting more core, get __malloc_extra_blocks extra;
40         put the new block at the end of the free list and let the next loop
41         iteration use the initial portion of it.
42         * malloc/free.c (_free_internal): Account for twice
43         __malloc_extra_blocks in deciding if we have so much extra memory
44         we should return it to the system.
45         * malloc/malloc.h (__malloc_extra_blocks): Declare it.
46         * posix/glob.c (prefix_array, glob_pattern_p): Remove gratuitous
47         const in parameter decl.
49 Fri Jan 27 17:53:49 1995  Jim Meyering  (meyering@comco.com)
51         * posix/fnmatch.c: Declare errno if it's not defined.
52         That's simpler than testing #if !defined(__GNU_LIBRARY__)
53         && !defined(STDC_HEADERS).
55 Thu Jan 26 00:02:01 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
57         * io/ftw.c: Avoid `ret' as variable name.
58         * posix/glob.c: Likewise.
60 Wed Jan 25 00:45:56 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
62         * posix/glob/configure.in: Put AC_AIX and AC_MINIX early, before
63         any compile tests.
65 Mon Jan 16 15:49:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
67         * posix/glob/Makefile.in: Remove config.h and config.log.
69 Sun Jan 15 06:56:47 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
71         * posix/glob/configure.in: Add AC_CONST check.