1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/ice-9
Gary Houston 6d36532c1c * boot-9.scm: don't import (ice-9 rdelim) here. it's done
in C for now.
	* rdelim.scm: export the C primitives too.
	* documentation.scm: use (ice-9 rdelim).

	* filesys.c (scm_link): docstring fix.
	* fports.h (scm_setfileno): obsolete declaration removed.
	* posix.c: bogus popen declaration removed.

	* rdelim.c: new file, split from ioext.c with new proc
	scm_init_rdelim.
	* rdelim.h: new file.
	* Makefile.am: add rdelim.c and related files.
	* init.c: call scm_init_rdelim.  include rdelim.h.
2001-01-24 21:45:09 +00:00
..
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
and-let*.scm * and-let*.scm: New file, from Michael Livshin. 1999-02-06 16:10:05 +00:00
arrays.scm New file. 1999-11-19 18:22:46 +00:00
boot-9.scm * boot-9.scm: don't import (ice-9 rdelim) here. it's done 2001-01-24 21:45:09 +00:00
calling.scm * calling.scm (excursion-function-syntax, 2000-09-12 05:45:37 +00:00
ChangeLog * boot-9.scm: don't import (ice-9 rdelim) here. it's done 2001-01-24 21:45:09 +00:00
common-list.scm * common-list.scm (uniq): Made tail-recursive. Thanks to thi! 2000-07-23 23:12:02 +00:00
COPYING * COPYING, boot-9.scm, debug.scm, emacs.scm, expect.scm, gtcl.scm, 1997-05-26 22:26:48 +00:00
debug.scm * debug.scm, emacs.scm: Updated copyrigth notices. 1999-09-12 11:06:25 +00:00
debugger.scm * debugger.scm (read-and-dispatch-commands): Handle other throws 1999-09-16 23:44:54 +00:00
documentation.scm * boot-9.scm: don't import (ice-9 rdelim) here. it's done 2001-01-24 21:45:09 +00:00
emacs.scm * Fix spelling mistake. 2000-12-08 15:39:10 +00:00
expect.scm * filesys.c (scm_select, retrieve_select_type, get_element, 2000-01-29 18:04:38 +00:00
format.scm * format.scm (format:obj->str): Made tail-recursive. (Thanks to 2000-08-14 15:40:03 +00:00
getopt-long.scm Fix from Russ McManus: 1999-02-15 12:53:10 +00:00
hcons.scm * boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio.scm, 1998-10-19 21:23:31 +00:00
lineio.scm * rdelim.scm: new file implementing module (ice-9 rdelim). 2001-01-21 22:11:29 +00:00
ls.scm * ls.scm (ls, lls): Handle no arguments as meaning to look in 1999-06-18 10:16:10 +00:00
Makefile.am * rdelim.scm: new file implementing module (ice-9 rdelim). 2001-01-21 22:11:29 +00:00
mapping.scm * boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping.scm, 1997-06-24 16:26:27 +00:00
networking.scm * configure.in: check for hstrerror. 1999-11-18 22:36:28 +00:00
null.scm * null.scm, r5rs.scm, safe-r5rs.scm, safe.scm: New modules. 2000-06-21 01:17:28 +00:00
oldprint.scm * oldprint.scm (print-table-add!): Ditto. 2000-09-12 05:45:48 +00:00
optargs.scm * Fix typos in optargs.scm. 2000-10-15 22:33:06 +00:00
poe.scm * boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping.scm, 1997-06-24 16:26:27 +00:00
popen.scm 2000-11-07 Gary Houston <ghouston@arglist.com> 2000-11-09 22:46:07 +00:00
posix.scm * posix.scm (setgrent): pass #t, not #f. thanks to 2000-09-30 15:53:36 +00:00
psyntax.pp Regenerated 2000-09-12 06:04:06 +00:00
psyntax.ss * psyntax.ss (build-lexical-var): Use gentemp instead of gensym; 2000-09-12 06:03:22 +00:00
q.scm * q.scm (sync-q!, q?, q-remove!, q-push!, enq!): Lots of bugs, and 1998-10-09 13:56:16 +00:00
r4rs.scm * r4rs.scm (close-input-port, close-output-port): Removed. 2000-04-16 02:02:31 +00:00
r5rs.scm * r5rs.scm (interaction-environment): Removed definition. (Is now 2000-08-11 09:19:58 +00:00
rdelim.scm * boot-9.scm: don't import (ice-9 rdelim) here. it's done 2001-01-24 21:45:09 +00:00
receive.scm * receive.scm, srfi-8.scm: New files. 2000-08-11 00:44:36 +00:00
regex.scm * Don't use make-shared-substring any more. 2000-11-28 13:40:40 +00:00
runq.scm * runq.scm (runq-control): Corrected spelling of enqueue!. 1998-04-15 08:30:19 +00:00
safe-r5rs.scm * safe-r5rs.scm (null-environment): Bugfix: Should include 2000-08-11 09:20:06 +00:00
safe.scm Fix 2000-06-21 01:24:56 +00:00
session.scm * Fixed the last patch (which was uncomplete). Thanks to Dale P. Smith. 2000-12-13 09:44:28 +00:00
slib.scm * Don't use make-shared-substring any more. 2000-11-28 13:40:40 +00:00
srfi-8.scm * receive.scm, srfi-8.scm: New files. 2000-08-11 00:44:36 +00:00
streams.scm * streams.scm (stream-fold, stream-for-each): don't use named let, 2000-04-03 15:38:35 +00:00
string-fun.scm * Don't use make-shared-substring any more. 2000-11-28 13:40:40 +00:00
syncase.scm * string=? requires a string argument. Thanks to Dale P. Smith. 2000-11-01 09:37:30 +00:00
tags.scm * boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping.scm, 1997-06-24 16:26:27 +00:00
test.scm * test.scm: Re-enable tests asserting that '() is true, and not a 1997-06-13 05:50:28 +00:00
threads.scm * boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio.scm, 1998-10-19 21:23:31 +00:00