summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1954b41..5bdc3375 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2014-01-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * configure: Generate HAVE_VALGRIND as #define-d to 1, rathern
+ than just fdefined.
+
+ * gc.c: Use #if HAVE_VALGRIND instaed of #ifdef HAVE_VALGRIND,
+ consistently with other HAVE_* config variables.
+
+ * lib.c: Likewise.
+
+ * lib.h: Likewise.
+
+ * txr.c: Likewise.
+
+ * txr.h: Likewise.
+
2014-01-09 Kaz Kylheku <kaz@kylheku.com>
Fix broken Json parsing test case on MinGW.