aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-27 09:57:05 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-27 09:57:05 +0000
commita25f2023916cf86dca8a1dc89df5518dcbefa11a (patch)
tree6d8cc5468b28fbc3637f2e6cfed842c984cc663e /ChangeLog
parent8c474db54dbc62f4cd3003f12a7b540a8f2ddef9 (diff)
downloadglibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar
glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar.gz
glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.tar.bz2
glibc-a25f2023916cf86dca8a1dc89df5518dcbefa11a.zip
Update.
* time/strptime.c (strptime_internal, case 's'): Initialize secs to zero. Patch by Bruce Elliott <bde@nwlink.com>. 1999-01-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * elf/Makefile (extra-objs): Add test modules objects. 1999-01-27 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e67e2fd37e..78fc7cce87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1999-01-27 Ulrich Drepper <drepper@cygnus.com>
+ * time/strptime.c (strptime_internal, case 's'): Initialize secs
+ to zero. Patch by Bruce Elliott <bde@nwlink.com>.
+
+1999-01-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * elf/Makefile (extra-objs): Add test modules objects.
+
+1999-01-27 Ulrich Drepper <drepper@cygnus.com>
+
* wctype/wcextra.c: Declare __ctype32_b.
* manual/string.texi: Add optimization examples for strcat and strchr.