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

6928 commits

Author SHA1 Message Date
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
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
013788b6b1 Removed 2001-07-08 21:00:42 +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
Martin Grabmüller
166882e16b * srfi-modules.texi (SRFI-1 Fold and Map): Documented extended
versions of `map' and `for-each'.
2001-07-02 17:52:43 +00:00
Martin Grabmüller
cef248dd61 * srfi-1.scm: Replaced calls to `map' in several procedures to
calls to `map1'.
	(map, for-each): New procedures, extended from R5RS.
2001-07-02 17:50:28 +00:00
Marius Vollmer
0d0560d04a *** empty log message *** 2001-07-01 11:58:22 +00:00
Marius Vollmer
71c9d8eb3b (scm_read_0str, scm_eval_0str): Call scm_c_read_string and
scm_c_eval_string respectively, not themselves.  Thanks to Dale
P. Smith!
2001-07-01 11:57:56 +00:00
Dirk Herrmann
bdd2c6f4f4 * Added some simple goops test for a beginning. 2001-06-30 20:03:14 +00:00
Dirk Herrmann
0e3817d7d8 * Added a missing module import. 2001-06-30 19:59:51 +00:00
Dirk Herrmann
9a97e36281 * Fixed a bug in array-set! plus some minor cleanup. 2001-06-30 19:56:57 +00:00
Dirk Herrmann
592996c9ee * Fixed some signedness issues.
* Added conservative marking for the contents of free or allocated cells.
* Changed the representation of weak vectors to use double cells.
* Minor stuff.
2001-06-30 19:50:10 +00:00
Dirk Herrmann
5b2a7b5906 * Don't use SCM_LISTn any more. 2001-06-30 19:28:26 +00:00
Dirk Herrmann
197edeea97 * Don't install a bitvector read-hash extension for letter 'b'. 2001-06-30 19:26:21 +00:00