ExternalStream.st
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:
Tue, 17 Sep 2002 11:10:06 +0200 Claus Gittinger oops - upToEnd failed if already at the end
Wed, 24 Jul 2002 16:31:14 +0200 Stefan Vogel Do not raise non-proceedable errors proceedable
Tue, 09 Jul 2002 16:07:10 +0200 Stefan Vogel Use #ifCurtailed: instead of #valueOnUnwindDo:
Wed, 19 Jun 2002 14:11:54 +0200 Claus Gittinger raise StreamNotOpenError proceedable
Mon, 10 Jun 2002 14:37:10 +0200 Stefan Vogel Speedup #upToEnd
Tue, 21 May 2002 11:43:22 +0200 Stefan Vogel Support O_NONBLOCK which is the POSIX way of FNDELAY
Tue, 09 Apr 2002 16:46:54 +0200 Stefan Vogel @global stuff for classvars
Mon, 25 Mar 2002 18:18:40 +0100 Claus Gittinger dolphin compatibility
Mon, 11 Mar 2002 11:49:22 +0100 Stefan Vogel Allow #registerForFinalization for classes defining their own Lobby.
Mon, 04 Mar 2002 15:29:14 +0100 Stefan Vogel Use #finalize instead of #disposed
Tue, 11 Dec 2001 21:18:16 +0100 Stefan Vogel Fix #contentsOfEntireFile
Tue, 11 Dec 2001 12:48:32 +0100 Stefan Vogel #errorReporter and #reportOn class-methods
Tue, 04 Dec 2001 18:06:14 +0100 Stefan Vogel Define #errorReporter and #reportError: (ST-80 protocol)
Fri, 07 Sep 2001 21:29:54 +0200 Claus Gittinger fixed: return nil if skipThrough: hits EOF
Tue, 04 Sep 2001 14:37:07 +0200 Claus Gittinger statements after return
Thu, 26 Apr 2001 15:03:31 +0200 Claus Gittinger rel5 migration
Thu, 26 Apr 2001 14:18:44 +0200 Claus Gittinger only do readWait for pipes and sockets.
Mon, 12 Feb 2001 10:40:31 +0100 Stefan Vogel Do not block on atEnd on Sockets ore Pipes
Sun, 24 Sep 2000 13:25:34 +0200 Claus Gittinger removed fopen workaround (now have a better malloc)
Thu, 21 Sep 2000 18:32:16 +0200 Claus Gittinger separated close from free (i.e. avoid using fclose);
Thu, 21 Sep 2000 11:19:26 +0200 Claus Gittinger separated open from memory allocation (i.e. avoid fopen; do it as open+fdopen),
Fri, 01 Sep 2000 12:14:24 +0200 Claus Gittinger examples
Tue, 08 Aug 2000 15:29:48 +0200 Stefan Vogel Comment
Thu, 03 Aug 2000 01:10:29 +0200 Claus Gittinger rel5 migration
Mon, 03 Jul 2000 15:07:40 +0200 Claus Gittinger only init once
Mon, 03 Jul 2000 10:55:50 +0200 Claus Gittinger rel5 migration
Wed, 28 Jun 2000 10:29:29 +0200 Claus Gittinger migration support
Wed, 28 Jun 2000 10:15:22 +0200 Claus Gittinger checkin from browser
Mon, 26 Jun 2000 09:25:25 +0200 Claus Gittinger migration
Sun, 25 Jun 2000 20:37:27 +0200 Claus Gittinger *** empty log message ***
Sat, 24 Jun 2000 12:45:06 +0200 Claus Gittinger checkin from browser
Fri, 24 Mar 2000 13:50:43 +0100 Claus Gittinger more VW compatibility
Mon, 24 Jan 2000 16:12:42 +0100 Claus Gittinger *** empty log message ***
Mon, 24 Jan 2000 16:03:54 +0100 Claus Gittinger *** empty log message ***
Sat, 22 Jan 2000 23:35:04 +0100 Claus Gittinger #nextAvailableBytes:into:startingAt: may NOT set EOF flag,
Mon, 17 Jan 2000 12:17:06 +0100 Claus Gittinger category renamining
Fri, 17 Dec 1999 12:35:57 +0100 Claus Gittinger introduced __threadErrno (for native threads)
Tue, 14 Dec 1999 19:46:28 +0100 Claus Gittinger support to poll write-fds
Thu, 04 Nov 1999 16:32:25 +0100 Stefan Vogel Fix buffered nexPut: for Solaris/Sparc
Mon, 18 Oct 1999 11:12:22 +0200 Claus Gittinger oops
Sat, 16 Oct 1999 14:08:03 +0200 Claus Gittinger remerged ExtSTream_win32 into ExtStream.
Sat, 28 Aug 1999 17:57:43 +0200 Claus Gittinger care for nil arg in readWaitWithTimeout / writeWaitWithTimeout
Tue, 24 Aug 1999 17:02:00 +0200 Stefan Vogel Do not raise non-proceedable errors proceedable.
Tue, 17 Aug 1999 20:22:23 +0200 Claus Gittinger *** empty log message ***
Tue, 17 Aug 1999 20:17:21 +0200 Claus Gittinger checkin from browser
less more (0) -100 -60 tip