X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=6d15c9cac774041caad7d1b3c315257065cade2e;hb=00bb0d8f5ca69ad5d20df793f9a9419951c57069;hp=34088562a74f4adc440a5679abcd31e96280394f;hpb=3f12066739fdda1a387948717897876c1dcb25e7;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 3408856..6d15c9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-12 Paul Eggert + + * src/utf8.c (string_ascii_p): Recode to avoid bogus GCC 4.2.1 + warning about "comparison is always true due to limited range of + data type" when char is unsigned. + 2007-10-11 Paul Eggert Adjust to recent gnulib changes.