.. |
.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 (cond-expand-features): Made the feature list public,
|
2001-05-15 20:20:51 +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
|
* boot-9.scm (cond-expand-features): Made the feature list public,
|
2001-05-15 20:20:51 +00:00 |
channel.scm
|
Add commentary; nfc.
|
2001-04-28 18:45:29 +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
|
Merged from mvo-vcell-cleanup-1-branch.
|
2001-05-15 14:59:42 +00:00 |
debugger.scm
|
* debugger.scm (read-and-dispatch-commands): Handle other throws
|
1999-09-16 23:44:54 +00:00 |
documentation.scm
|
Update copyright.
|
2001-04-28 00:28:58 +00:00 |
emacs.scm
|
* Fix spelling mistake.
|
2000-12-08 15:39:10 +00:00 |
expect.scm
|
Update copyright.
|
2001-05-06 09:26:16 +00:00 |
format.scm
|
Merged from mvo-vcell-cleanup-1-branch.
|
2001-05-15 14:59:42 +00:00 |
getopt-long.scm
|
Update copyright.
|
2001-05-06 09:40:32 +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
|
## Process this file with automake to produce Makefile.in.
|
2001-04-29 13:05:27 +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
|
Merged from mvo-vcell-cleanup-1-branch.
|
2001-05-15 14:59:42 +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: make sure emacs knows it's scheme code.
|
2001-05-06 03:29:52 +00:00 |
q.scm
|
Update copyright.
|
2001-05-06 09:40:32 +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 (receive): Use `define-macro'.
|
2001-04-20 02:19:36 +00:00 |
regex.scm
|
* Don't use make-shared-substring any more.
|
2000-11-28 13:40:40 +00:00 |
runq.scm
|
Update copyright.
|
2001-05-06 09:40:32 +00:00 |
rw.scm
|
2001-04-29 Gary Houston <ghouston@arglist.com>
|
2001-04-29 13:04:55 +00:00 |
safe-r5rs.scm
|
* safe-r5rs.scm: Fix typo: make-rectangualr => make-rectangular.
|
2001-05-02 21:42:28 +00:00 |
safe.scm
|
Fix
|
2000-06-21 01:24:56 +00:00 |
session.scm
|
Merged from mvo-vcell-cleanup-1-branch.
|
2001-05-15 14:59:42 +00:00 |
slib.scm
|
* Don't use make-shared-substring any more.
|
2000-11-28 13:40:40 +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
|
Add commentary; nfc.
|
2001-04-28 18:54:16 +00:00 |
time.scm
|
Add commentary; nfc.
|
2001-04-28 18:54:16 +00:00 |