diff options
author | Paul Smith <psmith@gnu.org> | 1999-09-14 00:17:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-09-14 00:17:58 +0000 |
commit | e62bccca3a1f5cca8f7c64d6763055323290ac2d (patch) | |
tree | 1b614d858168eb4a313d773de343feecd3087c3c /glob/ChangeLog | |
parent | 125e5ece0a816990494dd8960a0ff02a4401050b (diff) | |
download | make-e62bccca3a1f5cca8f7c64d6763055323290ac2d.tar.gz |
* Some configuration fixes.
Diffstat (limited to 'glob/ChangeLog')
-rw-r--r-- | glob/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/glob/ChangeLog b/glob/ChangeLog index 0cb2fcb1..98c506d8 100644 --- a/glob/ChangeLog +++ b/glob/ChangeLog @@ -1,3 +1,16 @@ +1999-09-12 Paul D. Smith <psmith@gnu.org> + + * fnmatch.c: Last GLIBC version wouldn't compile outside of GLIBC + (undefined reference to internal_function). Update to the latest + version + +1999-09-11 Paul Eggert <eggert@twinsun.com> + + * glob.h (glob): If #defining to glob64, do this before + declaring it, so that all declarations and uses match, and + do not declare glob64, to avoid a declaration clash. + (globfree): Likewise with globfree64. + 1999-09-08 Eli Zaretskii <eliz@is.elta.co.il> * glob.c (prefix_array) [__MSDOS__,WINDOWS32]: Keep the trailing |