diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 12:09:40 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 12:09:40 -0800 |
commit | 5af7b78c82c711b5beae5ffec3706b3f300ba120 (patch) | |
tree | 5690da14ed1412790109adac9c105fac7cacdbb9 | |
parent | 719ebb6a8ddfb5bc9697aab485f9b76ed387cc05 (diff) | |
download | txr-5af7b78c82c711b5beae5ffec3706b3f300ba120.tar.gz txr-5af7b78c82c711b5beae5ffec3706b3f300ba120.tar.bz2 txr-5af7b78c82c711b5beae5ffec3706b3f300ba120.zip |
* RELNOTES: Updated.
Extending release 60 to include the plus fix.
-rw-r--r-- | ChangeLog | 28 | ||||
-rw-r--r-- | RELNOTES | 2 |
2 files changed, 16 insertions, 14 deletions
@@ -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 @@ -27,6 +27,8 @@ - Fixed missing support for optional and trailing parameters in defun. + - Fixed showstopper bug in plus function. + TXR 59 |