* strings.h: don't use SCM_P. don't include <string.h>.
[bpt/guile.git] / ice-9 / boot-9.scm
2000-01-31 Gary Houston * strings.h: don't use SCM_P. don't include <string.h>.
2000-01-11 Greg J. Badros* boot-9.scm expect.scm, syncase.scm: Switch to new...
2000-01-10 Marius Vollmer* boot-9.scm (try-using-libtool-name): Do not bother...
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-09-26 Gary Houstonsupport new configure options: --disable-posix, -...
1999-09-16 Mikael Djurfeldt* boot-9.scm (before-signal-stack): New fluid.
1999-09-12 Mikael Djurfeldt* boot-9.scm (make-autoload-interface): Bugfix.
1999-09-12 Mikael DjurfeldtRe-committed this change (got lost in a merge after...
1999-09-11 Mikael Djurfeldt* * boot-9.scm (using-readline?): New procedure: Return...
1999-09-11 Marius Vollmer* boot-9.scm (top-repl): Removed code for ativating...
1999-09-11 Jim BlandyDelete the test which compares the configuration date...
1999-09-11 Mikael Djurfeldt* * boot-9.scm (top-repl): Use (ice-9 debug) (ice-9...
1999-08-29 Mikael Djurfeldt* boot-9.scm (try-module-autoload): Use %search-load...
1999-08-24 Mikael Djurfeldt* boot-9.scm: Removed old style hooks.
1999-08-20 Jim BlandyRemove support for the #/ path list syntax entirely.
1999-08-05 Mikael DjurfeldtRenamed module-modified! --> module-modified
1999-08-05 Mikael DjurfeldtGOOPS needs the observer protocol specified for the...
1999-07-29 Mikael Djurfeldt* boot-9.scm (error-catching-loop): Correct non-RnRS...
1999-07-19 Jim Blandy* boot-9.scm (read-delimited!): Put the terminator...
1999-06-29 Mikael Djurfeldt* boot-9.scm (top-repl): Set/clear readline prompts...
1999-06-09 Jim Blandy* boot-9.scm (top-repl): don't flush all ports at exit.
1999-06-05 Mikael Djurfeldt* boot-9.scm (iota): replaced by a tail recursive...
1999-05-02 Jim Blandy* boot-9.scm (provided?): New function.
1999-04-08 Mikael Djurfeldt* boot-9.scm: Provide 'values.
1999-03-21 Mikael Djurfeldt* boot-9.scm (process-define-module, use-syntax): Bugfix:
1999-03-19 Mikael Djurfeldt* boot-9.scm (try-load-module): New procedure. Broken...
1999-03-14 Mikael Djurfeldt* boot-9.scm (make-record-type): Use `set-struct-vtable...
1999-03-12 Mikael DjurfeldtGragg
1999-03-12 Mikael Djurfeldt* boot-9.scm (set-system-module!): New procedure: Set...
1998-12-14 Mikael Djurfeldt* boot-9.scm (process-define-module): Reverted the...
1998-12-11 Mikael DjurfeldtFix
1998-12-11 Mikael Djurfeldt* boot-9.scm (environment->module): New procedure.
1998-12-01 Mikael Djurfeldt* boot-9.scm (process-define-module): Added new specifier
1998-12-01 Mikael Djurfeldt* boot-9.scm (*suppress-old-style-hook-warning*): Set...
1998-12-01 Mikael Djurfeldt* boot-9.scm (try-using-libtool-name): Fix check on...
1998-11-26 Mikael DjurfeldtWarn that resolve-module is used by modules.c
1998-11-26 Mikael Djurfeldt* boot-9.scm: Use run-hook instead of run-hooks everywhere.
1998-11-25 Mikael Djurfeldt* boot-9.scm (run-hooks, add-hook!, remove-hook!):...
1998-11-23 Mikael DjurfeldtFix
1998-11-23 Mikael Djurfeldt* boot-9.scm (beautify-user-module!): Beautify also...
1998-11-22 Mikael Djurfeldt* boot-9.scm: Added warnings about bindings used in
1998-11-20 Mikael Djurfeldt* boot-9.scm (the-environment): New special form: Retur...
1998-11-12 Mikael Djurfeldt* boot-9.scm (collect): New syntax. Similar to begin...
1998-11-10 Mikael Djurfeldt* boot-9.scm (values, call-with-values): Moved here...
1998-11-09 Mikael Djurfeldt* boot-9.scm (readline-options, readline-enable, readli...
1998-11-05 Mikael Djurfeldt* boot-9.scm: Set the repl start module in `top-repl...
1998-10-31 Mikael Djurfeldt* boot-9.scm (exit-hook): New hook: Is run at the very...
1998-10-19 Jim Blandy* boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio...
1998-10-19 Jim Blandy* boot-9.scm: Don't assume that this file is loaded...
1998-10-18 Mikael Djurfeldt* boot-9.scm: Added extended read syntax for byte vecto...
1998-10-09 Jim Blandy* boot-9.scm (read-path-list-notation-warning): New...
1998-08-21 Mikael Djurfeldt* boot-9.scm (make-options): Bugfix: Changed pair?...
1998-08-19 Mikael Djurfeldt* boot-9.scm: Removed (ice-9 regex) from use-list of...
1998-08-15 Mikael Djurfeldt* boot-9.scm: Make the root module use (ice-9 regex) if
1998-07-15 Mikael Djurfeldt* boot-9.scm (export, export-syntax): New special forms...
1998-07-15 Mikael Djurfeldt* boot-9.scm: Renamed module `(guile-repl)' --> `(guile...
1998-07-14 Mikael Djurfeldt* boot-9.scm: Let the user start in module `(guile...
1998-07-14 Mikael Djurfeldt* boot-9.scm: Let the user start in module `(user)...
1998-06-18 Mikael Djurfeldt* boot-9.scm (load-module): When loading files from...
1998-06-09 Mikael Djurfeldt* boot-9.scm: Check that (current-input-port) is a...
1998-06-07 Mikael Djurfeldt* boot-9.scm (use-syntax): Turned into a macro inorder...
1998-05-12 Mikael Djurfeldt* boot-9.scm: Antirevert Jim's readline code which...
1998-05-11 Mikael Djurfeldt* boot-9.scm: Load readline module if readline is present.
1998-05-04 Mikael Djurfeldt* boot-9.scm (process-define-module): Added keyword...
1998-03-30 Mikael Djurfeldt* boot-9.scm: Added new run-time option interface eval...
1998-03-28 Mikael Djurfeldt* boot-9.scm (remove-hook!): New macro. (Thanks to...
1998-01-05 Jim BlandyFixed copyright notice on complex transcendental functi...
1997-12-26 Tim PierceChanges for SLIB compatibility.
1997-12-13 Tim Pierceboot-9.scm (read-line): Rewritten to use %read-line.
1997-11-29 Mikael Djurfeldt* boot-9.scm (error-catching-loop, save-stack): `the...
1997-11-28 Tim PierceLibtool support for find-and-link-dynamic-module
1997-11-09 Gary Houston* boot-9.scm (set-batch-mode?!, batch-mode?): initializ...
1997-10-31 Marius Vollmer* boot-9.scm (inherit-print-state): Moved definition...
1997-10-27 Jim Blandy* boot-9.scm: Revert changes to this file from Oct...
1997-10-23 Jim BlandyAdd support for readline function.
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:
next