summaryrefslogtreecommitdiff
path: root/glob
Commit message (Collapse)AuthorAgeFilesLines
* * glob.c (glob) [SV 18123]: Cherry-pick glibc fixPaul Smith2013-10-202-0/+11
| | | | | | Apply commit a471e96a5352a5f0bde6d32dd36d33524811a2b1 from git://sourceware.org/git/glibc.git to fix https://sourceware.org/bugzilla/show_bug.cgi?id=10278
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-051-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>
* Rename CVS ignore files to .gitignorePaul Smith2013-01-121-2/+0
|
* * glob.c (my_realloc) [__DJGPP__]: Don't define, and don'tEli Zaretskii2009-09-282-6/+9
| | | | | redefine realloc to call it, since the DJGPP's realloc handles NULL pointers correctly.
* glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declarationEli Zaretskii2007-12-222-1/+9
| | | | that matches the one in the DJGPP libc.
* * Update to GPLv3Paul Smith2007-07-049-43/+49
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith2006-03-102-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.
* Last of the copyright updates.Paul Smith2006-02-115-9/+10
|
* More copyright/license updates.Paul Smith2006-02-119-94/+137
|
* Fix Savannah bug # 13478. If -L is given, take the latest mtime for aPaul Smith2005-06-254-7/+9
| | | | symlink even if it is "dangling" (it doesn't resolve to a real file).
* Fix some Savannah bugs.Paul Smith2005-04-082-1/+6
| | | | | Updates to docs (still need more work here) and NEWS file. New language.
* Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith2003-07-311-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.
* Fix bug #2892.Paul Smith2003-03-251-1/+1
| | | | | More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
* Portability fix for glob.h building in FreeBSD ports system.Paul Smith2003-01-302-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).
* Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith2002-10-031-1/+1
|
* Fix HAVE_BROKEN_RESTART logic.Paul Smith2002-09-111-1/+2
| | | | | Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
* Updates for new tools. Everything works now building on Linux,Paul Smith2002-04-222-1/+11
| | | | | including creating make packages. I'll try some other systems tomorrow. Also added a new translation: Croatian. Thanks!
* Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.Paul Smith2002-04-211-1/+1
| | | | | We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution.
* * Merge VMS patches by Hartmut Becker.Paul Smith2000-01-222-3/+36
|
* * Some configuration fixes.Paul Smith1999-09-143-36/+53
|
* * Various cleanups for release.Paul Smith1999-09-112-1/+6
|
* * Various pre-release cleanups.Paul Smith1999-09-112-5/+12
|
* * Installed new versions of GLIBC glob library.Paul Smith1999-07-226-222/+446
| | | | | | * Installed Tim Magill's "graph pruning" performance enhancement. * Update version to 3.77.90 for the release. * Require automake 1.4.
* * Update FSF address info in copyright notices.Paul Smith1999-03-051-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.
* Checkpoint changes. Bug fixes, mostly.Paul Smith1998-10-031-0/+5
|
* Don't use a separate configure.in for the glob directory. It now usesPaul Smith1998-10-031-23/+0
| | | | the configure script for make proper.
* GNU make release 3.77.Paul Smith1998-07-309-268/+797
|
* New glob.h to understand __constPaul Smith1997-08-271-27/+33
|
* e the global copy of this lib.Paul Smith1997-08-181-167/+0
|
* Bug fixes and automake changes.Paul Smith1997-08-186-28/+81
|
* Removed files that are no longer needed now that we use automake.Paul Smith1997-08-182-1730/+0
|
* Changes for make 3.75.1Paul Smith1997-04-076-498/+319
|
* Updated from libcRoland McGrath1996-07-264-153/+38
|
* Updated from libcRoland McGrath1996-07-191-1/+1
|
* Updated from libcRoland McGrath1996-07-142-8/+1
|
* Updated from libcRoland McGrath1996-06-224-8/+46
|
* Updated from libcRoland McGrath1996-05-132-3/+31
|
* Updated from libcRoland McGrath1996-05-131-0/+6
|
* Updated from libcRoland McGrath1996-05-093-0/+151
|
* Updated from libcRoland McGrath1996-05-091-1/+1
|
* Updated from libcRoland McGrath1996-05-093-4/+22
|
* Updated from libcRoland McGrath1996-03-203-34/+114
|
* Updated from libcRoland McGrath1996-03-014-206/+329
|
* Updated from libcRoland McGrath1996-03-013-4/+29
|
* Updated from libcRoland McGrath1995-12-142-4/+9
|
* Updated from libcRoland McGrath1995-12-121-0/+5
|
* Updated from libcRoland McGrath1995-12-121-1/+4
|
* Updated from libcRoland McGrath1995-12-122-20/+30
|
* Updated from libcRoland McGrath1995-12-071-1/+3
|
* Updated from libcRoland McGrath1995-12-072-36/+129
|