guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/examples ChangeLog box/Makefil...


From: Martin Grabmueller
Subject: guile/guile-core/examples ChangeLog box/Makefil...
Date: Tue, 24 Jul 2001 03:43:34 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Martin Grabmueller <address@hidden>     01/07/24 03:43:34

Modified files:
        guile-core/examples: ChangeLog 
        guile-core/examples/box: Makefile.am check.test 
        guile-core/examples/box-dynamic: Makefile.am check.test 
        guile-core/examples/box-dynamic-module: Makefile.am check.test 
        guile-core/examples/box-module: Makefile.am check.test 
        guile-core/examples/modules: Makefile.am check.test 
        guile-core/examples/safe: Makefile.am check.test 
        guile-core/examples/scripts: Makefile.am check.test 

Log message:
        All examples are now built and tested on `make installcheck'
        rather than `make check'.

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.9&tr2=1.7.2.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic-module/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.3.2.2&tr2=1.3.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic-module/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-module/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-module/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/modules/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/modules/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/safe/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/safe/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/scripts/Makefile.am.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/scripts/check.test.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text

Patches:
Index: guile/guile-core/examples/ChangeLog
diff -u guile/guile-core/examples/ChangeLog:1.9 
guile/guile-core/examples/ChangeLog:1.10
--- guile/guile-core/examples/ChangeLog:1.9     Tue Jul 10 13:50:54 2001
+++ guile/guile-core/examples/ChangeLog Sat Jul 14 04:11:48 2001
@@ -1,3 +1,7 @@
+2001-07-14  Martin Grabmueller  <address@hidden>
+
+       * modules/main: Use :renamer for specifying renaming procedure.
+
 2001-07-10  Thien-Thi Nguyen  <address@hidden>
 
        * scripts/hello (display-version, display-help): Fix comment; nfc.
Index: guile/guile-core/examples/box-dynamic-module/Makefile.am
diff -u guile/guile-core/examples/box-dynamic-module/Makefile.am:1.2 
guile/guile-core/examples/box-dynamic-module/Makefile.am:1.3
--- guile/guile-core/examples/box-dynamic-module/Makefile.am:1.2        Wed Jun 
 6 13:14:51 2001
+++ guile/guile-core/examples/box-dynamic-module/Makefile.am    Thu Jun 14 
13:36:05 2001
@@ -19,7 +19,7 @@
 ##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
 ##   330, Boston, MA 02111-1307 USA
 
-EXTRA_DIST = README box.c box-module.scm
+EXTRA_DIST = README box.c box-module.scm box-mixed.scm
 
 CFLAGS=`guile-config compile`
 LIBS=`guile-config link`



reply via email to

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