diff options
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ + TXR 046 + 2012-12-06 + + + Features + + - Vector-related functions exposed in Lisp interpreter. + + - Syntax added for specifying vector literals in code. + + - Length function made generic over strings, lists and vectors. + + Bugs + + - Broken get_line function over string input streams fixed. + + - Some kinds of character literals were not being recognized properly. + + - bugfixes in configure script, affecting 64 bit Mac OS X. Thanks + to Andy Wildenberg for reporting issue and confirming root cause. + + + TXR 045 2012-12-05 |