From 8940c16b17df0dd2cdbec8b7a40d751dbb87d76b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 2 Aug 2001 10:29:32 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 93d053506..844f1a825 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,11 @@ +2001-08-02 Thien-Thi Nguyen + + * getopt-long.scm: Refill to fit in 80 columns. + + (process-long-option): Fix bug: Keep track of `optional' + value-required info and use this to determine whether or not the + next element is to be taken as the option arg. + 2001-07-31 Keisuke Nishida * boot-9.scm (process-define-module): Fixed a bug that did not @@ -67,7 +75,7 @@ Changes to support tracing other than inside the repl-stack that is set up by the REPL code in boot-9.scm. - + * debug.scm (trace-entry, trace-exit): Conditionalize tracing on whether the current stack id is in `traced-stack-ids'. (traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack): @@ -82,7 +90,7 @@ * debug.scm (trace): Set evaluator trap options to handle tracing. Don't reset trace-level to 0. - + * boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler, apply-frame-handler and exit-frame-handler. (They're replaced by evaluator trap options.)