summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688b6f90..bf3358c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-12-28 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (LOG_MATCH): Use < in format directive instead of -.
+
+ * rand.c (random): Add back missing declaration.
+
+2011-12-28 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (quasi_item): Switch from var to o_var. This fixes
cases like `@a@(foo)@b` where foo was being translated
to (foo) rather than (sys:expr foo).