From 6b34bf6d25e69d36df1cc70dd193df245a5a072d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 22 Sep 2015 19:41:52 -0700 Subject: [PATCH] Update ChangeLog to match previous patch. --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 2.39.5