diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-02-11 04:45:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-02-11 04:45:23 +0000 |
commit | 00de59a632eecc23a5eb1ddbadb8a770cd481f43 (patch) | |
tree | 294dd1ff7c4394efd3fa17639e9d4e269c68d2c1 /ChangeLog | |
parent | 7cc27f440c2f709fda63af7ecb3747deeeb799f0 (diff) | |
download | glibc-00de59a632eecc23a5eb1ddbadb8a770cd481f43.tar.gz glibc-00de59a632eecc23a5eb1ddbadb8a770cd481f43.tar.xz glibc-00de59a632eecc23a5eb1ddbadb8a770cd481f43.zip |
update from main archive 970210 cvs/libc-970212 cvs/libc-970211
1997-02-11 05:27 Ulrich Drepper <drepper@cygnus.com> * locale/weight.h (collate_rules): It's an u_int32_t array. (get_weight): Compute initial SLOT value correctly. 1997-02-10 17:45 Ulrich Drepper <drepper@cygnus.com> * string/argz-ctsep.c: Initialize *LEN when successful. * libio/vsnprintf.c: If MAXLEN is 0 return 0. * stdio/vsnprintf.c: Likewise. Reported by Philip Blundell <pjb27@cam.ac.uk>. 1997-02-06 13:49 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * rellns-sh: No need to check for existance of first parameter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2b2e5d14a9..c70e8ecf5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1997-02-11 05:27 Ulrich Drepper <drepper@cygnus.com> + + * locale/weight.h (collate_rules): It's an u_int32_t array. + (get_weight): Compute initial SLOT value correctly. + +1997-02-10 17:45 Ulrich Drepper <drepper@cygnus.com> + + * string/argz-ctsep.c: Initialize *LEN when successful. + 1997-02-09 02:59 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.0.2. @@ -24,6 +33,10 @@ * stdio/vsnprintf.c: Likewise. Reported by Philip Blundell <pjb27@cam.ac.uk>. + * libio/vsnprintf.c: If MAXLEN is 0 return 0. + * stdio/vsnprintf.c: Likewise. + Reported by Philip Blundell <pjb27@cam.ac.uk>. + 1997-02-07 17:43 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/sysd-stdio.c: Include <errno.h>. @@ -39,6 +52,10 @@ * rellns-sh: No need to check for existance of first parameter. +1997-02-06 13:49 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * rellns-sh: No need to check for existance of first parameter. + 1997-02-06 14:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/posix/getcwd.c (__getcwd): Fix resource leaks. Reported |