diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-08 07:43:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-08 07:43:27 -0800 |
commit | 0b86366870e0a1e45955881a2d3206175061271e (patch) | |
tree | 26e5e6bb9bb63a580b03329594ce552228ce0ff5 /RELNOTES | |
parent | b98e7e641893ca98e34e9f89a55ce1a21a7ace2b (diff) | |
download | txr-0b86366870e0a1e45955881a2d3206175061271e.tar.gz txr-0b86366870e0a1e45955881a2d3206175061271e.tar.bz2 txr-0b86366870e0a1e45955881a2d3206175061271e.zip |
Version 73txr-73
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ + TXR 73 + 2014-01-08 + + + Features + + - The new lisp-parse function scans TXR Lisp expressions at run-time + out of strings and streams, which means that TXR can now more easily keep + persistent, complex data in text files. + + Bugs + + - Fixed signal-handling-related performance issue caused by excessive + calls to the sigprocmask function. + + + TXR 72 2013-12-17 |