diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-10 20:37:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-10 20:37:58 -0700 |
commit | 3c36690ea47bd88ed7a6bf2d2cf4e53ea9fdbc1a (patch) | |
tree | 75155b363978af8f80573e51823c6224f898ad9a /RELNOTES | |
parent | 955dec17ec449be79ac85b2c9e2e4fb825e612f3 (diff) | |
download | txr-3c36690ea47bd88ed7a6bf2d2cf4e53ea9fdbc1a.tar.gz txr-3c36690ea47bd88ed7a6bf2d2cf4e53ea9fdbc1a.tar.bz2 txr-3c36690ea47bd88ed7a6bf2d2cf4e53ea9fdbc1a.zip |
Version 92.txr-92
* RELNOTES: Updated.
* configure, txr.1: Bumped version.
* share/txr/stdlib/ver.txr: Likewise
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ + TXR 92 + 2014-07-11 + + + Features + + - New operators ado and ido. + + - New command line option --license. + + - Long overdue flet and labels operators for lexical binding in the function + space, added as macros. + + Bugs + + - apf and ipf functions fixed. + + - Uninitialized variable bug fix in select function + and in the index list case of replace-list. + + + TXR 91 2014-07-02 |