Paul Smith
5d653b535a
* glob.c (glob) [SV 18123]: Cherry-pick glibc fix
...
Apply commit a471e96a5352a5f0bde6d32dd36d33524811a2b1 from
git://sourceware.org/git/glibc.git to fix
https://sourceware.org/bugzilla/show_bug.cgi?id=10278
2013-10-20 13:18:50 -04:00
Stefano Lattarini
13f13b96b3
cosmetics: fix few innocuous typos
...
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-05-05 20:50:37 -04:00
Paul Smith
97fe6e7dd1
Rename CVS ignore files to .gitignore
2013-01-12 17:48:58 -05:00
Eli Zaretskii
f9c15cac35
* glob.c (my_realloc) [__DJGPP__]: Don't define, and don't
...
redefine realloc to call it, since the DJGPP's realloc handles
NULL pointers correctly.
2009-09-28 06:46:03 +00:00
Eli Zaretskii
84e9bcd65e
glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc declaration
...
that matches the one in the DJGPP libc.
2007-12-22 11:28:49 +00:00
Paul Smith
891ebd4d97
* Update to GPLv3
...
* Update copyright to 2007
* Fix download URL for translation files (thanks to Thiemo Seufer)
2007-07-04 19:35:15 +00:00
Paul Smith
6d8d9b74d9
Numerous updates to tests for issues found on Cygwin and Windows.
...
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-03-10 02:20:45 +00:00
Paul Smith
a6bdc58385
Last of the copyright updates.
2006-02-11 22:16:04 +00:00
Paul Smith
24338ec929
More copyright/license updates.
2006-02-11 20:00:39 +00:00
Paul Smith
f388233b03
Fix Savannah bug # 13478. If -L is given, take the latest mtime for a
...
symlink even if it is "dangling" (it doesn't resolve to a real file).
2005-06-25 23:00:17 +00:00
Paul Smith
3daf8df6ee
Fix some Savannah bugs.
...
Updates to docs (still need more work here) and NEWS file.
New language.
2005-04-08 12:51:20 +00:00
Paul Smith
db401d8e0a
Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.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-07-31 13:04:32 +00:00
Paul Smith
acb2e64966
Fix bug #2892 .
...
More OS/2 updates from Andreas Buening.
Upgrade build system to autoconf 2.57 and automake 1.7.3.
2003-03-25 03:21:42 +00:00
Paul Smith
d33ff30145
Portability fix for glob.h building in FreeBSD ports system.
...
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).
2003-01-30 05:22:52 +00:00
Paul Smith
1d3dfeb74b
Some updates for automake 1.7 and prep for releasing 3.80.
2002-10-03 05:46:12 +00:00
Paul Smith
4a11acf047
Fix HAVE_BROKEN_RESTART logic.
...
Fix hash.h typos (only noticed when using Windows).
Update .cvsignore files.
2002-09-11 16:55:44 +00:00
Paul Smith
306462f0bd
Updates for new tools. Everything works now building on Linux,
...
including creating make packages. I'll try some other systems tomorrow.
Also added a new translation: Croatian. Thanks!
2002-04-22 04:35:19 +00:00
Paul Smith
7ed1a08985
Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1.
...
We're using Gettext's "external" feature to avoid including the intl
code in the GNU make distribution.
2002-04-21 23:57:24 +00:00
Paul Smith
5577cdc261
* Merge VMS patches by Hartmut Becker.
2000-01-22 05:43:03 +00:00
Paul Smith
4121dea6a5
* Some configuration fixes.
1999-09-14 00:17:58 +00:00
Paul Smith
b88c1d3a3d
* Various cleanups for release.
1999-09-11 05:44:53 +00:00
Paul Smith
373dbb43da
* Various pre-release cleanups.
1999-09-11 05:10:27 +00:00
Paul Smith
ec50fe2a2b
* Installed new versions of GLIBC glob library.
...
* Installed Tim Magill's "graph pruning" performance enhancement.
* Update version to 3.77.90 for the release.
* Require automake 1.4.
1999-07-22 04:20:14 +00:00
Paul Smith
9e6ba6a148
* Update FSF address info in copyright notices.
...
* 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.
1999-03-05 05:55:11 +00:00
Paul Smith
2c64fb221a
Checkpoint changes. Bug fixes, mostly.
1998-10-03 05:39:55 +00:00
Paul Smith
e90887e68a
Don't use a separate configure.in for the glob directory. It now uses
...
the configure script for make proper.
1998-10-03 05:23:25 +00:00
Paul Smith
e2403327e9
GNU make release 3.77.
1998-07-30 20:54:47 +00:00
Paul Smith
480ad62713
New glob.h to understand __const
1997-08-27 20:43:43 +00:00
Paul Smith
fff468765c
e the global copy of this lib.
1997-08-18 19:31:49 +00:00
Paul Smith
63dff1e0bc
Bug fixes and automake changes.
1997-08-18 18:11:04 +00:00
Paul Smith
e746a9c951
Removed files that are no longer needed now that we use automake.
1997-08-18 16:48:45 +00:00
Paul Smith
0ada207e2d
Changes for make 3.75.1
1997-04-07 07:21:16 +00:00
Roland McGrath
9cc98648fd
Updated from libc
1996-07-26 00:34:37 +00:00
Roland McGrath
9fc574683d
Updated from libc
1996-07-19 22:18:33 +00:00
Roland McGrath
74475bb939
Updated from libc
1996-07-14 17:09:51 +00:00
Roland McGrath
63f3cf925b
Updated from libc
1996-06-22 21:14:22 +00:00
Roland McGrath
78f280d541
Updated from libc
1996-05-13 23:16:23 +00:00
Roland McGrath
6cf0e549f7
Updated from libc
1996-05-13 20:30:33 +00:00
Roland McGrath
085caaa900
Updated from libc
1996-05-09 18:29:30 +00:00
Roland McGrath
68b9650616
Updated from libc
1996-05-09 18:16:24 +00:00
Roland McGrath
f7ecda9a35
Updated from libc
1996-05-09 18:06:45 +00:00
Roland McGrath
ee7af57e3c
Updated from libc
1996-03-20 03:12:54 +00:00
Roland McGrath
01d08292bc
Updated from libc
1996-03-01 17:43:47 +00:00
Roland McGrath
5f1e98e59b
Updated from libc
1996-03-01 17:07:10 +00:00
Roland McGrath
a89eb21084
Updated from libc
1995-12-14 11:14:36 +00:00
Roland McGrath
18a7013e55
Updated from libc
1995-12-12 04:33:02 +00:00
Roland McGrath
41e6704efd
Updated from libc
1995-12-12 02:50:12 +00:00
Roland McGrath
ffea662953
Updated from libc
1995-12-12 02:42:43 +00:00
Roland McGrath
db5cc03f75
Updated from libc
1995-12-07 21:05:46 +00:00
Roland McGrath
cd851988e7
Updated from libc
1995-12-07 20:32:37 +00:00