summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput26
3 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 80bd5af..5893c78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -149,10 +149,13 @@ Version 8.38 xx-xxx-xxxx
exactly enough group forward references such that the last one extended
into the workspace safety margin. The next one would have expanded the
workspace. The test for overflow was not including the safety margin.
-
+
40. A match limit issue is fixed in JIT which was found by Karl Skomski
with a custom LLVM fuzzer.
+41. Remove the use of /dev/null in testdata/testinput2, because it doesn't
+ work under Windows. (Why has it taken so long for anyone to notice?)
+
Version 8.37 28-April-2015
--------------------------
diff --git a/testdata/testinput2 b/testdata/testinput2
index 638ea00..8582a4d 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -1380,7 +1380,7 @@
1X
123456\P
-//KF>/dev/null
+//KF>testsavedregex
/abc/IS>testsavedregex
<testsavedregex
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 728329a..116258d 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -5614,9 +5614,9 @@ No match
123456\P
No match
-//KF>/dev/null
-Compiled pattern written to /dev/null
-Study data written to /dev/null
+//KF>testsavedregex
+Compiled pattern written to testsavedregex
+Study data written to testsavedregex
/abc/IS>testsavedregex
Capturing subpattern count = 0