1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 08:40:21 +02:00
Commit graph

5475 commits

Author SHA1 Message Date
Thien-Thi Nguyen
4b9cda5fc5 Replace some uses of "else" with "otherwise". 2001-07-18 21:56:02 +00:00
Thien-Thi Nguyen
ddc40bd7fc (write "make check" ...): Mark done. 2001-07-18 20:23:52 +00:00
Thien-Thi Nguyen
9fe9b7e52d (Definitions): Add ref to `Procedures with Setters'. 2001-07-18 07:28:33 +00:00
Thien-Thi Nguyen
cf460c45b0 *** empty log message *** 2001-07-18 07:15:24 +00:00
Thien-Thi Nguyen
35045399c7 Use "Scheme" instead of "Lisp".
Mention two ways of using gdb, one when also using GNU Libtool.
2001-07-18 07:14:01 +00:00
Thien-Thi Nguyen
7a31ca7aaf Fix spelling error. 2001-07-18 07:09:43 +00:00
Thien-Thi Nguyen
364371fbc4 Fix spelling error. 2001-07-18 07:06:00 +00:00
Thien-Thi Nguyen
1df73d6306 Fix spelling error. 2001-07-18 07:01:46 +00:00
Thien-Thi Nguyen
cf977c6b04 *** empty log message *** 2001-07-18 06:57:24 +00:00
Thien-Thi Nguyen
a79b613b38 Remove unnecessary "tho". 2001-07-18 06:56:07 +00:00
Thien-Thi Nguyen
17612d9b44 *** empty log message *** 2001-07-18 06:47:04 +00:00
Thien-Thi Nguyen
8eb6813daa Fix spelling error. 2001-07-18 06:46:09 +00:00
Thien-Thi Nguyen
dfbd9fdf9a Fix bug: Move `help' changes from 1.4 to 1.6 section. 2001-07-18 05:20:26 +00:00
Martin Grabmüller
0250dddaa8 * srfi-14.c: Okay. Now I got it. Really. This time it's fixed.
Guaranteed. (Maybe)

	* srfi-19.scm: Define `current-time' before exporting it.
2001-07-17 19:40:29 +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
38038d4c6c * goops/save.scm: Use re-export' instead of export' when
re-exporting `make-unbound'.
2001-07-17 05:28:20 +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
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