summaryrefslogtreecommitdiff
path: root/glob/glob.h
AgeCommit message (Collapse)AuthorFilesLines
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>
2007-07-04* Update to GPLv3Paul Smith1-1/+2
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
2006-02-11More copyright/license updates.Paul Smith1-14/+14
2005-06-25Fix Savannah bug # 13478. If -L is given, take the latest mtime for aPaul Smith1-1/+1
symlink even if it is "dangling" (it doesn't resolve to a real file).
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith1-4/+8
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).
2000-01-22* Merge VMS patches by Hartmut Becker.Paul Smith1-0/+12
1999-09-14* Some configuration fixes.Paul Smith1-14/+14
1999-07-22* Installed new versions of GLIBC glob library.Paul Smith1-26/+80
* Installed Tim Magill's "graph pruning" performance enhancement. * Update version to 3.77.90 for the release. * Require automake 1.4.
1998-07-30GNU make release 3.77.Paul Smith1-6/+13
1997-08-27New glob.h to understand __constPaul Smith1-27/+33
1997-08-18Bug fixes and automake changes.Paul Smith1-4/+19
1997-04-07Changes for make 3.75.1Paul Smith1-13/+16
1996-07-26Updated from libcRoland McGrath1-1/+2
1996-07-19Updated from libcRoland McGrath1-1/+1
1996-07-14Updated from libcRoland McGrath1-7/+0
1996-06-22Updated from libcRoland McGrath1-1/+3
1995-12-07Updated from libcRoland McGrath1-1/+3
1995-12-07Updated from libcRoland McGrath1-1/+14
1995-03-07.Roland McGrath1-0/+97