aboutsummaryrefslogtreecommitdiff
path: root/posix/glob/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-24 22:30:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-24 22:30:03 +0000
commita037381ff8223ef35e225152802bf0cbf4612103 (patch)
tree31a023881e37f15d38248893e1df9b7476aceb11 /posix/glob/ChangeLog
parentf1d4aa75ead3bf7753172831485d189249082c52 (diff)
downloadglibc-a037381ff8223ef35e225152802bf0cbf4612103.zip
glibc-a037381ff8223ef35e225152802bf0cbf4612103.tar.gz
glibc-a037381ff8223ef35e225152802bf0cbf4612103.tar.bz2
Remove posix/glob directory (standalone glob build support).
Diffstat (limited to 'posix/glob/ChangeLog')
-rw-r--r--posix/glob/ChangeLog26
1 files changed, 0 insertions, 26 deletions
diff --git a/posix/glob/ChangeLog b/posix/glob/ChangeLog
deleted file mode 100644
index 5d3ae8d..0000000
--- a/posix/glob/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-2007-07-13 Roland McGrath <roland@redhat.com>
-
- * configure: Regenerated.
-
-Sat Jul 20 21:55:31 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
-
- Win32 hacks from <Rob_Tulloh@tivoli.com>.
- * posix/glob.c [WIN32]: Don't include <pwd.h>; don't use d_ino;
- use void * for my_realloc; include <malloc.h> for alloca.
- (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable.
- * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__].
- * posix/glob.h: Likewise.
-
-Fri Jul 19 16:56:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
-
- * posix/glob.h [!_AMIGA && !VMS]: Check this instead of just [!_AMIGA]
- for `struct stat;' forward decl.
-
-Sat Jun 22 10:44:09 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
-
- * posix/glob.c: Include <alloca.h> only [HAVE_ALLOCA_H], not [sparc].
-
-Fri Jun 21 00:27:51 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
-
- * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
- only for ?s, not for *s. Fix from Chet Ramey.