summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog28
-rw-r--r--RELNOTES2
2 files changed, 16 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c524a1f..cd21a687 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2012-03-04 Kaz Kylheku <kaz@kylheku.com>
+ Version 60
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version and set date.
+
+ * configure (txr_ver): Bumped.
+
+ * RELNOTES: Updated.
+
+ * txr.vim: Handle : symbol properly.
+
+2012-03-04 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (plus): Showstopper bug: plus(bignum, fixnum)
broken for fixnum <= 0. Bad pointer passed to MPI.
@@ -24,20 +38,6 @@
2012-03-04 Kaz Kylheku <kaz@kylheku.com>
- Version 60
-
- * txr.c (version): Bumped.
-
- * txr.1: Bumped version and set date.
-
- * configure (txr_ver): Bumped.
-
- * RELNOTES: Updated.
-
- * txr.vim: Handle : symbol properly.
-
-2012-03-04 Kaz Kylheku <kaz@kylheku.com>
-
* eval.c (op_defun): Bugfix: documentation says that defun supports
the same parameter list as lambda, and that is the intent. But
this was broken, since op_defun was expecting the parameter list
diff --git a/RELNOTES b/RELNOTES
index ed738cf9..3c68e0f8 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -27,6 +27,8 @@
- Fixed missing support for optional and trailing parameters
in defun.
+ - Fixed showstopper bug in plus function.
+
TXR 59