]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 11 Apr 2000 17:54:09 +0000 (17:54 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 11 Apr 2000 17:54:09 +0000 (17:54 +0000)
* libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
fragmentation by allocating new memory at the end instead of
reallocating.

ChangeLog

index 53bcae3f9d4297400c708ccb1d88c7af51f75feb..ac5843bcdf44e2c0d6c39c349f6ae8ddc60bdba3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
 
+       * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
+       fragmentation by allocating new memory at the end instead of
+       reallocating.
+
        * posix/globtest.sh: Fix last change.
 
 2000-04-10  Philip Blundell  <philb@gnu.org>
This page took 0.048556 seconds and 5 git commands to generate.