summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3c7cba4..5e20e156 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+ * Makefile (SRCS): When top_srcdir is blank, elide the entire
+ --work-tree argument to git. On Cygwin, git throws a strange error
+ message when --work-tree is given a blank argument.
+
+2015-08-07 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c: Include <wctype.h> header for iswprint.
Needed on Cygwin.