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

6616 commits

Author SHA1 Message Date
Martin Grabmüller
90ee03daff * r5rs.scm: Use re-export' instead of export' for re-exported
primitives.  Thanks Neil!
2001-07-17 18:59:17 +00:00
Martin Grabmüller
445dd140b4 * r5rs.scm: Use re-export' instead of export' for re-exported
primitives.  Thanks Neil!
2001-07-17 18:58:00 +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
8ae7ecf74e * srfi-14.c: Fix for bug caused by brain-malfunctioning on my
side.  Bit sets were handled wrong because I couldn't tell bit
	counts from byte counts.  Also, the bit array should be 256 / 8
	bytes long.  Thank you, Gary!

	Removed unnecessary protoype for scm_char_set_copy.
2001-07-17 05:37:25 +00:00
Martin Grabmüller
2671725a65 * srfi-14.c: Fix for bug caused by brain-malfunctioning on my
side.  Bit sets were handled wrong because I couldn't tell bit
	counts from byte counts.  Also, the bit array should be 256 / 8
	bytes long.  Thank you, Gary!

	Removed unnecessary protoype for scm_char_set_copy.
2001-07-17 05:35:51 +00:00
Martin Grabmüller
38038d4c6c * goops/save.scm: Use re-export' instead of export' when
re-exporting `make-unbound'.
2001-07-17 05:28:20 +00:00
Martin Grabmüller
8d4ab69245 * goops/save.scm: Use re-export' instead of export' when
re-exporting `make-unbound'.
2001-07-17 05:26:15 +00:00
Gary Houston
f47ed23fa2 * srfi-14.scm: export string->char-set!, not string-char-set!.
* srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next,
	scm_end_of_char_set_p): reject negative	cursor values.
	(scm_list_to_char_set, scm_list_to_char_set_x): when reporting
	type error in list component, omit the position (was always 1).
2001-07-16 22:31:56 +00:00
Gary Houston
8b19021c25 * srfi-14.scm: export string->char-set!, not string-char-set!.
* srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next,
	scm_end_of_char_set_p): reject negative	cursor values.
	(scm_list_to_char_set, scm_list_to_char_set_x): when reporting
	type error in list component, omit the position (was always 1).
2001-07-16 22:30:25 +00:00
Martin Grabmüller
139777e5c7 (scm_char_set_map): Bug-fix: char-set-map was modifying the
argument instead of the return value.
2001-07-16 18:51:11 +00:00
Martin Grabmüller
5c8c4411a8 (scm_char_set_map): Bug-fix: char-set-map was modifying the
argument instead of the return value.
2001-07-16 18:50:29 +00:00
Martin Grabmüller
1ee3ef75d4 * tests/srfi-14.test: New file. 2001-07-16 18:49:12 +00:00
cvs2svn
571a3bc808 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2001-07-16 18:49:11 +00:00
Martin Grabmüller
072ad0fe6b * tests/srfi-14.test: New file. 2001-07-16 18:49:10 +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
Martin Grabmüller
6750a1baac * srfi-14.c: Allocate correct memory size for charsets (32 bytes),
use this value for initializing and comparing charsets.
	(scm_char_set_hash): Use ``better'' hash algorithm which produces
	more values.
2001-07-16 17:02:39 +00:00
Martin Grabmüller
cebf3d62d9 * srfi-14.c: Allocate correct memory size for charsets (32 bytes),
use this value for initializing and comparing charsets.
	(scm_char_set_hash): Use ``better'' hash algorithm which produces
	more values.
