summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-07 21:42:31 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-07 21:42:31 -0700
commite7c7d32277dd4ab3b381f9d5daa03e4b2ded75d1 (patch)
tree44841711ef66261e174c7ffd3748c96e5dac711b /ChangeLog
parentabca512937091e35608a2a5531aaf73da56f503f (diff)
downloadtxr-e7c7d32277dd4ab3b381f9d5daa03e4b2ded75d1.tar.gz
txr-e7c7d32277dd4ab3b381f9d5daa03e4b2ded75d1.tar.bz2
txr-e7c7d32277dd4ab3b381f9d5daa03e4b2ded75d1.zip
* 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.
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.