summaryrefslogtreecommitdiff
path: root/glob
AgeCommit message (Collapse)AuthorFilesLines
2013-10-20* glob.c (glob) [SV 18123]: Cherry-pick glibc fixPaul Smith2-0/+11
Apply commit a471e96a5352a5f0bde6d32dd36d33524811a2b1 from git://sourceware.org/git/glibc.git to fix https://sourceware.org/bugzilla/show_bug.cgi?id=10278
2013-05-05cosmetics: fix few innocuous typosStefano Lattarini1-1/+1
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-01-12Rename CVS ignore files to .gitignorePaul Smith1-2/+0
2009-09-28 * glob.c (my_realloc) [__DJGPP__]: Don't define, and don'tEli Zaretskii2-6/+9
redefine realloc to call it, since the DJGPP's realloc handles NULL pointers correctly.
2007-12-22glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declarationEli Zaretskii2-1/+9
that matches the one in the DJGPP libc.
2007-07-04* Update to GPLv3Paul Smith9-43/+49
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
2006-03-10Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith2-1/+7
Revert a fix for $? including non-existent files as it shows a bug in the Linux kernel build. Give them a release to fix this. Add some changes from Eli Z. for Windows changes.
2006-02-11Last of the copyright updates.Paul Smith5-9/+10
2006-02-11More copyright/license updates.Paul Smith9-94/+137
2005-06-25Fix Savannah bug # 13478. If -L is given, take the latest mtime for aPaul Smith4-7/+9
symlink even if it is "dangling" (it doesn't resolve to a real file).
2005-04-08Fix some Savannah bugs.Paul Smith2-1/+6
Updates to docs (still need more work here) and NEWS file. New language.
2003-07-31Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith1-1/+1
Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail.
2003-03-25Fix bug #2892.Paul Smith1-1/+1
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith2-4/+14
Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris, don't properly implement SA_RESTART: important system calls like stat() can still fail when SA_RESTART is set. So, forget the BROKEN_RESTART config check and get rid of atomic_stat() and atomic_readdir(), and implement permanent wrappers for EINTR checking on various system calls (stat(), fstat(), opendir(), and readdir() so far).
2002-10-03Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith1-1/+1
2002-09-11Fix HAVE_BROKEN_RESTART logic.Paul Smith1-1/+2
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
2002-04-22Updates for new tools. Everything works now building on Linux,Paul Smith2-1/+11
including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
2002-04-21Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith1-1/+1
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
2000-01-22* Merge VMS patches by Hartmut Becker.Paul Smith2-3/+36
1999-09-14* Some configuration fixes.Paul Smith3-36/+53
1999-09-11* Various cleanups for release.Paul Smith2-1/+6
1999-09-11* Various pre-release cleanups.Paul Smith2-5/+12
1999-07-22* Installed new versions of GLIBC glob library.Paul Smith6-222/+446
* Installed Tim Magill's "graph pruning" performance enhancement. * Update version to 3.77.90 for the release. * Require automake 1.4.
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-0/+1
* Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
1998-10-03Checkpoint changes. Bug fixes, mostly.Paul Smith1-0/+5
1998-10-03Don't use a separate configure.in for the glob directory. It now usesPaul Smith1-23/+0
the configure script for make proper.
1998-07-30GNU make release 3.77.Paul Smith9-268/+797
1997-08-27New glob.h to understand __constPaul Smith1-27/+33
1997-08-18e the global copy of this lib.Paul Smith1-167/+0
1997-08-18Bug fixes and automake changes.Paul Smith6-28/+81
1997-08-18Removed files that are no longer needed now that we use automake.Paul Smith2-1730/+0
1997-04-07Changes for make 3.75.1Paul Smith6-498/+319
1996-07-26Updated from libcRoland McGrath4-153/+38
1996-07-19Updated from libcRoland McGrath1-1/+1
1996-07-14Updated from libcRoland McGrath2-8/+1
1996-06-22Updated from libcRoland McGrath4-8/+46
1996-05-13Updated from libcRoland McGrath2-3/+31
1996-05-13Updated from libcRoland McGrath1-0/+6
1996-05-09Updated from libcRoland McGrath3-0/+151
1996-05-09Updated from libcRoland McGrath1-1/+1
1996-05-09Updated from libcRoland McGrath3-4/+22
1996-03-20Updated from libcRoland McGrath3-34/+114
1996-03-01Updated from libcRoland McGrath4-206/+329
1996-03-01Updated from libcRoland McGrath3-4/+29
1995-12-14Updated from libcRoland McGrath2-4/+9
1995-12-12Updated from libcRoland McGrath1-0/+5
1995-12-12Updated from libcRoland McGrath1-1/+4
1995-12-12Updated from libcRoland McGrath2-20/+30
1995-12-07Updated from libcRoland McGrath1-1/+3
1995-12-07Updated from libcRoland McGrath2-36/+129