1.0.32.21: compress most unibyte-external-format definitions
[sbcl.git] / src / code / fd-stream.lisp
2009-11-11 Christophe Rhodes1.0.32.21: compress most unibyte-external-format defini...
2009-11-11 Christophe Rhodes1.0.32.19: Support for :REPLACEMENT external-format...
2009-11-11 Christophe Rhodes1.0.32.16: external-format restart enhancements
2009-10-30 Nathan Froyd1.0.32.9: fix thinko in DEFINE-EXTERNAL-FORMAT/VARIABLE...
2009-09-29 Nathan Froyd1.0.31.23: OAOOize external-format support
2009-08-07 Christophe Rhodes1.0.30.41: Octets support for ebcdic-us
2009-06-02 Nikodemus Siivola1.0.28.72: two regressions from 1.0.28.59
2009-05-18 Nikodemus Siivola1.0.28.59: give UNIX-NAMESTRING the chop
2009-04-04 Richard M Kreuter1.0.27.1: Fix binary input after UNREAD-CHAR on bivalen...
2008-10-16 Richard M Kreuter1.0.21.19: Eagerly find a stream's external-format...
2008-09-24 Nikodemus Siivola1.0.20.29: small FIND fix & win32 build fix
2008-08-05 Nikodemus Siivola1.0.19.22: fix bug #425
2008-07-30 Nikodemus Siivola1.0.19.5: minor wording fix
2008-05-26 Nikodemus Siivolarestore non-consingness of WITH-SPINLOCK
2008-05-16 pkhuong1.0.16.34: Remove global STACK-ALLOCATE-VALUE-CELLS...
2008-03-12 Nikodemus Siivola1.0.15.20: refactor "system locks" framework, one TIMER...
2008-02-18 Nikodemus Siivola1.0.14.34: slightly less and slightly faster constraint...
2008-02-17 Nikodemus Siivola1.0.14.31: better ANSI-STREAM-FILE-POSITION
2008-01-16 Nikodemus Siivola1.0.13.45: close the fd before deleting / moving files...
2008-01-04 Juho Snellman1.0.13.14: Reduce character stream input consing
2007-11-30 Nikodemus Siivola1.0.12.8: refactor bounding index error signalling...
2007-10-11 Nikodemus Siivola1.0.10.44: BUFFER-P, not BUFFERP
2007-08-09 Nikodemus Siivola1.0.8.19: :dont-safe finalizers and fd-stream thread...
2007-08-06 Nikodemus Siivola1.0.8.16: refactored fd-stream buffering
2007-07-27 Nikodemus Siivola1.0.8.8: restore reuse-sap value after incomplete write...
2007-07-19 Nikodemus Siivola1.0.7.30: be more paranoid about saps
2007-06-08 Nikodemus Siivola1.0.6.38: thread and interrupt safe ADD/REMOVE-METHOD
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2007-06-06 Nathan Froyd1.0.6.31: use proper types for STRING-DISPATCH
2007-06-06 Nathan Froyd1.0.6.30: clean up FD-SOUT a little bit
2007-06-05 Nathan Froyd1.0.6.27: make FD-SOUT slightly faster
2007-05-20 Nikodemus Siivola1.0.5.55: interrupt safe REFILL-BUFFER/FD
2007-04-29 Nikodemus Siivola1.0.5.9: experimental semi-synchronous deadlines
2007-04-19 Nikodemus Siivola1.0.4.106: refactoring FILE-POSITION on FD-STREAMS...
2007-04-18 Nikodemus Siivola1.0.4.102: SB-SYS and stream cleanups
2007-03-29 Nikodemus Siivola1.0.4.9: writing bignum characters onto a single line
2006-11-02 Juho Snellman0.9.18.26:
2006-11-02 Juho Snellman0.9.18.25:
2006-09-06 Juho Snellman0.9.16.17:
2006-07-06 Rudi Schlatte0.9.14.8:
2006-06-28 Juho Snellman0.9.14.4:
2006-04-05 Juho Snellman0.9.11.9:
2006-03-22 Rudi Schlatte0.9.10.47
2006-03-15 Juho Snellman0.9.10.37:
2006-03-15 Juho Snellman0.9.10.33:
2006-02-09 Christophe Rhodes0.9.9.24:
2006-02-08 Teemu KalvasFixed buffer overrun in resync restart for variable...
2006-01-16 Christophe Rhodes0.9.8.42:
2006-01-10 Christophe Rhodes0.9.8.31:
2006-01-03 Christophe Rhodes0.9.8.7:
2005-11-29 Christophe Rhodes0.9.7.2:
2005-11-13 Juho Snellman0.9.6.40:
2005-10-29 Juho Snellman0.9.6.9:
2005-10-29 Juho Snellman0.9.6.8:
2005-10-28 Juho Snellman0.9.6.7:
2005-10-28 Juho Snellman0.9.6.6:
2005-10-28 Juho Snellman0.9.6.5:
2005-10-27 Juho Snellman0.9.6.4:
2005-08-11 Nathan Froyd0.9.3.42:
2005-08-09 Gabor Melis0.9.3.34: cosmetics
2005-08-04 Gabor Melis0.9.3.28: bdowning's fd-stream patch, slightly modified
2005-08-03 Juho Snellman0.9.3.21:
2005-07-15 Teemu Kalvas* performance patch: declare buffer types in fd-stream...
2005-07-14 William Harold Newman0.9.2.43:
2005-07-01 Gabor Melis0.9.2.12:
2005-06-29 Brian Mastenbrook0.9.2.5: fix failure in OPEN when *print-readably*...
2005-06-28 Rudi Schlatte0.9.2.3:
2005-06-16 Rudi Schlatte0.9.1.47
2005-05-29 Rudi Schlatte0.9.1.3
2005-05-19 Juho Snellman0.9.0.38:
2005-05-15 Rudi Schlatte0.9.0.34
2005-05-15 Nikodemus Siivola0.9.0.32: "ASCII by any other name"
2005-05-07 Christophe Rhodes0.9.0.25:
2005-05-07 Rudi Schlatte0.9.0.24
2005-05-06 Rudi Schlatte0.9.0.21:
2005-05-05 Christophe Rhodes0.9.0.19:
2005-04-29 Christophe Rhodes0.9.0.6:
2005-04-04 Christophe Rhodes0.8.21.16:
2005-04-01 Christophe Rhodes0.8.21.10:
2005-03-28 Nathan Froyd0.8.21.5:
2005-03-08 Christophe Rhodes0.8.20.10:
2005-03-03 Christophe Rhodes0.8.20.6:
2005-02-01 Christophe Rhodes0.8.19.11:
2005-01-27 Christophe Rhodes0.8.19.1:
2005-01-07 Christophe Rhodes0.8.18.18:
2005-01-07 Christophe Rhodes0.8.18.17:
2005-01-05 Christophe Rhodes0.8.18.13:
2004-11-02 Christophe Rhodes0.8.16.25:
2004-11-01 Christophe Rhodes0.8.16.24:
2004-10-29 Christophe Rhodes0.8.16.14:
2004-10-29 Christophe Rhodes0.8.16.13:
2004-10-27 Christophe Rhodes0.8.16.9:
2004-10-26 Christophe Rhodes0.8.16.6:
2004-09-30 Christophe Rhodes0.8.15.3:
2004-09-30 Christophe Rhodes0.8.15.2:
2004-05-20 Nikodemus Siivola0.8.10.40:
2004-04-13 Christophe Rhodes0.8.9.36:
2004-02-09 Christophe Rhodes0.8.7.48:
2004-01-27 Christophe Rhodes0.8.7.23:
2004-01-27 Christophe Rhodes0.8.7.22:
next