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

5967 commits

Author SHA1 Message Date
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
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
d7e447d5ac * strports.c (st_write): use memcpy, not strncpy. thanks to
Dale P. Smith.
2001-07-11 17:48:45 +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
6c57963d16 *** empty log message *** 2001-07-10 20:48:18 +00:00
Thien-Thi Nguyen
d97f0f7bf4 (display-version, display-help): Fix comment; nfc. 2001-07-10 20:40:55 +00:00
Thien-Thi Nguyen
d997780cc0 *** empty log message *** 2001-07-10 15:13:26 +00:00
Thien-Thi Nguyen
aa2f3dd76a Point to HACKING for tool versions. 2001-07-10 15:12:12 +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
Marius Vollmer
7b849f827b Updated for new location. 2001-07-10 01:27:48 +00:00
Thien-Thi Nguyen
cffdf820c6 *** empty log message *** 2001-07-09 19:40:08 +00:00
Thien-Thi Nguyen
030672c7d7 *** empty log message *** 2001-07-09 19:39:24 +00:00
Thien-Thi Nguyen
aa3eb769a8 Remove authorship comment. 2001-07-09 19:37:05 +00:00
Thien-Thi Nguyen
103c9f01a4 Remove authorship comment. 2001-07-09 19:35:00 +00:00
Martin Grabmüller
ccffec9318 * README: Cleanup. 2001-07-09 19:14:39 +00:00
Martin Grabmüller
5785e11401 * 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:14:01 +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
Rob Browning
d9fc89cb3f *** empty log message *** 2001-07-09 14:25:59 +00:00
Rob Browning
8672e3cfc1 * 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:25:42 +00:00
Thien-Thi Nguyen
594506d1f0 *** empty log message *** 2001-07-09 07:45:39 +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
Thien-Thi Nguyen
d47795627b Remove "face-lift" comment. 2001-07-09 07:31:05 +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
Rob Browning
d7d8686b55 *** empty log message *** 2001-07-08 23:04:05 +00:00
Rob Browning
39c5969358 * TODO: updated to include relevant itemized RELEASE tasks that
are distributable so we can check them off as they are done.
2001-07-08 23:03:52 +00:00
Rob Browning
f951f85ba7 * RELEASE: add a note that the RELEASE instructions are out of
date now that we're using branches.
2001-07-08 23:03:33 +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