* boot-9.scm (file-set-position): use seek, not fseek. Make
[bpt/guile.git] / ice-9 / boot-9.scm
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.
2000-03-02 Greg J. Badros* boot-9.scm: Drop unused definition of sfx function...
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...
next