summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-09-09 21:42:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-09-09 21:42:09 -0700
commit063b5a8c138e68237e11bcdac2f5763243b9bfc7 (patch)
treeed6378da3b19f580a3e71631f7a76cd0fbbcf1b6 /txr.1
parentaa25ebafa20941133e9b2ed8111d4195c099e637 (diff)
downloadtxr-063b5a8c138e68237e11bcdac2f5763243b9bfc7.tar.gz
txr-063b5a8c138e68237e11bcdac2f5763243b9bfc7.tar.bz2
txr-063b5a8c138e68237e11bcdac2f5763243b9bfc7.zip
* txr.c (help): List new --compat option.
(requires_arg, do_fixnum_opt, compat, array_dim, gc_delta): New static functions. (txr_main): Use do_fixnum_opt for handling options with integer argument. Add --compat alias for -C. * txr.1: Documented --compat. Added missing description of --debugger.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.14
1 files changed, 4 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index e99a6809..d2c04fd3 100644
--- a/txr.1
+++ b/txr.1
@@ -100,6 +100,8 @@ query). This option does not suppress error generation during the parsing
of the query, only during its execution.
.IP -d
+.IP --debugger
+
Invoke the interactive txr debugger. See the DEBUGGER section.
.IP -v
@@ -192,6 +194,8 @@ than once. The query-file argument becomes optional if -p is used at least
once.
.IP "-C number"
+.IP "--compat=number"
+
Requests TXR to behave in a manner that is compatible with the specified
version of TXR. This makes a difference in situations when a release of
TXR breaks backward compatibility. If some version N+1 deliberately introduces