aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-03 07:15:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-03 07:15:10 +0000
commit42ba2c1158d3706164fcf8070ba603bf4484fc4e (patch)
tree87a3a5ac3b74a3e3519503cce16648a3287377bd /ChangeLog
parent0a63529d383b641b3541692a5df9a996e51cdcb6 (diff)
downloadglibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.zip
glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar.gz
glibc-42ba2c1158d3706164fcf8070ba603bf4484fc4e.tar.bz2
Update.
2000-03-31 Andreas Schwab <schwab@suse.de> * string/strfry.c: Declare STATE as array of char instead of int and do not initialize it (done by initstate_r). Pass correct size. * sysdeps/generic/ldsodefs.h: Fix typo in comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c19ad7..0fbfb3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
+2000-03-31 Andreas Schwab <schwab@suse.de>
+
+ * string/strfry.c: Declare STATE as array of char instead of int
+ and do not initialize it (done by initstate_r). Pass correct
+ size.
+
2000-04-03 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/generic/ldsodefs.h: Fix typo in comment.
+
* sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
instruction out of the code.