diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-10 07:09:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-10 07:09:01 -0700 |
commit | a1fabcdbc8b307ea010da6f831b1a1addbf72ec2 (patch) | |
tree | 0316d37f6e43cafed8a21303f270e28c43ef319d /mpi | |
parent | cbf8c45bc7e737a849b62d4c2283aae11a3010e1 (diff) | |
download | txr-a1fabcdbc8b307ea010da6f831b1a1addbf72ec2.tar.gz txr-a1fabcdbc8b307ea010da6f831b1a1addbf72ec2.tar.bz2 txr-a1fabcdbc8b307ea010da6f831b1a1addbf72ec2.zip |
Bugfix: *args* not bound for command line expressions.
The documentation says that *args* is bound to nil,
but actually it is not bound at all.
Let us fix this by actualy binding *args* to the
remaining arguments, and by also allowing
modification of *args* to dynamically take effect.
* txr.c: Set up value of *args* prior to processing
any option which evaluates TXR Lisp. Afterwards,
reload the argument list from that variable.
* txr.1: Documented semantics of *args* during
command line processing.
Diffstat (limited to 'mpi')
0 files changed, 0 insertions, 0 deletions