summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7851e54..80d42b26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2012-03-15 Kaz Kylheku <kaz@kylheku.com>
+ Version 61
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version and set date.
+
+ * configure (txr_ver): Bumped.
+
+ * eval.c (op_modplace): Fix warning about uninitialized variable.
+ No bug.
+
+ * filter.c: gcc compilation regresion: missing <stdio.h> breaks inclusion
+ of "stream.h" header. Strangely, didn't show up when configured for
+ compiling with g++ on Ubuntu.
+
+ * match.c (match_filter): Fixed ununsed variable warning.
+
+ * txr.vim: Bunch of missing keywords added.
+
+ * dep.mk: Regenerated.
+
+2012-03-15 Kaz Kylheku <kaz@kylheku.com>
+
* tests/010/block.expected: New file.
* tests/010/block.txr: New file.