* Change FILE-OPEN-OUTPUT-CHANNEL (and consequently all code to open
authorChris Hanson <org/chris-hanson/cph>
Fri, 10 May 1991 00:04:04 +0000 (00:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 10 May 1991 00:04:04 +0000 (00:04 +0000)
commit7bcc467b1719f3bc1c07081ffe5b9f34ba49b822
tree4963de1c4373835129f2ad9ae4bef4f398dafee3
parent305cf8f96b4a661a54f6f7131b2551649e228374
* Change FILE-OPEN-OUTPUT-CHANNEL (and consequently all code to open
  files) not to call FILE-REMOVE-LINK.  Opening an existing output
  file will consequently overwrite the file rather than deleting it
  and then opening a new file.

* Add CONDITION-TYPE:DERIVED-FILE-ERROR and translate various system
  call errors to that type.

* Define CONDITION/REPORT-STRING to capture common idiom.
v7/src/runtime/error.scm
v7/src/runtime/io.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/uerror.scm
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg