diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-14 21:30:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-14 21:30:50 +0300 |
commit | 92edf3d8864ca092c9cffb7e1211e38ef7556be5 (patch) | |
tree | 8c9de16a939fc069a339c5ddfd9c0b4802637bd3 /test/ChangeLog | |
parent | 68773e1444b7e353346e52756e9db8fb487b56d4 (diff) | |
parent | b5a63ab37a2d018b0ae08abbf76ee2e88c3aff4c (diff) | |
download | egawk-92edf3d8864ca092c9cffb7e1211e38ef7556be5.tar.gz egawk-92edf3d8864ca092c9cffb7e1211e38ef7556be5.tar.bz2 egawk-92edf3d8864ca092c9cffb7e1211e38ef7556be5.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 49ad457e..5f2d683f 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,20 @@ +2016-06-14 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (subback): New test. + * subback.awk, subback.in, subback.ok: New files. + Thanks to Mike Brennan for the test. + + Unrelated: + + * Makefile.am (FAIL_CODE1): Update the list. + +2016-06-14 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (GAWK_EXT_TESTS): Add mixed1. Who knows + how long that's been broken... + * mixed1.ok: Adjust to match what the code produces. + Thanks to John E. Malmberg <wb8tyw@qsl.net> for the report. + 2016-06-08 Arnold D. Robbins <arnold@skeeve.com> * symtab10.awk, symtab10.in, symtab10.ok: New files. |