2001-07-16 15:47:02 +00:00
Dirk Herrmann
63bcad1964 * Minor changes. 2001-07-16 10:22:38 +00:00
Thien-Thi Nguyen
8f2ecec52e *** empty log message *** 2001-07-15 21:52:25 +00:00
Thien-Thi Nguyen
5a1a7950e6 Remove onerous authorship-info deletion clause. 2001-07-15 21:50:23 +00:00
Thien-Thi Nguyen
8fe8dea8d5 *** empty log message *** 2001-07-15 21:48:37 +00:00
Thien-Thi Nguyen
29000c37df Remove onerous authorship-info deletion clause. 2001-07-15 21:47:00 +00:00
Gary Houston
37ca12fb60 (scm_char_set_hash): bug fix: was overrunning the buffer and
calculating based on garbage.
	(scm_char_set_eq, scm_char_set_leq): fix argument number in error
	reporting: wasn't incremented due to macro coding.
	(scm_char_set): report argument number in error reporting: was
	hard coded to 1.  remove a couple of local variables.
2001-07-15 18:55:45 +00:00
Gary Houston
b87f5a8394 (scm_char_set_hash): bug fix: was overrunning the buffer and
calculating based on garbage.
	(scm_char_set_eq, scm_char_set_leq): fix argument number in error
	reporting: wasn't incremented due to macro coding.
	(scm_char_set): report argument number in error reporting: was
	hard coded to 1.  remove a couple of local variables.
2001-07-15 18:54:28 +00:00
Gary Houston
f1a928f435 * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
opt arg to give default bound, as in final spec.  don't allow
	negative bounds.
2001-07-15 15:20:31 +00:00
Gary Houston
396f36cdbf * srfi-14.c (scm_char_set_hash): recognise 0 instead of #f in the
opt arg to give default bound, as in final spec.  don't allow
	negative bounds.
2001-07-15 15:16:31 +00:00
Neil Jerram
072cb6f740 * debugger.scm (run-last-command): Return current state if
last-command fluid is not yet set.
2001-07-14 22:08:38 +00:00
Thien-Thi Nguyen
c4b1aa8b94 *** empty log message *** 2001-07-14 19:14:20 +00:00
Thien-Thi Nguyen
7fc7584bbd Mention "make check" tests for subdir `examples'. 2001-07-14 19:11:51 +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
4be5d97625 * examples/modules/main: Use :renamer for specifying renaming procedure. 2001-07-14 11:11:48 +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
08576c585e *** empty log message *** 2001-07-14 09:40:59 +00:00
Thien-Thi Nguyen
61897afe9a Re-add authorship info. 2001-07-14 09:40:10 +00:00
Thien-Thi Nguyen
cef0b7c7d6 *** empty log message *** 2001-07-14 09:36:14 +00:00
Thien-Thi Nguyen
5993245506 Re-add authorship info. 2001-07-14 09:32:18 +00:00
Marius Vollmer
ee8099b2d9 *** empty log message *** 2001-07-12 23:32:58 +00:00
Marius Vollmer
14cbd815fd New file. 2001-07-12 23:32:49 +00:00
Marius Vollmer
577776e109 (and-let*): Use re-export-syntax' instead of export-syntax'. 2001-07-12 23:32:18 +00:00
Marius Vollmer
38b0075c66 Use re-export' instead of export' for re-exported core bindings. Do
not re-export `numerator', `denominator' and `rationalize' since Guile
does not have them.  Continue to use `export' for `null-environment'.
2001-07-12 23:31:18 +00:00
Marius Vollmer
47fb09e26f Use re-export' instead of export' for re-exported
core bindings.  Do not export `unquote' and `unquote-splicing'
since there aren't definitions for them.
2001-07-12 23:31:05 +00:00
Marius Vollmer
f72d1379f7 (compile-interface-spec): Bug fix: the keyword argument is "renamer"
not "rename".
2001-07-12 23:30:46 +00:00
Marius Vollmer
22647fef9f *** empty log message *** 2001-07-12 23:28:53 +00:00
cvs2svn
8666d8bc05 This commit was manufactured by cvs2svn to create branch
'branch_release-1-6'.
2001-07-12 23:28:45 +00:00
Marius Vollmer
93e0843119 New file. 2001-07-12 23:28:44 +00:00
Marius Vollmer
cc259e57b1 (and-let*): Use re-export-syntax' instead of export-syntax'. 2001-07-12 23:28:03 +00:00