diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-01 08:09:59 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-01 08:09:59 -0800 |
commit | 06502e03c731b13c2dd234265c1bd1d845d25747 (patch) | |
tree | 9591a2e93e8bc04c78df78e6dcdb593f6d186ea4 /RELNOTES | |
parent | 3d6cbdfd5e29a48da30493d98e9653d5eebbd9f5 (diff) | |
download | txr-06502e03c731b13c2dd234265c1bd1d845d25747.tar.gz txr-06502e03c731b13c2dd234265c1bd1d845d25747.tar.bz2 txr-06502e03c731b13c2dd234265c1bd1d845d25747.zip |
Update.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,15 +1,25 @@ TXR 044 201?-??-?? + + Features + + - Lisp interpreter added. + + - Relaxed rules for what constitutes symbol names. + + Bugs - - Fixed regression in source location tracking (line numbers + - Regression in source location tracking (line numbers shown in debugger and trace output). - Fixed :vars () in collect/coll not working as intended. This should prevent any bindings from being collected, and allows iteration with collect without accumulating memory. + - Two-year-old bug in weak hash tables. + TXR 043 2011-11-23 |