From 063b5a8c138e68237e11bcdac2f5763243b9bfc7 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 9 Sep 2014 21:42:09 -0700 Subject: * 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13336135..2604b623 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-09-09 Kaz Kylheku + + * 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 * txr.c (txr_main): Cleaning up option handling code. -- cgit v1.2.3