summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-25 19:36:11 +0100
committerBruno Haible <bruno@clisp.org>2016-11-25 19:36:11 +0100
commit9c36a76c66c89fb9729808d931e1f7789eac298f (patch)
tree587d13b3973db4304ca3363369872b76ec75a4c5 /ChangeLog
parentd041a56f5438c8a6d8d2f5aa0aebb4b67496e1ab (diff)
downloadgperf-9c36a76c66c89fb9729808d931e1f7789eac298f.tar.gz
Fix "make check" error on Mac OS X.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7b04e4..4c97337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-11-25 Bruno Haible <bruno@clisp.org>
+
+ Fix "make check" error on Mac OS X.
+ * tests/Makefile.in (POSTPROCESS_FOR_MINGW): Run 'sed' in the C locale.
+ This fixes an error "sed: RE error: illegal byte sequence" on Mac OS X
+ when producing languages.out.
+ Reported at <https://savannah.gnu.org/bugs/?45329>.
+
2016-11-23 Bruno Haible <bruno@clisp.org>
Update installation instructions for Windows.