annotate glob/ChangeLog.glob @ 5103:e2ed74b9bfa0 after-gnuplot-split

[project @ 2004-12-28 02:43:01 by jwe]
author jwe
date Tue, 28 Dec 2004 02:43:01 +0000
parents 66d7394f5822
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4096
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
1 2002-04-22 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
2
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
3 * Makefile.am: Use automake 1.6.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
4 Use new automake condition USE_LOCAL_GLOB to decide whether or not
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
5 to build the local GNU glob library or use the system one.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
6
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
7 1999-09-12 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
8
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
9 * fnmatch.c: Last GLIBC version wouldn't compile outside of GLIBC
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
10 (undefined reference to internal_function). Update to the latest
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
11 version
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
12
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
13 1999-09-11 Paul Eggert <eggert@twinsun.com>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
14
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
15 * glob.h (glob): If #defining to glob64, do this before
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
16 declaring it, so that all declarations and uses match, and
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
17 do not declare glob64, to avoid a declaration clash.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
18 (globfree): Likewise with globfree64.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
19
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
20 1999-09-08 Eli Zaretskii <eliz@is.elta.co.il>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
21
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
22 * glob.c (prefix_array) [__MSDOS__,WINDOWS32]: Keep the trailing
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
23 slash unless DIRNAME is just "x:/".
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
24
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
25 1999-09-06 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
26
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
27 * fnmatch.c: Update to latest version from GLIBC.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
28
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
29 1999-07-21 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
30
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
31 * glob.c, glob.h, fnmatch.c, fnmatch.h: Update to latest version
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
32 from GLIBC.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
33
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
34 * fnmatch.c (internal_fnmatch): Use K&R definition syntax, not ANSI.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
35 (__strchrnul): This won't exist outside GLIBC, so create one.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
36
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
37 * glob.c: Move getlogin{,_r} prototypes below glob.h to get __P()
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
38 macro.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
39
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
40 1998-08-05 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
41
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
42 * configure.in: Remove; configuration for glob is handled by the
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
43 make configure.in.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
44
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
45 1998-07-29 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
46
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
47 * glob.c, fnmatch.c: New versions from the GLIBC folks (Ulrich
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
48 Drepper). Fixes a bug reported by Eli Zaretski. Integrates
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
49 DOS/Windows32 support.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
50
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
51 1998-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
52
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
53 * glob.c (glob): Cast away const on assignment of pattern to dirname.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
54 Cast the return type of __alloca() for traditional C compilers.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
55
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
56 1998-07-23 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
57
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
58 * glob.c, fnmatch.c: New versions of these files from the GLIBC
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
59 folks (Ulrich Drepper). Had to re-integrate some DOS/Windows
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
60 code.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
61
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
62 1998-07-10 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
63
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
64 * glob.c (glob_in_dir): If no meta chars exist in PATTERN and
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
65 GLOB_NOCHECK is present, don't look for the file--whether it's
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
66 found or not, we'll always return it, so why bother searching?
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
67
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
68 Also, if we are searching and there are no meta chars, don't
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
69 bother trying fnmatch() if the strcmp() fails.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
70
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
71 1998-05-30 Eli Zaretskii <eliz@is.elta.co.il>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
72
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
73 * glob.c (glob) [__MSDOS__, WINDOWS32]: Compute the directory and
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
74 filename parts of the pattern correctly when it includes a drive
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
75 spec. Disallow wildcards in the drive spec. Prevent recursion
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
76 when dirname is of the form "d:/" or "d:".
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
77 (prefix_array) [__MSDOS__, WINDOWS32]: Don't append a slash to
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
78 "d:/" and "d:".
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
79
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
80 1998-05-13 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
81
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
82 * SMakefile, Makefile.ami, glob.c, glob.h, fnmatch.c: Updated from
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
83 the latest glibc version.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
84
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
85 1998-04-17 Paul D. Smith <psmith@gnu.org>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
86
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
87 * configure.in: Create a config.h file instead of setting things
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
88 on the compile line. This is because when build.sh runs it merely
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
89 passes -DHAVE_CONFIG_H to the glob files, just as it does to the
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
90 make files.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
91 * config.h.in: Created by autoheader.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
92
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
93 Tue Aug 12 10:52:34 1997 Paul D. Smith <psmith@baynetworks.com>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
94
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
95 * configure.in: Require autoconf 2.12.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
96
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
97 * glob: Updates from latest GNU libc glob code.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
98
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
99 * glob.c,glob.h,fnmatch.h: Change all WIN32 references to WINDOWS32.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
100
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
101 * glob.h: OSF4 defines macros in such a way that GLOB_ALTDIRFUNC
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
102 is not defined. Added a test to the #if which defines it if
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
103 _GNU_SOURCE is defined; that's set by both glob.c and GNU make.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
104
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
105 * glob.c: SunOS4 w/ cc needs #include <stdio.h>, since assert.h
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
106 requires stderr but doesn't include stdio.h :-/.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
107 (next_brace_sub): De-protoize function definition.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
108 (glob): Cast __alloca(); on SunOS4 it uses the default return type
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
109 of int.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
110 (glob): Irix defines getlogin_r() to return a char*; move the
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
111 extern for that into the _LIBC area since it isn't used except in
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
112 LIBC anyway. Likewise, move extern getlogin() into the "else".
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
113
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
114 Sat Jul 20 21:55:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
115
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
116 Win32 hacks from <Rob_Tulloh@tivoli.com>.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
117 * posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
118 use void * for my_realloc; include <malloc.h> for alloca.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
119 (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
120 * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__].
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
121 * posix/glob.h: Likewise.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
122
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
123 Fri Jul 19 16:56:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
124
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
125 * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
126 for `struct stat;' forward decl.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
127
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
128 Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
129
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
130 * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
131
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
132 Fri Jun 21 00:27:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
133
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
134 * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
135 only for ?s, not for *s. Fix from Chet Ramey.
66d7394f5822 [project @ 2002-10-09 18:47:16 by jwe]
jwe
parents:
diff changeset
136