summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13336135..2604b623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-09-09 Kaz Kylheku <kaz@kylheku.com>
+ * 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.
+
+2014-09-09 Kaz Kylheku <kaz@kylheku.com>
+
* txr.c (txr_main): Cleaning up option handling code.
Better checking for misused long options.