1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2001-08-02 10:29:32 +00:00
parent 4f70d598bf
commit 8940c16b17

View file

@ -1,3 +1,11 @@
2001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
* 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 <knishida@nurs.or.jp> 2001-07-31 Keisuke Nishida <knishida@nurs.or.jp>
* boot-9.scm (process-define-module): Fixed a bug that did not * 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 Changes to support tracing other than inside the repl-stack that
is set up by the REPL code in boot-9.scm. is set up by the REPL code in boot-9.scm.
* debug.scm (trace-entry, trace-exit): Conditionalize tracing on * debug.scm (trace-entry, trace-exit): Conditionalize tracing on
whether the current stack id is in `traced-stack-ids'. whether the current stack id is in `traced-stack-ids'.
(traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack): (traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack):
@ -82,7 +90,7 @@
* debug.scm (trace): Set evaluator trap options to handle tracing. * debug.scm (trace): Set evaluator trap options to handle tracing.
Don't reset trace-level to 0. Don't reset trace-level to 0.
* boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler, * boot-9.scm (lazy-handler-dispatch): Remove enter-frame-handler,
apply-frame-handler and exit-frame-handler. (They're replaced by apply-frame-handler and exit-frame-handler. (They're replaced by
evaluator trap options.) evaluator trap options.)