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 | 4121dea6a59367b4431cbe7a3c43d74fec9fd832 (patch) | |
tree | 1b614d858168eb4a313d773de343feecd3087c3c /glob/ChangeLog | |
parent | b88c1d3a3db2d8d3381fe423edd7bd794f7cb21a (diff) | |
download | gunmake-4121dea6a59367b4431cbe7a3c43d74fec9fd832.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 0cb2fcb..98c506d 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 |