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
Gary Houston
373f4948c5
*** empty log message ***
2001-07-06 21:05:20 +00:00
Thien-Thi Nguyen
1b5132c4ab
Mention AUTHORS maintenance in two places: for contributors
...
and for maintainers (who may also be contributors :-).
2001-07-06 20:04:48 +00:00
Rob Browning
8630fdfc37
*** empty log message ***
2001-07-06 17:39:12 +00:00
Rob Browning
600c958485
* boot-9.scm: added fix suggested by Matthias for #. read
...
extension -- now only works if read-eval? is not #f.
2001-07-06 17:38:40 +00:00
Rob Browning
0d6209aa9e
*** empty log message ***
2001-07-06 14:00:21 +00:00
Rob Browning
b4d2a48e9d
* srfi-19.scm (priv:locale-reader): don't need open-output-string.
2001-07-06 14:00:13 +00:00
Martin Grabmüller
f91e4547f4
* hooks.c (scm_make_hook, scm_add_hook_x),
...
(scm_remove_hook_x, scm_reset_hook_x, scm_run_hook): Added return
value info to the docstrings.
2001-07-04 06:13:10 +00:00
Martin Grabmüller
04e3da4f22
* scheme-data.texi (Hook Reference): Removed documentation for
...
`make-hook-with-name', which does note exist. Added note about
unspecified return values to all procedure documentation
2001-07-04 06:11:19 +00:00
Gary Houston
6d52dbf2ef
(map-in-order): defined and exported, to support lists of unequal
...
length.
2001-07-03 20:18:39 +00:00
Gary Houston
26c22ea816
*** empty log message ***
2001-07-03 18:55:28 +00:00
Gary Houston
fc183bc85b
* srfi-1.scm (iota, map, for-each, list-index, member, delete,
...
delete!, assoc): don't export until the new bindings have been
created. otherwise "export" thinks they are being re-exported and
a deprecation warning is produced.
2001-07-03 18:54:43 +00:00
Marius Vollmer
2bc6f75048
Updated generic instructions.
...
Added two paragraphs about external packages.
2001-07-03 17:42:11 +00:00
Marius Vollmer
33ee4d5744
More naming conventions.
2001-07-03 17:41:12 +00:00