From: Ulrich Drepper Date: Thu, 25 Mar 2004 23:04:58 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f93ff3ae12e2e5fc332983cfb4817721423d8d;p=thirdparty%2Fglibc.git Update. 2004-03-25 Richard Henderson * 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. --- diff --git a/ChangeLog b/ChangeLog index ccc96a3bf13..0364410a415 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-03-25 Richard Henderson + + * 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 * Makerules ($(common-objpfx)shlib.lds): Don't use \n in rhs of sed