diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-03 21:16:43 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 08:49:20 -0800 |
commit | f75994545cb88c6625e4122afa61fbbe1adeb081 (patch) | |
tree | c7206a6c009493b62313f34ae5f2deff58cc08cd /txr.1 | |
parent | 66bcec2c491445a76b3ef63c53ed982b896cef00 (diff) | |
download | txr-f75994545cb88c6625e4122afa61fbbe1adeb081.tar.gz txr-f75994545cb88c6625e4122afa61fbbe1adeb081.tar.bz2 txr-f75994545cb88c6625e4122afa61fbbe1adeb081.zip |
Version 60
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* RELNOTES: Updated.
* txr.vim: Handle : symbol properly.
* eval.c (op_defun): Bugfix: documentation says that defun supports
the same parameter list as lambda, and that is the intent. But
this was broken, since op_defun was expecting the parameter list
to be a proper list containing only bindable symbols, ruling out
the use of the consing dot for rest parameter as well as the colon
keyword symbol for optional parmeters.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,9 +21,9 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH "TXR" 1 2012-02-29 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku" +.TH "TXR" 1 2012-03-03 "Utility Commands" "Txr Text Processing Language" "Kaz Kylheku" .SH NAME -txr \- text processing language (version 59) +txr \- text processing language (version 60) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp |