[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/examples ChangeLog
From: |
Thien-Thi Nguyen |
Subject: |
guile/guile-core/examples ChangeLog |
Date: |
Tue, 10 Jul 2001 13:50:55 -0700 |
CVSROOT: /cvs
Module name: guile
Changes by: Thien-Thi Nguyen <address@hidden> 01/07/10 13:50:54
Modified files:
guile-core/examples: ChangeLog
Log message:
*** empty log message ***
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/ChangeLog.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&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