summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-10 07:23:56 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-10 07:23:56 -0800
commit7649cd2cc9165ad8019d9d33af697927fd2e64b4 (patch)
treec8fc015fea133e53a8ba96557b50887211cc6bd3 /ChangeLog
parent8817d95ca84e7ce4478a29a82b65632979125980 (diff)
downloadtxr-7649cd2cc9165ad8019d9d33af697927fd2e64b4.tar.gz
txr-7649cd2cc9165ad8019d9d33af697927fd2e64b4.tar.bz2
txr-7649cd2cc9165ad8019d9d33af697927fd2e64b4.zip
* 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.
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.