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

6023 commits

Author SHA1 Message Date
Martin Grabmüller
9cc64c3ea3 * Makefile.am, readline.scm: Updated copyright notice. 2001-07-19 20:23:03 +00:00
Martin Grabmüller
12ce651a81 * guile-config.in, Makefile.am: Updated copyright notice. 2001-07-19 20:22:12 +00:00
Rob Browning
61921779a9 *** empty log message *** 2001-07-19 17:58:37 +00:00
Rob Browning
41d6c85b29 * posix.texi (Signals): add docs for setitimer and getitimer. 2001-07-19 17:58:27 +00:00
Rob Browning
e658215a98 *** empty log message *** 2001-07-19 17:47:08 +00:00
Rob Browning
8afd1a2a62 * configure.in: add checks for setitimer and getitimer.
Add --enable-error-on-warning.
2001-07-19 17:46:42 +00:00
Rob Browning
363902dbb2 * box/.cvsignore: add .deps. 2001-07-19 17:46:30 +00:00
Rob Browning
0aaac665d5 * box-module/.cvsignore: add .deps. 2001-07-19 17:46:22 +00:00
Rob Browning
e80bea704d * c-tokenize.lex: add option %nounput to quiet warning.
Add prototype for yylex to quiet warning.
2001-07-19 17:45:01 +00:00
Rob Browning
f28108ee14 * gc_os_dep.c (GC_noop1): ifdef out (unused) to quiet warning. 2001-07-19 17:43:34 +00:00
Rob Browning
53f8a0d20e * scmsigs.c (s_scm_setitimer): new function.
(s_scm_setitimer): new function.
2001-07-19 17:43:22 +00:00
Rob Browning
7bcbb3f235 * scmsigs.h (scm_init_scmsigs): new prototype.
(scm_init_scmsigs): new prototype.
2001-07-19 17:43:14 +00:00
Dirk Herrmann
6b80d35202 * A couple of minor cleanups. 2001-07-18 10:14:29 +00:00
Martin Grabmüller
4c4185ee95 * 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:41:49 +00:00
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
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
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
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
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