1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
Commit graph

26 commits

Author SHA1 Message Date
Marius Vollmer
7d81830dd2 The FSF has a new address. 2005-05-23 20:15:36 +00:00
Marius Vollmer
93e823e5c7 *** empty log message *** 2001-08-07 18:13:17 +00:00
Martin Grabmüller
1321f4ff18 All examples are now built and tested on `make installcheck'
rather than `make check'.
2001-07-24 10:43:34 +00:00
Martin Grabmüller
438cb34fed * box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
box-module/Makefile.am, box/Makefile.am: Use $(top_srcdir) to get
	at GUILE_LOAD_PATH, and $(top_builddir) for the guile and
	guile-config programs and for the link paths.  Add check.test to
	EXTRA_DIST.

	* box-dynamic-module/Makefile.am, box-dynamic/Makefile.am,
	box-module/Makefile.am, box/Makefile.am: Add -L../../qt to LIBS.
2001-07-19 20:54:56 +00:00
Rob Browning
03fcb7d6bb *** empty log message *** 2001-07-19 17:36:22 +00:00
Rob Browning
def4d44130 * box-module/.cvsignore: add .deps 2001-07-19 17:33:53 +00:00
Rob Browning
589ced4849 * box/.cvsignore: add .deps. 2001-07-19 17:33:43 +00:00
Martin Grabmüller
211e9d8a0d * 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.
2001-07-17 17:12:33 +00:00
Thien-Thi Nguyen
0004be0c48 *** empty log message *** 2001-07-17 06:46:00 +00:00
Thien-Thi Nguyen
e13743b80a Add check for guile interpreter.
Fix bug: Use `$guile' everywhere.  Thanks to Martin Grabmueller.
2001-07-17 06:44:21 +00:00
Martin Grabmüller
08a309fb3b * modules/check.test, safe/check.test: New files.
* modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New
	variables.
2001-07-16 17:44:22 +00:00
Thien-Thi Nguyen
e4c4fd54af *** empty log message *** 2001-07-14 19:01:09 +00:00
Thien-Thi Nguyen
5f6977fec4 Initial revision 2001-07-14 18:59:28 +00:00
Thien-Thi Nguyen
fa6cd275b6 (TESTS): New var. 2001-07-14 18:58:19 +00:00
Martin Grabmüller
929faf3994 * examples/modules/main: Use :renamer for specifying renaming procedure. 2001-07-14 11:11:13 +00:00
Thien-Thi Nguyen
6c57963d16 *** empty log message *** 2001-07-10 20:48:18 +00:00
Thien-Thi Nguyen
d97f0f7bf4 (display-version, display-help): Fix comment; nfc. 2001-07-10 20:40:55 +00:00
Martin Grabmüller
5785e11401 * box-dynamic/README: Corrected sample session.
* box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c
	* box/box.c: scm_bits_t -> scm_t_bits.
2001-07-09 19:14:01 +00:00
Martin Grabmüller
22332e5dbe 2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* box-dynamic-module/README: Use a better example for box-map, as
	suggested by Thomas Wawrzinek.
2001-06-18 19:09:31 +00:00
Martin Grabmüller
673509f84f * scripts/README, scripts/hello.scm, safe/untrusted.scm,
safe/evil.scm, safe/README, modules/README, modules/main,
	modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
	Minor cleanup.

	* README: Added intro stuff, restructured a bit.

	* box-dynamic/README, box-module/README, box/README: Cleanup and
	restructuring.

	* box-dynamic-module/box-mixed.scm: New file, demonstrating usage
	of extension library functionality, but without exporting
	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!.

	* box-dynamic-module/README: Integrate new module (box-mixed),
	restructure and cleanup a bit.
2001-06-14 20:36:06 +00:00
Martin Grabmüller
5b33ed3df9 Added scheme module file. 2001-06-07 12:18:01 +00:00
Martin Grabmüller
d36350e841 * box-dynamic-module/box-module.scm: New file. 2001-06-06 20:14:51 +00:00
Martin Grabmüller
8779d59588 * box-dynamic-module: New directory, implements the box type in a
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.
2001-06-05 17:33:40 +00:00
Rob Browning
28fe405ecd * .cvsignore: here and in all subdirectories listing Makefile and
Makefile.in.
2001-06-02 04:58:55 +00:00
Martin Grabmüller
cc6dd1c57a * 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-31 18:24:11 +00:00
Martin Grabmüller
2de7ddb766 Added the new `examples' directory to the distribution. 2001-05-31 15:54:25 +00:00