guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 ChangeLog


From: Marius Vollmer
Subject: guile/guile-core/ice-9 ChangeLog
Date: Fri, 18 May 2001 18:32:02 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/18 18:32:02

Modified files:
        guile-core/ice-9: ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/ChangeLog.diff?cvsroot=OldCVS&tr1=1.431&tr2=1.432&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/ChangeLog
diff -u guile/guile-core/ice-9/ChangeLog:1.431 
guile/guile-core/ice-9/ChangeLog:1.432
--- guile/guile-core/ice-9/ChangeLog:1.431      Fri May 18 10:30:58 2001
+++ guile/guile-core/ice-9/ChangeLog    Fri May 18 18:32:02 2001
@@ -1,3 +1,25 @@
+2001-05-19  Marius Vollmer  <address@hidden>
+
+       * 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  <address@hidden>
 
        * boot-9.scm: (resolve-interface, use-srfis): Small



reply via email to

[Prev in Thread] Current Thread [Next in Thread]