summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-19 12:12:52 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-19 12:12:52 -0800
commit48f35a0c700900915d9e9701277786bd358a767a (patch)
tree47e0f224e63b94a37e12be444102e49193963b90 /RELNOTES
parent6ba63a4919af92166391aa6fb5d8a55e8a537c92 (diff)
downloadtxr-48f35a0c700900915d9e9701277786bd358a767a.tar.gz
txr-48f35a0c700900915d9e9701277786bd358a767a.tar.bz2
txr-48f35a0c700900915d9e9701277786bd358a767a.zip
Version 049txr-049
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES48
1 files changed, 48 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 1b266b33..0cc04b32 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,51 @@
+ TXR 049
+ 2012-12-19
+
+
+ Features
+
+ - New functions for converting between characters and integers.
+
+ - Some arithmetic and relational operations are generic over characters in a
+ way that makes sense.
+
+ - dohash establishes anonymous block.
+
+ - Improvements in Vim syntax highlighting file.
+
+ - Lazy cons semantics cleaned up making lazy list programming easier.
+
+ - Some API renaming and restructuring in the area of vectors.
+
+ - Semicolon comments supported in Lisp code and @; comments in the pattern
+ matching language. @# becoming obsolescent.
+
+ - Not function, synonym for null.
+
+ - Some progress in TXR Lisp documentation.
+
+ - Hashing functions improved for fixnums, literals and characters.
+
+ - API for introspecting over interpreted functions added, in anticipation
+ of doing some compiler work.
+
+ - Quasiliteral strings supported in TXR Lisp.
+
+ Bugs
+
+ - Broken abs function fixed for bignums.
+
+ - mappend semantics clarified and fixed: behaves like append for
+ improper lists and atoms.
+
+ - Bugfix in code walker for let/let* forms, which resulted in quasiquotes
+ not being expanded.
+
+ - Fixed incorrect format arguments in some error messages, resulting
+ in aborts in some error cases, instead of the intended diagnostics.
+
+
+
TXR 048
2012-12-13