From: Paul Eggert Date: Wed, 23 Sep 2015 02:41:52 +0000 (-0700) Subject: Update ChangeLog to match previous patch. X-Git-Tag: v1.0~6955 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6b34bf6d25e69d36df1cc70dd193df245a5a072d;p=gnulib.git Update ChangeLog to match previous patch. --- diff --git a/ChangeLog b/ChangeLog index 4ae3a57696..62458b2a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,14 +12,16 @@ code more portable, as both branches of the 'if' are compiled on all platforms. (C_CTYPE_EBCDIC): New constant. + Verify that the character set is either ASCII or EBCDIC. (to_char): New static function. + (c_isascii, c_iscntrl): + Assume standard control-character assignments for EBCDIC. (c_isalnum, c_isalpha, c_isdigit, c_islower, c_isgraph, c_isprint) (c_ispunct, c_isupper, c_isxdigit, c_tolower, c_toupper): Rewrite to use 'if' instead of 'ifdef'. Use to_char if non-ASCII. Prefer <= to >=. Prefer true and false to 1 and 0, for booleans. - (c_iscntrl): Use 'if', not 'ifdef'. Special case for EBCDIC. - Verify that the character set is either ASCII or EBCDIC. + (c_iscntrl): Use 'if', not 'ifdef'. * modules/c-ctype (Depends-on): Add verify. * tests/test-c-ctype.c: Include , for CHAR_MIN (to_char): New function.