guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/examples ChangeLog Makefile.am...


From: Martin Grabmueller
Subject: guile/guile-core/examples ChangeLog Makefile.am...
Date: Thu, 31 May 2001 11:24:12 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Martin Grabmueller <address@hidden>     01/05/31 11:24:12

Modified files:
        guile-core/examples: ChangeLog Makefile.am README 
Added files:
        guile-core/examples/box-dynamic: Makefile.am README box.c 

Log message:
        * box-dynamic: New directory, implements the box type in a shared
        library (aka extension)
        
        Thanks to Thomas Wawrzinek for patching box.c into an extension!

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/Makefile.am.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/README.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/Makefile.am?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/README?cvsroot=OldCVS&rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/box.c?cvsroot=OldCVS&rev=1.1

Patches:
Index: guile/guile-core/examples/ChangeLog
diff -u guile/guile-core/examples/ChangeLog:1.1 
guile/guile-core/examples/ChangeLog:1.2
--- guile/guile-core/examples/ChangeLog:1.1     Thu May 31 08:54:25 2001
+++ guile/guile-core/examples/ChangeLog Thu May 31 11:24:11 2001
@@ -1,3 +1,10 @@
+2001-05-31  Martin Grabmueller  <address@hidden>
+
+       * box-dynamic: New directory, implements the box type in a shared
+       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
Index: guile/guile-core/examples/Makefile.am
diff -u guile/guile-core/examples/Makefile.am:1.1 
guile/guile-core/examples/Makefile.am:1.2
--- guile/guile-core/examples/Makefile.am:1.1   Thu May 31 08:54:25 2001
+++ guile/guile-core/examples/Makefile.am       Thu May 31 11:24:11 2001
@@ -19,6 +19,6 @@
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-SUBDIRS = scripts box box-module modules safe
+SUBDIRS = scripts box box-module box-dynamic modules safe
 
 EXTRA_DIST = README
Index: guile/guile-core/examples/README
diff -u guile/guile-core/examples/README:1.1 
guile/guile-core/examples/README:1.2
--- guile/guile-core/examples/README:1.1        Thu May 31 08:54:25 2001
+++ guile/guile-core/examples/README    Thu May 31 11:24:11 2001
@@ -1,6 +1,6 @@
                                                               -*- text -*-
 
-This directory includes examples illustrating various aspects of Guile
+This directory contains examples illustrating various aspects of Guile
 programming.
 
 See the README files in the subdirectories for details.
@@ -8,5 +8,6 @@
 scripts     Examples for writing simple scripts in Guile Scheme.
 box        Example for extending Guile with a new data type.
 box-module  Similar to `box', but define new procedures in a named module.
+box-dynamic Implements the box type in a dynamically loadable library.
 modules     Examples for writing and using Guile modules.
 safe        Examples for creating and using safe environments.



reply via email to

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