Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 25 Mar 2004 23:04:58 +0000 (23:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 25 Mar 2004 23:04:58 +0000 (23:04 +0000)
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.

ChangeLog

index ccc96a3..0364410 100644 (file)
--- 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