From: Jim Meyering Date: Sat, 1 Jul 2006 06:50:30 +0000 (+0000) Subject: Add ^lib/xstrtold\.c$, so make distcheck passes once again. X-Git-Tag: v6.0~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=530a8d72ccb5f37e0427f69383fd564b116a2f39;p=thirdparty%2Fcoreutils.git Add ^lib/xstrtold\.c$, so make distcheck passes once again. --- diff --git a/.x-sc_require_config_h b/.x-sc_require_config_h index a7a6930ecd..f82d7105a7 100644 --- a/.x-sc_require_config_h +++ b/.x-sc_require_config_h @@ -16,6 +16,7 @@ ^lib/strtoull\.c$ ^lib/strtoumax\.c$ ^lib/umaxtostr\.c$ +^lib/xstrtold\.c$ ^lib/xstrtoul\.c$ ^src/false\.c$ ^src/lbracket\.c$ diff --git a/ChangeLog b/ChangeLog index fb4d1365a6..1130052656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-01 Jim Meyering + + * .x-sc_require_config_h: Add ^lib/xstrtold\.c$, so make distcheck + passes once again. + 2006-06-30 Paul Eggert * NEWS: seq now uses long double internally rather than double.