-
- Downloads
From Paul Foley:
Non-simple-streams-related changes: * Stop commands which go through invoke-command-interactive from affecting the history variables. * Fix some typos in comments * When the GC closes a lost stream, revert to original contents * Replace #+nil with #+(or) in unix*.lisp [NIL is a potentially valid feature name] Simple-streams-related changes: * Teach reader to handle simple-streams * Add missing package prefixes in OPEN * Add unix:unix-msync for force-output on mmapped files * Add placeholder documentation * Numerous changes in simple-streams implementation * Add "external-formats" directory for external formats Note: :BIG-ENDIAN or :LITTLE-ENDIAN should be put on *features*
Showing
- code/debug.lisp 7 additions, 6 deletionscode/debug.lisp
- code/exports.lisp 3 additions, 2 deletionscode/exports.lisp
- code/fd-stream.lisp 13 additions, 11 deletionscode/fd-stream.lisp
- code/lispinit.lisp 4 additions, 5 deletionscode/lispinit.lisp
- code/reader.lisp 104 additions, 70 deletionscode/reader.lisp
- code/unix-glibc2.lisp 125 additions, 114 deletionscode/unix-glibc2.lisp
- code/unix.lisp 13 additions, 2 deletionscode/unix.lisp
- docs/cmu-user/extensions.tex 4 additions, 0 deletionsdocs/cmu-user/extensions.tex
- docs/cmu-user/simple-streams.tex 4 additions, 0 deletionsdocs/cmu-user/simple-streams.tex
- pcl/simple-streams/classes.lisp 45 additions, 72 deletionspcl/simple-streams/classes.lisp
- pcl/simple-streams/external-formats/utf-8.lisp 58 additions, 0 deletionspcl/simple-streams/external-formats/utf-8.lisp
- pcl/simple-streams/file.lisp 83 additions, 48 deletionspcl/simple-streams/file.lisp
- pcl/simple-streams/gray-compat.lisp 2 additions, 2 deletionspcl/simple-streams/gray-compat.lisp
- pcl/simple-streams/impl.lisp 284 additions, 136 deletionspcl/simple-streams/impl.lisp
- pcl/simple-streams/internal.lisp 243 additions, 49 deletionspcl/simple-streams/internal.lisp
- pcl/simple-streams/iodefs.lisp 24 additions, 1 deletionpcl/simple-streams/iodefs.lisp
- pcl/simple-streams/socket.lisp 52 additions, 3 deletionspcl/simple-streams/socket.lisp
- pcl/simple-streams/strategy.lisp 346 additions, 396 deletionspcl/simple-streams/strategy.lisp
- pcl/simple-streams/string.lisp 39 additions, 27 deletionspcl/simple-streams/string.lisp
- pcl/simple-streams/terminal.lisp 17 additions, 8 deletionspcl/simple-streams/terminal.lisp
Loading
Please register or sign in to comment