little temp changes to work with the new catch/throw stuff
[bpt/guile.git] / ice-9 / boot-9.scm
1996-11-27 Marius Vollmer* boot-9.scm (macroexpand-1, macroexpand), slib.scm
1996-11-21 Jim BlandyIt's an "eval closure", not an "eval thunk." A thunk...
1996-11-02 Mikael Djurfeldt* * boot-9.scm: The debugging evaluator and recording...
1996-10-29 Jim Blandy* boot-9.scm (load-from-path): New function.
1996-10-29 Jim BlandyGet Guile to be a little less chatty by default. The...
1996-10-28 Jim Blandy(load): Should call primitive-load-path, not primitive...
1996-10-28 Jim Blandy* boot-9.scm (load): Simplified; primitive-load does...
1996-10-27 Gary Houston* boot-9.scm (stat:dev etc.) accessor functions for...
1996-10-25 Jim Blandy* boot-9.scm (%read-sharp): Don't recognize the `#...
1996-10-21 Jim Blandy* boot-9.scm: Formatting tweaks.
1996-10-18 Mikael DjurfeldtAdjustment of load-stack selection.
1996-10-17 Mikael DjurfeldtBugfix: arg-list --> args in error handler.
1996-10-17 Mikael Djurfeldt* boot-9.scm (handle-system-error): Added hooks before...
1996-10-17 Gary HoustonSecond thoughts, keep handle-system-error but call...
1996-10-17 Gary Houston* boot-9.scm: remove handle-system-error, after moving...
1996-10-16 Jim BlandyFormatting niggles.
1996-10-16 Jim Blandy* boot-9.scm: Doc fixes.
1996-10-15 Jim Blandy* boot-9.scm (try-load): %sys-load-path has been renamed to
1996-10-15 Mikael Djurfeldt*** empty log message ***
1996-10-15 Mikael Djurfeldt* boot-9.scm ((signal-handler n)): Bugfix: Moved the...
1996-10-14 Mikael Djurfeldt* boot-9.scm (error-catching-loop, signal-handler,
1996-10-14 Mikael Djurfeldt* boot-9.scm: Renamed %%throw-handler-default -->
1996-10-11 Jim Blandy* mapping.scm (hash-table-mapping): Explicitly request...
1996-10-06 Gary Houston* boot-9.scm (load): rewritten again.
1996-10-05 Mikael Djurfeldt* boot-9.scm: Added conditional loading of threads...
1996-10-05 Mikael Djurfeldt* boot-9.scm (error-catching-loop): Added handling...
1996-10-03 Jim Blandy* boot-9.scm (make-record-type, record-constructor...
1996-09-28 Gary Houston* boot-9.scm (error): replace another throw with scm...
1996-09-24 Gary Houston* boot-9.scm (%try-load): define using primitive-load...
1996-09-22 Mikael Djurfeldt* boot-9.scm (warn, scm-style-repl): Use C printer...
1996-09-20 Gary Houston* boot-9.scm (file-exists?, file-is-directory): catch...
1996-09-19 Gary Houston * boot-9.scm (%%handle-system-error key): remove the...
1996-09-15 Gary Houston* boot-9.scm (%%handle-system-error key): set args...
1996-09-14 Gary Houston* numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta...
1996-09-13 Mikael Djurfeldt* boot-9.scm: Name change: value-ref --> local-ref
1996-09-07 Gary Houston (fill-message): bug fix and check that args is a...
1996-09-07 Gary Houston (fill-message): check first whether args is null.
1996-09-07 Gary Houston * error.c (scm_error): declare scm_error_callback.
1996-09-05 Jim Blandy* boot-9.scm: %load-path is initialized in C code now.
1996-08-30 Jim Blandy* boot-9.scm (%load-path): Add the site directory.
1996-08-23 Mikael Djurfeldt* boot-9.scm: Preliminary solution: optionally load...
1996-08-21 Mikael Djurfeldt* boot-9.scm (print-vector): Renamed weak-hash-table...
1996-08-20 Mikael Djurfeldt* boot-9.scm (print-vector, macro-table, xformer-table):
1996-08-04 Gary Houstona few fixups to primitive functions
1996-08-02 Gary Houstonmake C system primitives throw exceptions
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import