ExternalStream.st
Wed, 24 Jan 2007 17:57:22 +0100 Stefan Vogel Disable methods, that were "reimplemented for speed"
Wed, 24 Jan 2007 16:17:49 +0100 Claus Gittinger *** empty log message ***
Tue, 23 Jan 2007 18:21:45 +0100 Stefan Vogel Speedup ExternalStream>>#nextOrNil and ExternalStream>>#peekOrNil.
Fri, 19 Jan 2007 00:20:51 +0100 Claus Gittinger *** empty log message ***
Tue, 16 Jan 2007 11:38:24 +0100 Claus Gittinger ensure that win32_fwrite is used for stdout and stderr
Fri, 23 Dec 2005 17:25:53 +0100 Claus Gittinger fix writing to stdout/stderr for winstx non-console operation
Mon, 19 Dec 2005 17:12:51 +0100 Claus Gittinger *** empty log message ***
Mon, 19 Dec 2005 17:10:21 +0100 Claus Gittinger *** empty log message ***
Mon, 28 Nov 2005 22:23:08 +0100 Stefan Vogel comment
Wed, 26 Oct 2005 12:32:48 +0200 Stefan Vogel Allow Symbols as pathname and openMode
Fri, 08 Jul 2005 19:15:03 +0200 Claus Gittinger 64bit; mkSmallInteger
Thu, 07 Jul 2005 17:01:53 +0200 Claus Gittinger alpha64 vs. POINTER_SIZE cleanup
Tue, 31 May 2005 20:48:38 +0200 Claus Gittinger STORE macro fix (gcc3.4 bug)
Tue, 05 Apr 2005 10:37:47 +0200 Claus Gittinger remerged WIN32 and Unix versions into common source
Fri, 01 Oct 2004 09:52:49 +0200 Claus Gittinger pastEnd -> pastEndRead
Fri, 01 Oct 2004 09:36:29 +0200 Claus Gittinger pastEnd -> pastEndRead
Wed, 29 Sep 2004 15:42:29 +0200 Stefan Vogel Fix #reOpen handling:
Tue, 07 Sep 2004 01:08:47 +0200 Stefan Vogel Interchanged the meaning of method privacy -
Fri, 03 Sep 2004 13:28:52 +0200 Stefan Vogel Raise proceedable exception proceedable.
Thu, 12 Aug 2004 17:48:55 +0200 Stefan Vogel Mark methods as private
Thu, 12 Aug 2004 15:51:06 +0200 Stefan Vogel Documentation: users shold never send #closeFile
Tue, 18 May 2004 12:23:59 +0200 Claus Gittinger *** empty log message ***
Sun, 09 May 2004 22:51:37 +0200 Stefan Vogel #copyToEndInto
Thu, 01 Apr 2004 15:33:51 +0200 Claus Gittinger openErrorSignal arg: never a string
Tue, 16 Mar 2004 11:28:51 +0100 Claus Gittinger check for written characters to be in 00..FF
Thu, 04 Mar 2004 20:29:51 +0100 Claus Gittinger class based exceptions
Thu, 04 Mar 2004 18:36:22 +0100 Claus Gittinger *** empty log message ***
Thu, 04 Mar 2004 18:28:43 +0100 Michael Beyl acessing: pathName added (returns nil)
Thu, 04 Mar 2004 17:39:38 +0100 Claus Gittinger OpenError is now a class based exception
Fri, 27 Feb 2004 18:05:02 +0100 Claus Gittinger openError backWard compatibility.
Fri, 27 Feb 2004 17:50:33 +0100 Claus Gittinger openError backWard compatibility.
Fri, 06 Feb 2004 23:29:37 +0100 Stefan Vogel LargeFile support for truncateTo:
Fri, 06 Feb 2004 12:40:43 +0100 Stefan Vogel Large file support (off_t with 64 bits) for UNIX
Thu, 05 Feb 2004 16:04:27 +0100 Claus Gittinger made all position-handling code 32bit save
Thu, 15 Jan 2004 16:47:19 +0100 Claus Gittinger *** empty log message ***
Tue, 09 Dec 2003 13:48:54 +0100 Claus Gittinger EWOULDBLOCK handling in nextPutBytes:
Tue, 09 Dec 2003 13:28:32 +0100 Claus Gittinger no writeError for EWOULDBLOCK and isNonBlocking
Tue, 09 Dec 2003 13:27:37 +0100 Claus Gittinger isNonBlocking -> isBlocking
Tue, 09 Dec 2003 11:46:45 +0100 penk writeError: care for EWOULDBLOCK in nonBlocking case.
Mon, 10 Nov 2003 12:46:38 +0100 Claus Gittinger fileHandle check
Mon, 27 Oct 2003 19:03:45 +0100 Claus Gittinger use sendfile if supported by OS
Thu, 23 Oct 2003 17:44:24 +0200 Claus Gittinger String new -> uninitializedNew: / basicNew:
Tue, 21 Oct 2003 23:30:20 +0200 Claus Gittinger comments
Mon, 11 Aug 2003 16:47:34 +0200 Stefan Vogel Fix nextAvilableBytes:... with readAhead and EINTR
Mon, 11 Aug 2003 15:25:02 +0200 Stefan Vogel Fix reading when readAheadBuffer is filled and following read fails
Mon, 14 Jul 2003 12:51:53 +0200 Stefan Vogel Use contentsSpecies
Mon, 14 Jul 2003 12:20:29 +0200 Stefan Vogel Take care for String/Bytes contents when doing copyToEndInto:
Sat, 12 Jul 2003 19:26:10 +0200 Stefan Vogel ExternalStream>>blocking: returns previous blocking status
Sat, 12 Jul 2003 17:10:41 +0200 Stefan Vogel Do not block when writing to pipes
Wed, 07 May 2003 16:32:07 +0200 Claus Gittinger method category rename
Fri, 11 Apr 2003 01:29:26 +0200 Claus Gittinger also handle subclasses of ExternalBytes (Mapped..)
Wed, 19 Mar 2003 12:23:34 +0100 Claus Gittinger *** empty log message ***
Tue, 25 Feb 2003 12:48:02 +0100 Claus Gittinger code rewritten to be independent of stream zero-base
Tue, 25 Feb 2003 11:17:54 +0100 Claus Gittinger prep for 0-based stream position
Tue, 25 Feb 2003 10:05:53 +0100 Claus Gittinger preps for 0-based stream positions
Fri, 07 Feb 2003 15:58:32 +0100 Claus Gittinger no one cares about the signal in copyToEndInto:
Fri, 07 Feb 2003 12:28:02 +0100 penk copyToEndTo: pushed to Stream
Mon, 03 Feb 2003 13:50:14 +0100 penk make pseudoTTYs unbuffered (req'd for UNIXWARE)
Thu, 24 Oct 2002 17:42:04 +0200 Claus Gittinger checkin from browser
Thu, 17 Oct 2002 17:07:31 +0200 Claus Gittinger added utility: ExternalStream >> copyToEndInto:
less more (0) -300 -100 -60 tip