aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-25 23:04:58 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-25 23:04:58 +0000
commit78f93ff3ae12e2e5fc332983cfb4817721423d8d (patch)
tree22806b08c750b6a5dcf7bcb828969f2f02619749 /ChangeLog
parentaf15df12ee43a459fabd607148124d64db26407a (diff)
downloadglibc-78f93ff3ae12e2e5fc332983cfb4817721423d8d.tar
glibc-78f93ff3ae12e2e5fc332983cfb4817721423d8d.tar.gz
glibc-78f93ff3ae12e2e5fc332983cfb4817721423d8d.tar.bz2
glibc-78f93ff3ae12e2e5fc332983cfb4817721423d8d.zip
Update.
2004-03-25 Richard Henderson <rth@redhat.com> * sysdeps/generic/strtol_l.c (__strtol_ul_max_tab, __strtol_ull_max_tab, __strtol_ull_rem_tab, __strtol_ul_rem_tab, cutoff_tab, cutlim_tab, jmax_tab): New. (__strtol_l): Use them to avoid runtime division.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccc96a3bf1..0364410a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-25 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/generic/strtol_l.c (__strtol_ul_max_tab,
+ __strtol_ull_max_tab, __strtol_ull_rem_tab, __strtol_ul_rem_tab,
+ cutoff_tab, cutlim_tab, jmax_tab): New.
+ (__strtol_l): Use them to avoid runtime division.
+
2004-03-24 Roland McGrath <roland@redhat.com>
* Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed