aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-24 18:06:23 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-24 18:06:23 +0000
commite503270ca511dd3092c953fe5f9a178f0d04b1ad (patch)
tree6aad2eb1bbbfe632bd3db496e614e7314537764e /ChangeLog
parent3465c0ce37f534b4b1b9fa6cfd07fb3e88e2dcc0 (diff)
downloadglibc-e503270ca511dd3092c953fe5f9a178f0d04b1ad.tar
glibc-e503270ca511dd3092c953fe5f9a178f0d04b1ad.tar.gz
glibc-e503270ca511dd3092c953fe5f9a178f0d04b1ad.tar.bz2
glibc-e503270ca511dd3092c953fe5f9a178f0d04b1ad.zip
Update.
1998-09-24 Ulrich Drepper <drepper@cygnus.com> * debug/catchsegv.sh: Also produce output if cloned process died. 1998-09-24 Paul Eggert <eggert@twinsun.com> * strftime.c (f_wkday): Remove duplicate definition. (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the 1998-09-11 fix to this case. (wkday_len, month_len): Remove these macros; they're no longer needed. 1998-09-24 Paul Eggert <eggert@twinsun.com> * strftime.c (my_strftime): Don't store past the end of a zero-sized buffer. * time/strftime.c (underlying_strftime): * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb356736bd..c0a3218970 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,30 @@
+1998-09-24 Ulrich Drepper <drepper@cygnus.com>
+
+ * debug/catchsegv.sh: Also produce output if cloned process died.
+
+1998-09-24 Paul Eggert <eggert@twinsun.com>
+
+ * strftime.c (f_wkday): Remove duplicate definition.
+ (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
+ !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
+ 1998-09-11 fix to this case.
+ (wkday_len, month_len): Remove these macros; they're no longer needed.
+
+1998-09-24 Paul Eggert <eggert@twinsun.com>
+
+ * strftime.c (my_strftime): Don't store past the end of a
+ zero-sized buffer.
+
1998-09-24 Paul Eggert <eggert@twinsun.com>
- * strftime.c (underlying_strftime):
+ * time/strftime.c (underlying_strftime):
Set the buffer to a nonzero value before calling
strftime, and check to see whether strftime has set the buffer to zero.
This lets us distinguish between an empty buffer and an error.
1998-09-24 Paul Eggert <eggert@shade.twinsun.com>
- * strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
+ * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
This fix is propagated from tzcode1998g.tar.gz.
1998-09-24 Mark Kettenis <kettenis@phys.uva.nl>