diff options
Diffstat (limited to 'helpers/ChangeLog')
-rw-r--r-- | helpers/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/helpers/ChangeLog b/helpers/ChangeLog index 4188c17d..3215d159 100644 --- a/helpers/ChangeLog +++ b/helpers/ChangeLog @@ -1,3 +1,11 @@ +2015-08-28 Daniel Richard G. <skunk@iSKUNK.ORG> + + * testdfa.c: Define and use the USE_EBCDIC cpp symbol + instead of checking the value of 'a' whenever we want to know + if we're on an EBCDIC system. Also, don't assume that z/OS + necessarily means EBCDIC, as the compiler does have an ASCII + mode (-qascii). + 2015-05-27 Arnold D. Robbins <arnold@skeeve.com> * mb_cur_max.c, timeformat.c: New files. |