1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
Commit graph

5705 commits

Author SHA1 Message Date
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
072ad0fe6b * tests/srfi-14.test: New file. 2001-07-16 18:49:10 +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
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
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
Martin Grabmüller
4be5d97625 * examples/modules/main: Use :renamer for specifying renaming procedure. 2001-07-14 11:11:48 +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
Marius Vollmer
22647fef9f *** empty log message *** 2001-07-12 23:28:53 +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
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
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
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
a7c0d85cb6 * scheme-evaluation.texi: Added load-from-path'. Updated load':
it doesn't use the load paths.
2001-07-11 18:13:53 +00:00
Gary Houston
4b8ec61962 * strports.c (st_write): use memcpy, not strncpy. thanks to
Dale P. Smith.
2001-07-11 17:37:53 +00:00
Thien-Thi Nguyen
4ffdd2663a *** empty log message *** 2001-07-10 20:50:54 +00:00
Thien-Thi Nguyen
3b0eb5fd6b (display-version, display-help): Fix comment; nfc. 2001-07-10 20:49:48 +00:00
Thien-Thi Nguyen
d76852e37c *** empty log message *** 2001-07-10 15:11:27 +00:00
Thien-Thi Nguyen
4973b813cc Point to HACKING for tool versions. 2001-07-10 15:09:59 +00:00
Thien-Thi Nguyen
cffdf820c6 *** empty log message *** 2001-07-09 19:40:08 +00:00
Thien-Thi Nguyen
aa3eb769a8 Remove authorship comment. 2001-07-09 19:37:05 +00:00
Martin Grabmüller
9bf806445c * 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:13:21 +00:00
Martin Grabmüller
ee85583a37 2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* README: Cleanup.
2001-07-09 19:12:27 +00:00
Marius Vollmer
4b1ef000a5 Updated snapshot location. 2001-07-09 15:02:11 +00:00
Rob Browning
4aea9e7b4d *** empty log message *** 2001-07-09 14:28:30 +00:00
Rob Browning
71335c0d9d * boot-9.scm: Fixed the sense of the error message when read-eval?
is #f.  Thanks to Matthias for catching this.
2001-07-09 14:28:03 +00:00
Thien-Thi Nguyen
dbb640bd08 *** empty log message *** 2001-07-09 07:43:48 +00:00
Thien-Thi Nguyen
a06e3a75b2 Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
Rob Browning
04860df734 *** empty log message *** 2001-07-08 23:16:16 +00:00
Rob Browning
a96b27eadf * TODO: updated to include relevant itemized post-1.6-RELEASE
tasks that are distributable so we can check them off as they are
done, and delete 1.6.0 tasks.
2001-07-08 23:16:04 +00:00
Rob Browning
2c105c2615 * RELEASE: add a note that the RELEASE instructions are out of
date now that we're using branches.
2001-07-08 23:15:56 +00:00
Marius Vollmer
601275cdda mention scm_read_0str and scm_eval_0str, corrections to file names. 2001-07-08 21:04:03 +00:00
Marius Vollmer
013788b6b1 Removed 2001-07-08 21:00:42 +00:00
Rob Browning
fd6c6321d9 *** empty log message *** 2001-07-08 19:17:17 +00:00
Rob Browning
d6c0a9e00d * .cvsignore: add stamp-h.in. 2001-07-08 19:17:05 +00:00
Rob Browning
0ba803846f * AUTHORS: add "many files throughout" for myself. 2001-07-08 19:14:33 +00:00
Marius Vollmer
6b46d8ba91 Sneak in the translators... 2001-07-07 15:36:39 +00:00
Thien-Thi Nguyen
b5b6075c25 bye bye 2001-07-07 06:31:44 +00:00
Thien-Thi Nguyen
746dcb4e30 (Eventually): Add items from devel/TODO. 2001-07-07 06:31:26 +00:00
Thien-Thi Nguyen
7e238e4afb In "Contributing Your Changes", distiguish
between AUTHORS and THANKS usage.
2001-07-07 06:24:37 +00:00
Gary Houston
99f59e93b5 * srfi-1.scm (iota, map, for-each, list-index, member, delete,
delete!, assoc): roll back the previous change.  instead place
	dummy definitions in a deprecated block at the beginning as in
	srfi-13.scm.
2001-07-06 21:10:47 +00:00