Changes dealing with encoded files:
authorChris Hanson <org/chris-hanson/cph>
Wed, 13 Sep 1995 23:01:05 +0000 (23:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 13 Sep 1995 23:01:05 +0000 (23:01 +0000)
commit76d6af4f05acacd4ca88857cbfef2fef78e3cb1a
treebb5adef7ddf6934f34d0e4c810a93cebfc24e2cd
parenta9181b8f3d7be775f1b821ff81e87874d4b25237
Changes dealing with encoded files:

1. Appending to an encoded file works by reading the file into a
   temporary buffer, appending the text, and writing it back out.

2. Line translation is handled for encoded files the same way it is
   for unencoded files.

3. Doing I/O to non-encoded files, if the file doesn't exist, an
   encoded file is used in its place if available.
v7/src/edwin/dos.scm
v7/src/edwin/filcom.scm
v7/src/edwin/fileio.scm
v7/src/edwin/os2.scm
v7/src/edwin/process.scm
v7/src/edwin/unix.scm