merge from 1.8 branch
[bpt/guile.git] / ice-9 / boot-9.scm
2006-04-16 Kevin Rydemerge from 1.8 branch
2006-02-04 Neil Jerram* boot-9.scm (try-module-autoload): Make sure that...
2006-02-04 Neil Jerram* stack-catch.scm (stack-catch): Use catch pre-unwind...
2006-01-13 Neil Jerram(repl-reader): Use value of current-reader fluid to
2005-12-14 Neil Jerram* api-evaluation.texi (Loading): Document custom reader.
2005-12-06 Marius Vollmer(%cond-expand-features): Add srfi-61.
2005-07-31 Marius Vollmer(set-module-eval-closure!): Undone change from 2005...
2005-06-11 Han-Wen Nienhuys*** empty log message ***
2005-06-05 Marius Vollmer(substring-fill!): New, for compatability.
2005-05-23 Marius VollmerThe FSF has a new address.
2005-04-23 Kevin Ryde(make-list): Moved to C code in list.c
2005-04-14 Kevin Ryde(1+, 1-): Moved to numbers.c.
2005-02-12 Rob Browning(%cond-expand-features): add srfi-55.
2005-01-27 Kevin Ryde(while): Remove the unquote from do, it breaks with...
2005-01-10 Marius Vollmer* arrays.scm, deprecated.scm (uniform-vector-fill!,
2004-12-22 Marius Vollmer(module-make-local-var!): When creating a new variable...
2004-12-14 Kevin Ryde(string-any, string-every): Use a scheme
2004-12-01 Marius Vollmer* boot-9.scm (app, %app): Renamed former to the latter.
2004-11-05 Marius VollmerDo not add "." to %load-path. 'load' will still be...
2004-10-26 Marius VollmerAdded srfi-4 to cond-expand features.
2004-10-04 Marius Vollmer(symbol->keyword, keyword->symbol): Removed, they are
2004-09-23 Marius Vollmer(handle-system-error): Pass rest argument to
2004-09-08 Marius Vollmer(expt): Only call integer-expt for an exact integer...
2004-08-24 Marius Vollmer(%cond-expand-features): Addef srfi-13 and srfi-14.
2004-07-09 Kevin Ryde(%cond-expand-features): Add srfi-6 which is in the...
2004-05-29 Dirk Herrmann * boot-9.scm: Reordered definitions such that macro...
2004-05-03 Dirk Herrmann * boot-9.scm (resolve-module): Always start searching...
2004-02-18 Marius Vollmer(top-repl): Make the (guile-user) module use the (ice...
2004-02-13 Mikael Djurfeldt* unif.c (scm_make_uve): Removed local variable and...
2004-01-20 Neil JerramBack out change to lazy-handler-dispatch lookup.
2004-01-11 Kevin Ryde Revert this, it breaks test-suite/tests/r5rs_pitfalls...
2004-01-07 Marius Vollmer(with-fluids): Use with-fluid* when only one fluid...
2004-01-03 Kevin Ryde(false-if-exception): Unquote catch and lambda, so...
2003-11-19 Neil JerramDefer lookup of lazy-handler-dispatch.
2003-11-17 Marius Vollmer(@, @@): New macros.
2003-11-16 Dirk Herrmann * boot-9.scm: Started comment about module system...
2003-09-15 Kevin RydeAdd another comment to:
2003-09-12 Kevin Ryde(file-exists?): Use stat rather than access?, so as to
2003-09-12 Marius Vollmer(make-autoload-interface): Use a proper hashtable as
2003-08-17 Kevin Ryde * boot-9.scm (while): Use a new key dynamically for...
2003-08-12 Kevin Ryde(while): Rewrite, continue as proper escape, break
2003-05-27 Dirk Herrmann * benchmark-suite/lib.scm: Fix some typos in...
2003-05-03 Marius Vollmer(display-usage-report): Use keyword->symbol instead...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-26 Marius VollmerLoad "ice-9/deprecated.scm" when appropriate.
2003-03-22 Marius Vollmer(call/cc): Added.
2003-03-12 Mikael Djurfeldt* boot-9.scm (duplicate-handlers): Make sure the merge...
2003-03-12 Mikael Djurfeldt* boot-9.scm (default-duplicate-binding-handler): Set...
2003-03-12 Mikael Djurfeldt* boot-9.scm (ipow-by-squaring): Removed.
2003-03-12 Mikael DjurfeldtAdjusted warning message
2003-03-12 Mikael Djurfeldt* boot-9.scm (module-duplicates-info, set-module-duplic...
2003-03-12 Mikael Djurfeldt* srfi-13.scm: Mark replacements.
2003-03-12 Mikael Djurfeldt* slib.scm (*features*): Set the core variable instead...
2003-03-11 Mikael DjurfeldtAdjustments of error messages
2003-03-11 Mikael Djurfeldt* srfi-1.scm (filter, filter!): Removed. (Now implemen...
2003-03-11 Mikael Djurfeldt* modules.c (scm_module_import_interface): New function.
2003-03-10 Mikael Djurfeldt* srfi-1.scm (iota map for-each map-in-order list-index...
2003-03-07 Mikael Djurfeldt* boot-9.scm (process-define-module): Handle #:duplicates.
2003-02-19 Mikael Djurfeldt* environments.c (DEFAULT_OBARRAY_SIZE): Changed from...
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-11 Mikael Djurfeldt* hashtab.c (scm_vector_to_hash_table,
2003-01-15 Mikael Djurfeldt* boot-9.scm (use-syntax): Return *unspecified*.
2002-12-28 Neil JerramAdd a hook that is run whenever a new module is defined.
2002-11-24 Dirk Herrmann* boot-9.scm (re-export-syntax): Re-introduced after...
2002-11-24 Dirk HerrmannThanks to Mikael Djurfeldt for a bugreport which led...
2002-11-16 Dirk Herrmann* boot-9.scm (define-private, export-syntax, export...
2002-11-16 Dirk Herrmann* boot-9.scm (define-private, export-syntax, export...
2002-11-06 Neil JerramFix error in recent define-option-interface "simplifica...
2002-11-04 Neil JerramSimplify code for define-option-interface.
2002-10-20 Mikael Djurfeldt* boot-9.scm (top-repl): Look for use-emacs-interface in
2002-10-09 Marius Vollmer(top-repl): Use 2 as the limit when saving the stack.
2002-10-05 Rob Browning* boot-9.scm (expt): switch if sense and use negative...
2002-10-04 Marius Vollmer(top-repl): Use "1" instead of "%deliver-signals" to...
2002-09-15 Marius Vollmer(feature?): Added deprecation message.
2002-09-15 Rob Browning* boot-9.scm (sqrt): minor indentation fix.
2002-07-07 Dirk Herrmann* now using mmacros instead of macros at some places.
2002-06-01 Gary Houston * boot-9.scm (file-set-position): use seek, not fseek...
2002-06-01 Marius Vollmer(file-set-position): Use seek instead of fseek.
2002-05-09 Marius Vollmer(unsetenv): New, for completeness.
2002-02-26 Thien-Thi NguyenComment grammar fixes; nfc.
2001-11-23 Marius VollmerAdded comments to functions that are used by "modules.c".
2001-11-05 Marius Vollmer(turn-on-debugging): New function, to be used by
2001-10-17 Mikael Djurfeldt* boot-9.scm (process-define-module): New options:...
2001-09-24 Mikael Djurfeldt* boot-9.scm (process-define-module): Added :re-export.
2001-09-19 Thien-Thi Nguyen(process-use-modules): Fix typo.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-08-30 Thien-Thi Nguyen(resolve-interface): When returning a custom
2001-08-25 Marius Vollmer(resolve-interface): Get variables from the public...
2001-07-31 Keisuke Nishida * boot-9.scm (process-define-module): Bug fixed.
2001-07-12 Marius Vollmer(compile-interface-spec): Bug fix: the keyword argument...
2001-07-09 Rob Browning* boot-9.scm: Fixed the sense of the error message...
2001-07-06 Rob Browning* boot-9.scm: added fix suggested by Matthias for ...
2001-06-26 Neil Jerram* Handle evaluator traps by calling trap handlers direc...
2001-06-25 Marius Vollmer(re-export-syntax): New.
2001-06-16 Marius Vollmer(system-error-errno): New.
2001-06-11 Marius VollmerUse `begin-deprecated' instead of testing
2001-06-10 Gary Houston * boot-9.scm: use the (ice-9 rdelim) module if
2001-06-04 Marius Vollmer(module-ensure-local-variable!): Renamed from
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-06-03 Marius Vollmer(try-load-module): Bracket calls to try-module-linked
next