guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-scsh ChangeLog let-opt.scm


From: Gary Houston
Subject: guile/guile-scsh ChangeLog let-opt.scm
Date: Sun, 22 Jul 2001 10:54:27 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Gary Houston <address@hidden>   01/07/22 10:54:27

Modified files:
        guile-scsh     : ChangeLog let-opt.scm 

Log message:
        * let-opt.scm (really-let-optionals*): export: a kludge to make
        let-optionals* work.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-scsh/ChangeLog.diff?cvsroot=OldCVS&tr1=1.65&tr2=1.66&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-scsh/let-opt.scm.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: guile/guile-scsh/ChangeLog
diff -u guile/guile-scsh/ChangeLog:1.65 guile/guile-scsh/ChangeLog:1.66
--- guile/guile-scsh/ChangeLog:1.65     Sat Jul  7 08:35:28 2001
+++ guile/guile-scsh/ChangeLog  Sun Jul 22 10:54:26 2001
@@ -1,3 +1,8 @@
+2001-07-22  Gary Houston  <address@hidden>
+
+       * let-opt.scm (really-let-optionals*): export: a kludge to make
+       let-optionals* work.
+
 2001-07-07  Gary Houston  <address@hidden>
 
        * scsh.scm (run/port, run/file, run/string, run/strings, run/sexp,
Index: guile/guile-scsh/let-opt.scm
diff -u guile/guile-scsh/let-opt.scm:1.4 guile/guile-scsh/let-opt.scm:1.5
--- guile/guile-scsh/let-opt.scm:1.4    Sun Oct 15 13:14:50 2000
+++ guile/guile-scsh/let-opt.scm        Sun Jul 22 10:54:26 2001
@@ -93,6 +93,9 @@
   :use-module (scsh module-system))
 (export-syntax let-optionals let-optionals* :optional)
 
+;; this shouldn't be exported, but let-optionals* needs it.
+(export-syntax really-let-optionals*)
+
 (define-structure let-opt-expanders (export expand-let-optionals)
   (open scheme)
   (begin



reply via email to

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