Changes between Version 1 and Version 2 of implementation/components/streams
- Timestamp:
- 11/10/12 22:59:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
implementation/components/streams
v1 v2 7 7 Possibly subclass AnsiStream.java, but this may not be necessary (inner static class of Stream.java?) 8 8 9 Follow design document to "thunk back up" to proper encoding, always, via restarts. 9 Follow [design document][1] to "thunk back up" to proper encoding, always, via restarts. 10 11 [1]: http://trac.common-lisp.net/armedbear/browser/trunk/abcl/doc/design/streams/design.rst 10 12 11 13 12