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

5453 commits

Author SHA1 Message Date
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
Marius Vollmer
e9965e8fb7 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:27:23 +00:00
Marius Vollmer
521194715d 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:27:07 +00:00
Marius Vollmer
6672871b9e (compile-interface-spec): Bug fix: the keyword argument is "renamer"
not "rename".
2001-07-12 23:26:52 +00:00
Keisuke Nishida
065509a51b autogen.sh: Call libtoolize with --force. 2001-07-12 18:34:39 +00:00
Michael Livshin
c618bf2e4f * snarf-check-and-output-texi (do-argpos): complain to the stderr,
not stdout.  thanks to Dale P. Smith!
(nice-sig): cosmetic fix.
2001-07-11 22:39:59 +00:00
Michael Livshin
adc166f3ab * strings.c (s_scm_string): fix arg position in assert. 2001-07-11 22:38:57 +00:00
Michael Livshin
4d772ae215 * snarf-check-and-output-texi (do-argpos): complain to the stderr,
not stdout.  thanks to Dale P. Smith!
(nice-sig): cosmetic fix.
2001-07-11 22:14:49 +00:00
Michael Livshin
4d6aae7183 * strings.c (s_scm_string): fix arg position in assert. 2001-07-11 22:14:11 +00:00
Gary Houston
88151d3284 (s_scm_char_set_leq): similarly, (char-set<=) should return #t.
take a single "rest" argument.
2001-07-11 22:01:37 +00:00
Gary Houston
be390de2ba (s_scm_char_set_leq): similarly, (char-set<=) should return #t.
take a single "rest" argument.
2001-07-11 22:00:52 +00:00
Gary Houston
2545bd29ee * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
return #t instead of giving wrong-number-of-arguments . take a
	single "rest" argument.  use memcmp instead of a loop to compare
	the values.
	srfi-14.h: update the declaration.
2001-07-11 20:49:05 +00:00
Gary Houston
dd84cd4d1f * srfi-14.c (s_scm_char_set_eq): bug fix: (char-set=) should
return #t instead of giving wrong-number-of-arguments . take a
	single "rest" argument.  use memcmp instead of a loop to compare
	the values.
	srfi-14.h: update the declaration.
2001-07-11 20:47:07 +00:00
Gary Houston
acc787751b * scheme-evaluation.texi: Added load-from-path'. Updated load':
it doesn't use the load paths.
2001-07-11 18:15:59 +00:00