summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
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