1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:12:26 +02:00
guile/ice-9
Thien-Thi Nguyen c7a813af89 Update copyright.
Use `export' and `export-syntax' instead of
`define-public' and `defmacro-public'.

(make-thread): Rename first arg to `proc'; nfc.
(begin-thread, monitor): Rename second arg to `rest'; nfc.
(with-mutex): Rename second arg to `body'; nfc.
2001-04-06 09:51:25 +00:00
..
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
and-let-star-compat.scm * and-let-star-compat.scm: Display the warning to the 2001-02-08 18:39:08 +00:00
and-let-star.scm * and-let-star.scm, and-let*.scm: Renamed `and-let*.scm' to 2001-02-04 18:22:18 +00:00
arrays.scm * arrays.scm (make-array): Added quote in front of (). 2001-03-12 15:03:17 +00:00
boot-9.scm * boot-9.scm (init-dynamic-module): Fix typo in call to 2001-03-29 22:36:06 +00:00
buffered-input.scm Make (ice-9 buffered-input) more general 2001-03-10 14:07:19 +00:00
calling.scm * calling.scm (excursion-function-syntax, 2000-09-12 05:45:37 +00:00
ChangeLog * history.scm: Create the module (value-history) at the beginning. 2001-04-05 21:12:17 +00:00
common-list.scm * common-list.scm (count-if): New procedure. 2001-03-12 12:23:55 +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
history.scm * history.scm: Create the module (value-history) at the beginning. 2001-04-05 21:12:17 +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 * Makefile.am (ice9_sources): Add history.scm. 2001-04-05 21:09:04 +00:00
mapping.scm * boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping.scm, 1997-06-24 16:26:27 +00:00
match.scm * match.scm: Don't export defstruct. Use (unquote defstruct) instead. 2001-03-10 02:16:12 +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
optargs.scm * Use "'()" instead of "()" in optargs.scm. 2001-03-05 23:52:09 +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 Added copyright notice. 2001-02-21 20:11:18 +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: Added FSF copyright notice. Added a notice of 2001-03-08 18:05:39 +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 (call-with-values): New definition, defers to 2001-03-26 22:32:39 +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, rdelim.scm: Use "'()" instead of "()" in all places 2001-03-03 14:58:22 +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 (list): Export. 2001-03-21 02:10:51 +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
stack-catch.scm * stack-catch.scm: New file. 2001-03-03 19:43:35 +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 Update copyright. 2001-04-06 09:51:25 +00:00
time.scm * time.scm (time): Reimplemented as a procedure call. 2001-03-21 02:25:48 +00:00