From 2799531132f564a4681d7fd8c3b4c71a474d86a1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Apr 1999 23:00:37 +0000 Subject: Update. 1999-04-13 Andreas Schwab * 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. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee94d10dc4..5104ed79bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1999-04-13 Andreas Schwab + + * 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 * iconvdata/gconv-modules: Fix typo. Add UJIS alias. -- cgit v1.2.3