]> Savannah Git Hosting - gnulib.git/commitdiff
Update ChangeLog to match previous patch.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Sep 2015 02:41:52 +0000 (19:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Sep 2015 02:42:22 +0000 (19:42 -0700)
ChangeLog

index 4ae3a576965f045b04621997e5aca174f80203bc..62458b2a01835437c907e44cfabf4cd14b9c4da1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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 <limits.h>, for CHAR_MIN
        (to_char): New function.