diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | txr.1 | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-11-10 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Document -l/--lisp-bindings. + +2011-11-10 Kaz Kylheku <kaz@kylheku.com> + * match.c (opt_nobindings, opt_arraydims): Global variables moved from parser.l. (opt_lisp_bindings): New variable. @@ -118,6 +118,9 @@ IR false for a failed query. The program still sets an appropriate termination status. +.IP -l or --lisp-bindings +Print the variable bindings in Lisp syntax instead of shell syntax. + .IP -a num Specifies the maximum number of array dimensions to use for variables arising out of collect. The default is 1. Additional dimensions are |