projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
994cb21
)
Implement CALL-WITH-APPEND-FILE and CALL-WITH-BINARY-APPEND-FILE.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 15 Mar 2001 21:14:17 +0000
(21:14 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 15 Mar 2001 21:14:17 +0000
(21:14 +0000)
v7/src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/v7/src/runtime/runtime.pkg
b/v7/src/runtime/runtime.pkg
index ede46d541687f1a48455e25c120032b22fa27a36..821b3c8b9d32f7696b2cf3e7e370086254262bda 100644
(file)
--- a/
v7/src/runtime/runtime.pkg
+++ b/
v7/src/runtime/runtime.pkg
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.36
2 2001/03/15 21:12:55
cph Exp $
+$Id: runtime.pkg,v 14.36
3 2001/03/15 21:14:17
cph Exp $
Copyright (c) 1988-2001 Massachusetts Institute of Technology
@@
-863,10
+863,10
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
(files "fileio")
(parent ())
(export ()
+ call-with-append-file
call-with-binary-append-file
call-with-binary-input-file
call-with-binary-output-file
- call-with-append-file
call-with-input-file
call-with-output-file
open-binary-i/o-file