diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-01 03:04:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-01 03:04:49 +0000 |
commit | ea1bfb072cb7480fb47c1b7b72f08eb1ec1171ee (patch) | |
tree | 32ebae4b7569f5a847293e684012859a3b9299b5 /ChangeLog | |
parent | 56bd58554f695b46acb80e11f8253198ab33c718 (diff) | |
download | glibc-ea1bfb072cb7480fb47c1b7b72f08eb1ec1171ee.tar.gz glibc-ea1bfb072cb7480fb47c1b7b72f08eb1ec1171ee.tar.xz glibc-ea1bfb072cb7480fb47c1b7b72f08eb1ec1171ee.zip |
Update.
1999-09-11 Paul Eggert <eggert@twinsun.com> * posix/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> * sysdeps/generic/glob.c (prefix_array) [__MSDOS__,WINDOWS32]: Keep the trailing slash unless DIRNAME is just "x:/".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d2a51436e1..32b645b54e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-09-11 Paul Eggert <eggert@twinsun.com> + + * posix/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> + + * sysdeps/generic/glob.c (prefix_array) [__MSDOS__,WINDOWS32]: + Keep the trailing slash unless DIRNAME is just "x:/". + 1999-10-11 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_KERNEL): Added. |