[Top][All Lists]
[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, 17 Jul 2001 10:12:33 -0700 |
CVSROOT: /cvs
Module name: guile
Branch: branch_release-1-6
Changes by: Martin Grabmueller <address@hidden> 01/07/17 10:12:33
Modified files:
guile-core/examples: ChangeLog
guile-core/examples/box: Makefile.am
guile-core/examples/box-dynamic: Makefile.am
guile-core/examples/box-dynamic-module: Makefile.am
guile-core/examples/box-module: Makefile.am
guile-core/examples/modules: check.test
guile-core/examples/safe: check.test
guile-core/examples/scripts: check.test
Added files:
guile-core/examples/box: check.test
guile-core/examples/box-dynamic: check.test
guile-core/examples/box-dynamic-module: check.test
guile-core/examples/box-module: check.test
Log message:
* box-module/Makefile.am (TESTS): New variable.
Create `box' on `make all'.
* box-module/check.test, box-dynamic-module/check.test,
* box-dynamic/check.test: New files.
* box-dynamic/Makefile.am (libbox): Create box library on `make
all'.
(TESTS): New variable.
* box/Makefile.am (TESTS): New variable.
Create `box' program on `make all', use freshly built Guile for
building.
* box/check.test: New file.
* modules/check.test, safe/check.test, scripts/check.test: Set
GUILE_LOAD_PATH to make the tests run without installed Guile.
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.6&tr2=1.7.2.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box/check.test?cvsroot=OldCVS&only_with_tag=branch_release-1-6&rev=1.1.2.1
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&tr2=1.1.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic/check.test?cvsroot=OldCVS&only_with_tag=branch_release-1-6&rev=1.1.2.1
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&tr2=1.1.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-dynamic-module/check.test?cvsroot=OldCVS&only_with_tag=branch_release-1-6&rev=1.1.2.1
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&tr2=1.3.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/examples/box-module/check.test?cvsroot=OldCVS&only_with_tag=branch_release-1-6&rev=1.1.2.1
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&tr2=1.1.2.1&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.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.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.2&tr2=1.1.2.3&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`
- guile/guile-core/examples ChangeLog box/Makefil...,
Martin Grabmueller <=