diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-11 17:54:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-11 17:54:09 +0000 |
commit | 25728f039799790439b3aaf7f321727a0abf5192 (patch) | |
tree | 09063f198a5bfd23a4de889d8e4a0f3ed09ac849 /ChangeLog | |
parent | 4100c5a0e62c461adf2757a163dafbbc02ca3fc4 (diff) | |
download | glibc-25728f039799790439b3aaf7f321727a0abf5192.tar.gz glibc-25728f039799790439b3aaf7f321727a0abf5192.tar.xz glibc-25728f039799790439b3aaf7f321727a0abf5192.zip |
Update.
* libio/vasprintf.c (_IO_vasprintf): Try to avoid memory fragmentation by allocating new memory at the end instead of reallocating.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 53bcae3f9d..ac5843bcdf 100644 --- 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> |