diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-01 06:00:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-01 06:00:19 +0300 |
commit | d8ed23b4604a9366f9d532d614ab74943fb1748d (patch) | |
tree | 92d6af8142165955d0da5a45b53ac16056cd8f8e /test | |
parent | 810affb79bab243f7e177de4943e7060c9e26d41 (diff) | |
download | egawk-d8ed23b4604a9366f9d532d614ab74943fb1748d.tar.gz egawk-d8ed23b4604a9366f9d532d614ab74943fb1748d.tar.bz2 egawk-d8ed23b4604a9366f9d532d614ab74943fb1748d.zip |
ChangeLog entries for z/OS added.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 7b9e273a..ba2856b6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,11 @@ +2015-08-28 Daniel Richard G. <skunk@iSKUNK.ORG> + + * Makefile.am: Generate the Maketests file without + reference to its directory, because putting it directly into + srcdir can be problematic (e.g. srcdir could be read-only). + (clean-local): Renamed from "clean", as Automake already defines + "clean" and warns us as much. + 2015-08-25 Arnold D. Robbins <arnold@skeeve.com> * mbstr1.ok: Updated after code change. |