aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-01-20 21:50:24 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-01-20 21:50:24 +0200
commit93a1a268246ed72edc71381069ace49d52bf8fec (patch)
treeb1542a7a98c4015b262dd8c2a1577f9abbc7c855 /test/ChangeLog
parent20ca1d1ba6e46f116e2dc169d263fd548b9bd074 (diff)
downloadegawk-93a1a268246ed72edc71381069ace49d52bf8fec.tar.gz
egawk-93a1a268246ed72edc71381069ace49d52bf8fec.tar.bz2
egawk-93a1a268246ed72edc71381069ace49d52bf8fec.zip
Improve readdir test for MinGW.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 535f6f14..d9ecfe5f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -5,6 +5,12 @@
2014-01-17 Arnold D. Robbins <arnold@skeeve.com>
+ * Makefile.am (readdir): Run ls commands outside the awk script.
+ * readdir0.awk: Read ls results from files. Helps with MinGW.
+ Thanks to Eli Zaretskii for the problem report.
+
+2014-01-17 Arnold D. Robbins <arnold@skeeve.com>
+
* Makefile.am: Quote instances of $(top_srcdir) also.
2014-01-16 Andrew J. Schorr <aschorr@telemetry-investments.com>