diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | RELNOTES | 22 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | share/txr/stdlib/ver.txr | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
5 files changed, 36 insertions, 4 deletions
@@ -1,5 +1,15 @@ 2014-07-10 Kaz Kylheku <kaz@kylheku.com> + Version 92. + + * RELNOTES: Updated. + + * configure, txr.1: Bumped version. + + * share/txr/stdlib/ver.txr: Likewise + +2014-07-10 Kaz Kylheku <kaz@kylheku.com> + * tests/011/macros-2.txr: Added test for labels shadowing macro, and let shadowing symacro. @@ -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 @@ -407,7 +407,7 @@ fi # -txr_ver=91 +txr_ver=92 # # The all important banner. diff --git a/share/txr/stdlib/ver.txr b/share/txr/stdlib/ver.txr index b3a9fdb6..6a535a7e 100644 --- a/share/txr/stdlib/ver.txr +++ b/share/txr/stdlib/ver.txr @@ -1 +1 @@ -@(do (defvar *lib-version* 91)) +@(do (defvar *lib-version* 92)) @@ -21,9 +21,9 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH "TXR" 1 2014-07-02 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku" +.TH "TXR" 1 2014-07-11 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku" .SH NAME -txr \- text processing language (version 91) +txr \- text processing language (version 92) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp |