[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/examples ChangeLog modules/main
From: |
Martin Grabmueller |
Subject: |
guile/guile-core/examples ChangeLog modules/main |
Date: |
Sat, 14 Jul 2001 04:11:13 -0700 |
CVSROOT: /cvs
Module name: guile
Branch: branch_release-1-6
Changes by: Martin Grabmueller <address@hidden> 01/07/14 04:11:13
Modified files:
guile-core/examples: ChangeLog
guile-core/examples/modules: main
Log message:
* examples/modules/main: Use :renamer for specifying renaming procedure.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/ChangeLog.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.7.2.2&tr2=1.7.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/modules/main.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text
Patches:
Index: guile/guile-core/examples/ChangeLog
diff -u guile/guile-core/examples/ChangeLog:1.8
guile/guile-core/examples/ChangeLog:1.9
--- guile/guile-core/examples/ChangeLog:1.8 Mon Jul 9 12:13:21 2001
+++ guile/guile-core/examples/ChangeLog Tue Jul 10 13:50:54 2001
@@ -1,3 +1,7 @@
+2001-07-10 Thien-Thi Nguyen <address@hidden>
+
+ * scripts/hello (display-version, display-help): Fix comment; nfc.
+
2001-07-09 Martin Grabmueller <address@hidden>
* box-dynamic/README: Corrected sample session.
@@ -27,7 +31,7 @@
procedures from the library.
Thanks to Thomas Wawrzinek for the idea and example code!
-
+
* box-dynamic-module/box-module.scm: Add comments, export
make-box, box-ref, box-set!.
@@ -44,7 +48,7 @@
shared library and places the definitions in a C-only module.
Thanks to Thomas Wawrzinek for this, too!
-
+
* box-dynamic/box.c, box/box.c, box-dynamic-module/box.c,
box-module/box.c (mark_box): Fixed typo in comment.
@@ -59,7 +63,7 @@
library (aka extension)
Thanks to Thomas Wawrzinek for patching box.c into an extension!
-
+
2001-05-30 Martin Grabmueller <address@hidden>
* box-module: New directory, similar to box, but defines the
- guile/guile-core/examples ChangeLog modules/main,
Martin Grabmueller <=