* boot-9.scm (process-define-module): Handle #:duplicates.
[bpt/guile.git] / ice-9 / boot-9.scm
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
2001-06-02 Marius Vollmer(module-ensure-variable!): New.
2001-06-01 Marius Vollmer(resolve-interface): Expect keyword arguments instead...
2001-06-01 Marius Vollmer(top-repl): Revert part of the 2001-05-19 change.
2001-05-25 Marius Vollmer(cond-expand): Define using
2001-05-23 Martin Grabmüller * boot-9.scm (%cond-expand-table): New hash table...
2001-05-22 Marius Vollmer(define-module): Return the new module. (process-defin...
2001-05-21 Marius Vollmer(use-syntax): Do not set scm:eval-transformer when
2001-05-19 Marius Vollmer(process-define-module): Do not call
2001-05-18 Thien-Thi Nguyen(resolve-interface, use-srfis): Small cleanup; nfc.
2001-05-15 Martin Grabmüller * boot-9.scm (cond-expand-features): Made the feature...
2001-05-15 Thien-Thi Nguyen(resolve-interface): Signal error now also if used...
2001-05-15 Marius VollmerMerged from mvo-vcell-cleanup-1-branch.
2001-05-15 Marius Vollmer(error-catching-repl): Call the E
2001-05-14 Martin Grabmüller * boot-9.scm (cond-expand): Reduce feature list to...
2001-05-14 Dirk Herrmann* Deprecated some definitions.
2001-05-11 Martin Grabmüller * boot-9.scm: Added `cond-expand' (SRFI-0) for portabl...
2001-05-10 Thien-Thi Nguyen(resolve-module): Abstraction maintenance: Use
2001-05-05 Neil Jerram* Correct error message in `use-syntax'.
2001-05-02 Marius Vollmer* boot-9.scm (begin-deprecated): New.
2001-04-28 Thien-Thi NguyenSurround commentary w/ standard markers; nfc.
2001-04-25 Marius Vollmer* boot-9.scm (the-module, set-current-module, current...
2001-04-16 Keisuke Nishida * boot-9.scm (load-compiled): New variable, initialize...
2001-04-15 Keisuke Nishida * boot-9.scm (call-with-deprecation): New procedure.
2001-04-15 Keisuke Nishida * boot-9.scm (defmacro, define-macro, define-syntax...
2001-04-14 Keisuke NishidaMoved up the eval-case section.
2001-04-06 Neil Jerram* boot-9.scm (warn-autoload-deprecation): Close parenth...
2001-03-29 Marius Vollmer* boot-9.scm (init-dynamic-module): Fix typo in call to
2001-03-26 Marius Vollmer* boot-9.scm (warn-autoload-deprecation): New function.
2001-03-17 Keisuke NishidaSimple value history support.
2001-03-03 Marius Vollmer* boot-9.scm, rdelim.scm: Use "'()" instead of "()...
2001-02-27 Mikael Djurfeldt* boot-9.scm (save-stack): Use `primitive-eval' for...
2001-02-21 Marius Vollmer* boot-9.scm (eval-when, eval-case): Renamed `eval...
2001-02-13 Marius Vollmer* boot-9.scm (define-public): Removed spurious call to
2001-02-11 Marius Vollmer* boot-9.scm (scm-style-repl): Use `primitive-eval...
2001-01-26 Dirk Herrmann* Make readline run-time options accessible.
2001-01-24 Gary Houston * boot-9.scm: don't import (ice-9 rdelim) here. it...
2001-01-21 Gary Houston * rdelim.scm: new file implementing module (ice-9...
2000-12-29 Dirk Herrmann* Remove calls to symbol-interned? which have always...
2000-12-12 Dirk Herrmann* Lookup 'use-emacs-interface in the-root-module.
2000-11-28 Dirk Herrmann* Don't use make-shared-substring any more.
2000-11-26 Gary Houston * boot-9.scm: values?, get-values, values, call-with...
2000-09-20 Mikael Djurfeldt* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
2000-09-12 Mikael Djurfeldt* boot-9.scm (gentemp): Moved to symbols.c.
2000-09-03 Marius Vollmer* boot-9.scm (make-object-property): New function.
2000-08-27 Mikael Djurfeldt* boot-9.scm (make-record-type): Use `string-append...
2000-08-11 Mikael Djurfeldt* boot-9.scm (record-constructor, record-accessor,
2000-08-11 Mikael Djurfeldt* boot-9.scm (scm-style-repl): Print multiple values...
2000-07-13 Dirk Herrmann* In expt, return exact results when possible.
2000-07-12 Dirk Herrmann* Fixed expt for the case of negative integer exponents.
2000-07-01 Mikael Djurfeldt* boot-9.scm (process-define-module): Bugfix: Only...
2000-06-21 Mikael Djurfeldt* boot-9.scm: Turned `the-module', `*top-level-lookup...
2000-06-21 Mikael Djurfeldt* boot-9.scm (purify-module!, module-export!): New...
2000-06-11 Mikael Djurfeldt* boot-9.scm (make-autoload-interface): Set init value...
2000-06-05 Mikael Djurfeldt* boot-9.scm (error-catching-loop): Inform about debugg...
2000-06-04 Mikael Djurfeldt* boot-9.scm (scm-module-closure): New procedure: Was...
2000-05-14 Gary Houston2000-05-14 Gary Houston <ghouston@arglist.com>
2000-05-11 Dirk Herrmann* abs no longer accepts complex numbers as parameter.
next