diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-19 03:52:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-19 03:52:42 +0000 |
commit | 091b895531aabba1adc36ac6b68dd91ba52a0945 (patch) | |
tree | 3cbbd84af43c2f08b0e10809cf629ef0d874e575 /ChangeLog | |
parent | 668770fc51249efd4d063a02329b3fb353fa10e8 (diff) | |
download | glibc-091b895531aabba1adc36ac6b68dd91ba52a0945.tar glibc-091b895531aabba1adc36ac6b68dd91ba52a0945.tar.gz glibc-091b895531aabba1adc36ac6b68dd91ba52a0945.tar.bz2 glibc-091b895531aabba1adc36ac6b68dd91ba52a0945.zip |
Update.
* sysdeps/generic/strtol.c: Little optimizations. Add some
__builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-08-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/strtol.c: Little optimizations. Add some + __builtin_expect. + * conform/conformtest.pl: <inttypes.h> test required <stddef.h>. * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t. |