mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
*** empty log message ***
This commit is contained in:
parent
872bd19470
commit
e4e1ea73f3
1 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,25 @@
|
||||||
|
2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* psyntax.ss (build-lexical-var): Use gensym instead of gentemp.
|
||||||
|
* match.scm: Likewise.
|
||||||
|
* expect.scm: Likewise.
|
||||||
|
* psyntax.pp: Regenerated.
|
||||||
|
|
||||||
|
* rdelim.scm: Call `%init-rdelim-builtins'.
|
||||||
|
|
||||||
|
* rw.scm: Call `%init-rw-builtins'.
|
||||||
|
|
||||||
|
* boot-9.scm (process-define-module): Do not call
|
||||||
|
set-current-module.
|
||||||
|
(define-module): Do it here, in the expansion.
|
||||||
|
(top-repl): Do not define '(guile-user)' module and conditionally
|
||||||
|
load `(ice-9 threads)' and/or `(ice-9 regex)' here. Do it on
|
||||||
|
top-level as the last thing in boot-9.scm instead.
|
||||||
|
(%load-path): Use `list' instead of `cons' to create a single
|
||||||
|
element list when adding "." to it.
|
||||||
|
(process-define-module, process-use-modules, module-export!): Add
|
||||||
|
dummy definitions prior to booting the mdule system.
|
||||||
|
|
||||||
2001-05-18 Thien-Thi Nguyen <ttn@revel.glug.org>
|
2001-05-18 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||||
|
|
||||||
* boot-9.scm: (resolve-interface, use-srfis): Small
|
* boot-9.scm: (resolve-interface, use-srfis): Small
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue