* expect.scm: (expect-regexec): new procedure, use it in
[bpt/guile.git] / ice-9 / boot-9.scm
1997-10-11 Gary Houston * expect.scm: (expect-regexec): new procedure, use...
1997-10-06 Marius Vollmer* boot-9.scm (inherit-print-state): If NEW-PORT contains a
1997-10-03 Mikael Djurfeldt1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1997-10-02 Marius Vollmer* boot-9.scm (inherit-print-state): New experimental...
1997-09-30 Jim BlandySuggestion and script from Maciej Stachowiak:
1997-09-29 Mikael Djurfeldt* boot-9.scm: Bugfix: Hard-solder the print-option...
1997-09-28 Mikael Djurfeldt* debug.scm: Moved options interface procedures to...
1997-09-28 Jim Blandy* boot-9.scm (separate-fields-discarding-char,
1997-09-20 Mikael Djurfeldt* slib.scm (slib:load): Export.
1997-09-16 Mikael Djurfeldt* boot-9.scm (try-module-linked): Try to find module...
1997-09-16 Mikael Djurfeldt* boot-9.scm (keyword->symbol, display-usage-report...
1997-09-16 Mikael Djurfeldt* boot-9.scm (keyword->symbol, display-usage-report...
1997-09-15 Mikael Djurfeldt* boot-9.scm (iota): Renamed list-reverse! --> reverse!
1997-09-10 Mikael Djurfeldt* * boot-9.scm (primitive-macro?): New procedure.
1997-09-05 Mikael Djurfeldt* emacs.scm (emacs-load): Added new parameter `module'.
1997-09-01 Mikael Djurfeldt* boot-9.scm (gensym): Removed (replaced by primitive).
1997-08-16 Gary Houston* stime.h: prototype for scm_times.
1997-08-14 Mikael Djurfeldt* slib.scm (slib:load): Use load-from-path instead of
1997-07-29 Gary Houston* ioext.h: fix up prototypes.
1997-07-26 Gary Houston* boot-9.scm (setenv): new procedure, scsh compatible.
1997-07-26 Marius Vollmer* boot-9.scm (with-fluids): New macro to go with the
1997-07-23 Mikael Djurfeldt* boot-9.scm: If using emacs interface, enable backtraces
1997-07-21 Gary Houston* ioext.h: removed scm_duplicate_port prototype.
1997-07-11 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-07-11 Jim Blandy* boot-9.scm (define-public): Changed to accomodate...
1997-06-24 Jim Blandy* boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping...
1997-06-24 Jim BlandyFix inconsistencies in parsing of #/ style lists.
1997-06-24 Jim BlandyRevert Marcus's changes; will re-apply when we get...
1997-06-24 Jim BlandyChanges to compile under gnu-win32, from Marcus Daniels:
1997-06-23 Jim Blandy* boot-9.scm (make-list): Remove the definition of...
1997-06-22 Jim BlandyTry to detect when people are using one version of...
1997-06-13 Jim Blandy* boot-9.scm (struct-printer): Fix off-by-one error...
1997-06-06 Marius Vollmer* boot-9.scm (struct-printer): Bugfix: Check the layout...
1997-06-04 Marius Vollmer* boot-9.scm (struct-layout, %struct-printer-tag, struc...
1997-05-31 Gary Houston* scmsigs.h, async.h: updated.
1997-05-29 Jim Blandy* regex.scm: Add a module declaration. Use DEFINE...
1997-05-26 Jim Blandy* COPYING, boot-9.scm, debug.scm, emacs.scm, expect...
1997-05-15 Jim Blandydoc fix
1997-05-15 Jim Blandy* boot-9.scm (eval-string): Function deleted; it was...
1997-05-13 Gary Houston* boot-9.scm (error-catching-loop): don't read a line...
1997-05-13 Jim Blandy* boot-9.scm (scm-style-repl): After reading an expression,
1997-04-30 Marius Vollmer* boot-9.scm (link-dynamic-module): Do not catch errors...
1997-04-29 Marius Vollmer* boot-9.scm (process-use-modules): New function to...
1997-04-29 Gary Houston* boot-9.scm: don't define timer-thunk or gc-thunk.
1997-04-19 Jim Blandy* boot-9.scm (eval-string, command-line, load-user...
1997-04-12 Gary Houston* boot-9.scm (log10): defined.
1997-04-05 Gary Houston * expect.scm (expect-select): correct the millisecond...
1997-03-29 Gary Houston* boot-9.scm (netent:addrtype, servent:port): added...
1997-03-23 Mikael Djurfeldt* boot-9.scm: Check if variable use-emacs-interface...
1997-03-22 Gary Houston * boot-9.scm: define accessor procedures for the objec...
1997-03-15 Gary Houston* boot-9.scm (scm-error): deleted, reimplemented in C.
1997-03-10 Mikael Djurfeldt* boot-9.scm (process-define-module): Modified to handl...
1997-03-10 Mikael Djurfeldt* boot-9.scm (process-define-module): Modified to handl...
1997-03-08 Gary Houston* boot-9.scm: swap order of a procedure.
1997-03-08 Gary Houston* slib.scm: update read usage.
1997-03-08 Mikael Djurfeldt* boot-9.scm: Added loading of session support module.
1997-03-08 Mikael Djurfeldt* boot-9.scm (beautify-user-module!): Don't add the...
1997-03-05 Gary Houston* boot-9.scm: check use-emacs-interface for emacs support.
1997-03-02 Gary Houston* boot-9.scm (scm-style-repl): call repl-report-start...
1997-03-02 Gary Houston* throw.h: prototype for scm_exit_status.
1997-03-02 Gary Houston* boot-9.scm (error-catching-loop thunk): use a status...
1997-03-01 Mikael Djurfeldt* boot-9.scm: Removed the old printer code.
1997-03-01 Mikael Djurfeldt * debug.scm: Add hook for reset of trace level at...
1997-03-01 Mikael Djurfeldt(Slight improvement from previous fix.)
1997-02-28 Mikael Djurfeldt* * debug.scm: *Warning* This feature is a bit prematur...
1997-02-27 Mikael Djurfeldt* boot-9.scm: Removed the enabling of debug evaluator and
1997-02-27 Marius Vollmer* boot-9.scm (module-defined?): New function.
1997-02-15 Gary Houston* boot-9.scm (read-sharp): define directly, don't go...
1997-02-10 Mikael Djurfeldt* boot-9.scm (backtrace): Removed. (A C version now...
1997-01-25 Gary Houston * boot-9.scm (read-line!, read-delimited!, read-delimited,
1997-01-18 Marius VollmerAdded dynamic linking of modules. See libguile/DYNAMIC...
1997-01-08 Gary Houston* boot-9.scm (getservbyport, getservbyname): remove...
1997-01-08 Jim Blandy* boot-9.scm (and=>): Rename THUNK argument to PROCEDUR...
1997-01-05 Mikael Djurfeldt* * boot-9.scm (use-modules): New macro (from Marius...
1997-01-05 Jim Blandy* boot-9.scm (error-catching-loop): Remove message...
1996-12-23 Jim Blandy* boot-9.scm (delq-all!): Function deleted; delq!'s...
1996-12-21 Marius Vollmer* * boot-9.scm (resolve-module): New optional parameter...
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...
next