summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-12 09:06:26 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-12 09:06:26 -0800
commita16a902df2469cbde86ffb6344ade1d987dd2f86 (patch)
tree954abcb56779b824bcbba1ff9609ec2ac3c5e04b /RELNOTES
parent770b69a7495f5e1f83eaf0c5de5782a3db90ad7b (diff)
downloadtxr-a16a902df2469cbde86ffb6344ade1d987dd2f86.tar.gz
txr-a16a902df2469cbde86ffb6344ade1d987dd2f86.tar.bz2
txr-a16a902df2469cbde86ffb6344ade1d987dd2f86.zip
Version 047txr-047
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES35
1 files changed, 35 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index c46c8325..087edac0 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,38 @@
+ TXR 047
+ 2012-12-12
+
+
+ Features
+
+ - Transparent bignum arithmetic: when operations on machine word (fixnum)
+ integers overflow, multi-precision (bignum) integers are produced.
+
+ - TXR Lisp:
+
+ - New operators: progn, flip.
+ - Vector functions added, and vecref is an assignment place.
+ - Character manipulation functions.
+ - Association list functions.
+ - Implicit anonymous block around forms for loop.
+ - Implicit named block around forms for loop.
+ - Nump renamed to fixnump.
+ - Push arguments reversed: (push obj list).
+
+ - Syntax highlighting definition update for all new operators.
+
+ Bugs
+
+ - Another bugfix to character literals, allowing non-alphanumeric
+ constants like #\$.
+
+ - Fix in rplacd to make lazy list programming feasible.
+
+ - Reversed assoc and assq arguments throughout codebase.
+
+ - Debugger: repeating last command by pressing Enter works again.
+
+
+
TXR 046
2012-12-06