summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-19 03:52:42 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-19 03:52:42 +0000
commit091b895531aabba1adc36ac6b68dd91ba52a0945 (patch)
tree3cbbd84af43c2f08b0e10809cf629ef0d874e575 /ChangeLog
parent668770fc51249efd4d063a02329b3fb353fa10e8 (diff)
downloadglibc-091b895531aabba1adc36ac6b68dd91ba52a0945.tar.gz
glibc-091b895531aabba1adc36ac6b68dd91ba52a0945.tar.xz
glibc-091b895531aabba1adc36ac6b68dd91ba52a0945.zip
Update.
	* sysdeps/generic/strtol.c: Little optimizations.  Add some
	__builtin_expect.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff4605adbc..c8d5e9aa94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.