diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-10 07:57:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-10 07:57:20 +0000 |
commit | f140a0d53d639c86408ac532091fb4644faa95c0 (patch) | |
tree | 6e9b9da4411bfefc3fa2570b2335406658d76f0d /ChangeLog | |
parent | 1d498daa95384e5c9ad5bcb35e7a996e5869ac39 (diff) | |
download | glibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar.gz glibc-f140a0d53d639c86408ac532091fb4644faa95c0.tar.xz glibc-f140a0d53d639c86408ac532091fb4644faa95c0.zip |
* sysdeps/x86_64/rawmemchr.S: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c0d26fccce..6a28967a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-04-09 Ulrich Drepper <drepper@redhat.com> + * sysdeps/x86_64/rawmemchr.S: New file. + * stdio-common/vfprintf.c (vfprintf): Slightly more compact code. Simplified code and possible copy problem fixed. |