From: Jim Meyering Date: Sat, 29 Nov 2003 11:58:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b933cbd28fed27b994fdd33347603b9086bf38;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0432d238f0..23e1e5bb23 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-11-29 Jim Meyering + + * c-strtod.c (c_strtod): Save and restore original LC_NUMERIC setting, + in case it was different from the environment-derived value. + Patch by Paul Eggert. + 2003-11-24 Paul Eggert Parse floating-point operands and options in the C locale.