More meaningful error message for OPEN :IF-EXISTS :NEW-VERSION
[sbcl.git] / src / code / fd-stream.lisp
2013-11-14 Paul KhuongMore meaningful error message for OPEN :IF-EXISTS ...
2013-09-24 Stas BoukarevFix OPEN with :io and :if-does-not-exist nil.
2013-08-21 Stas BoukarevFix OPEN when :if-exists/:if-does-not-exist are both...
2013-08-21 Stas BoukarevFlush streams more precisely.
2012-12-05 David LichteblauSupport long file names on Windows; more CRT function...
2012-11-13 David LichteblauFurther work towards use of win32 file HANDLEs
2012-11-02 David LichteblauWindows console I/O overhaul
2012-10-25 David LichteblauDo not assert that the integer returned by UNIX-ISATTY...
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-04-19 Nikodemus Siivolawrap a couple of long lines
2012-04-19 Nikodemus Siivolaassociate stream decoding and encoding errors with...
2012-04-19 Nikodemus Siivolacorrect octets in c-string decoding errors
2011-11-10 Nikodemus Siivolaunify locks
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-08-04 Nikodemus Siivolafix short writes when not using SERVE-EVENT
2011-05-15 Nikodemus Siivola1.0.48.19: another go at fixing the win32 build
2011-05-10 Nikodemus Siivola1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when...
2010-11-16 Nikodemus Siivola1.0.44.26: more nuanced deprecation framework
2010-10-13 Nikodemus Siivola1.0.43.52: correct char-size for :EXTERNAL-FORMAT ...
2010-10-04 Nikodemus Siivola1.0.43.22: better errors for invalid :EXTERNAL-FORMAT...
2010-09-30 Nikodemus Siivola1.0.43.6: fix overeager input-buffer filling by externa...
2010-09-27 Nikodemus Siivola1.0.42.53: *TTY* stream needs to serve events as well
2010-09-19 Nikodemus Siivola1.0.42.43: FD-STREAMS no longer hook into SERVE-EVENT...
2010-09-19 Nikodemus Siivola1.0.42.41: use poll(2) instead of select(2) in SYSREAD...
2010-03-28 Nikodemus Siivola1.0.37.3: make *STANDARD-INPUT*, *STANDARD-OUTPUT*...
2009-12-16 Christophe Rhodes1.0.33.15: preparation for UTF external formats
2009-11-12 Christophe Rhodes1.0.32.28: fix listen / read-char-no-hang
2009-11-11 Christophe Rhodes1.0.32.23: use :replacement in the external format...
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"
next