aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-12 23:00:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-12 23:00:37 +0000
commit2799531132f564a4681d7fd8c3b4c71a474d86a1 (patch)
tree5640b6521643d9f0b687c40f0620dd272baf2b74 /ChangeLog
parent97119860964ea61ba999d8ce9434e83a56a96ba9 (diff)
downloadglibc-2799531132f564a4681d7fd8c3b4c71a474d86a1.tar
glibc-2799531132f564a4681d7fd8c3b4c71a474d86a1.tar.gz
glibc-2799531132f564a4681d7fd8c3b4c71a474d86a1.tar.bz2
glibc-2799531132f564a4681d7fd8c3b4c71a474d86a1.zip
Update.
1999-04-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * libio/obprintf.c (_IO_obstack_overflow): Put the write end at the real end of the chunk, not some random point inbetween. (_IO_obstack_xsputn): Likewise. Actually copy the data into the obstack when growing. Use fast version of obstack_blank when shrinking. (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly allocating the vtable pointer. (_IO_obstack_vprintf): Adjust for above change and avoid unnecessary casts. Use fast version of obstack_blank when shrinking. Fixes PR libc/1075.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee94d10dc4..5104ed79bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1999-04-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * libio/obprintf.c (_IO_obstack_overflow): Put the write end at
+ the real end of the chunk, not some random point inbetween.
+ (_IO_obstack_xsputn): Likewise. Actually copy the data into the
+ obstack when growing. Use fast version of obstack_blank when
+ shrinking.
+ (struct _IO_obstack_file): Use _IO_FILE_plus instead of explicitly
+ allocating the vtable pointer.
+ (_IO_obstack_vprintf): Adjust for above change and avoid
+ unnecessary casts. Use fast version of obstack_blank when
+ shrinking.
+ Fixes PR libc/1075.
+
1999-04-12 Ulrich Drepper <drepper@cygnus.com>
* iconvdata/gconv-modules: Fix typo. Add UJIS alias.