ExternalStream.st
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
Tue, 17 Aug 1999 12:15:45 +0200 Claus Gittinger only raise LineTooLongError if handled; otherwise silently continue
Wed, 04 Aug 1999 16:13:11 +0200 Claus Gittinger errorOpen renamed to errorAlreadyOpen
Fri, 30 Jul 1999 20:06:34 +0200 Claus Gittinger raise vs. raiseRequest
Mon, 26 Jul 1999 15:15:03 +0200 Claus Gittinger initialize position
Wed, 14 Jul 1999 21:39:25 +0200 Claus Gittinger slightly tuned nextPutLongMSB: and nextPutShortMSB:
Wed, 14 Jul 1999 21:26:54 +0200 Claus Gittinger slightly tuned nextXXXLongMSB: and nextUnsignedXXXMSB:
Sat, 10 Jul 1999 20:37:44 +0200 Claus Gittinger squeak compatibility fixes
Sat, 08 May 1999 20:14:17 +0200 Claus Gittinger raise errors in thisContext (not in sender context)
Thu, 06 May 1999 21:14:18 +0200 Claus Gittinger dont return an error when interrupted in NEXTAVAILBYTES (return 0)
Thu, 22 Apr 1999 17:33:03 +0200 Claus Gittinger perform reOpen of streams earlier (before doing the view-reinit)
Tue, 13 Apr 1999 19:26:12 +0200 Claus Gittinger *** empty log message ***
Tue, 13 Apr 1999 17:59:35 +0200 Claus Gittinger removed win32 stuff
Fri, 12 Feb 1999 15:55:00 +0100 Claus Gittinger renamed __new() to __STX___new()
Tue, 09 Feb 1999 12:26:23 +0100 Claus Gittinger *** empty log message ***
Fri, 15 Jan 1999 21:53:59 +0100 Claus Gittinger changes for egcs (stdio uses __new / utsname)
less more (0) -100 -60 tip