summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a3f6933..72856d26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-27 Kaz Kylheku <kaz@kylheku.com>
+
+ * rand.c (make_state): Use ANSI C syntax for prototyped function of no
+ arguments. This snuck through due to working with a C++ compiler.
+ (random): Fixed unused variable warning that happens on 32-bit-pointer
+ platforms.
+
2011-12-25 Kaz Kylheku <kaz@kylheku.com>
* txr.1: Formatting fixes.