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
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
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
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
d7e447d5ac
* strports.c (st_write): use memcpy, not strncpy. thanks to
...
Dale P. Smith.
2001-07-11 17:48:45 +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
Marius Vollmer
7b849f827b
Updated for new location.
2001-07-10 01:27:48 +00:00
Thien-Thi Nguyen
030672c7d7
*** empty log message ***
2001-07-09 19:39:24 +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
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
d47795627b
Remove "face-lift" comment.
2001-07-09 07:31:05 +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
ddb8b04dc0
mention scm_read_0str and scm_eval_0str, corrections to file names.
2001-07-08 21:03:27 +00:00
Marius Vollmer
157d282f1a
Removed
2001-07-08 20:58:34 +00:00
cvs2svn
fba6a0f874
This commit was manufactured by cvs2svn to create branch
...
'branch_release-1-6'.
2001-07-08 19:17:19 +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
Marius Vollmer
e48f36b29f
Added Greg Badros' many changes.
2001-07-03 17:40:49 +00:00
Martin Grabmüller
e800aa0482
* srfi-1.scm (list-tabulate): Do not go into infinite loop for
...
invalid arguments. Same fix for several other procedures (do not
use zero?, use <= 0).
2001-07-03 16:19:23 +00:00
Martin Grabmüller
018adcae03
* srfi-1.scm (list-tabulate): Do not go into infinite loop for
...
invalid arguments.
2001-07-03 15:35:08 +00:00
Martin Grabmüller
7beabedb0a
* posix.c (getlogin): getlogin() implementation for Windows.
...
* backtrace.c, ioext.c: Include <stdio.h>.
* unif.c, script.c, rw.c, error.c: Include <io.h>, if it does
exist.
* cpp_sig_symbols.in: Added SIGBREAK.
2001-07-03 15:27:56 +00:00