diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-24 08:20:45 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-24 08:20:45 -0800 |
commit | 88e3db0abbde783bfa57f5bce2d792b5dbac6ead (patch) | |
tree | 48dceda1ad381631f7908e37507f471c24e262d8 /RELNOTES | |
parent | 018d7b2e1e18436e559bf15b0839a7236b6ff975 (diff) | |
download | txr-88e3db0abbde783bfa57f5bce2d792b5dbac6ead.tar.gz txr-88e3db0abbde783bfa57f5bce2d792b5dbac6ead.tar.bz2 txr-88e3db0abbde783bfa57f5bce2d792b5dbac6ead.zip |
* parser.y (texts, elem): Fixed incorrect use of rl rather
than rlcp. Added forgotten rlcp on result of optimize_text.
* RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ + TXR 044 + 201?-??-?? + + Bugs + + - Fixed regression in source location tracking (line numbers + shown in debugger and trace output). + + TXR 043 2011-11-23 |