aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-27 18:36:21 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-27 18:36:21 +0000
commit22d5fbfe74038c925bae4abbb1a911818a77ee42 (patch)
treea9c89c8dff9d0768d55f96508213e1a91b24cf2c /ChangeLog
parent670066c3bdd9cc4222c326a76e30eb266660fae5 (diff)
downloadglibc-22d5fbfe74038c925bae4abbb1a911818a77ee42.tar
glibc-22d5fbfe74038c925bae4abbb1a911818a77ee42.tar.gz
glibc-22d5fbfe74038c925bae4abbb1a911818a77ee42.tar.bz2
glibc-22d5fbfe74038c925bae4abbb1a911818a77ee42.zip
Update.
* stdio-common/tst-obprintf.c (main): Add another check to see obstack_printf handling all possible beginnings of the block inside an obstack chunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 961ca0fd42..6e8e2a33ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
2000-03-27 Ulrich Drepper <drepper@redhat.com>
+ * stdio-common/tst-obprintf.c (main): Add another check to see
+ obstack_printf handling all possible beginnings of the block
+ inside an obstack chunk.
+
* locale/programs/localedef.c: Use __malloc_initialize_hook to
install mcheck handler.
* libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
handling problem.
+
2000-03-27 Roland McGrath <roland@baalperazim.frob.com>
* stdio-common/tmpfile.c: Use <shlib-compat.h> macros.