summaryrefslogtreecommitdiff
path: root/helpers/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-09-01 06:00:19 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-09-01 06:00:19 +0300
commitd8ed23b4604a9366f9d532d614ab74943fb1748d (patch)
tree92d6af8142165955d0da5a45b53ac16056cd8f8e /helpers/ChangeLog
parent810affb79bab243f7e177de4943e7060c9e26d41 (diff)
downloadgawk-d8ed23b4604a9366f9d532d614ab74943fb1748d.tar.gz
ChangeLog entries for z/OS added.
Diffstat (limited to 'helpers/ChangeLog')
-rw-r--r--helpers/ChangeLog8
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.