ExternalStream.st
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)
Mon, 21 Dec 1998 21:33:02 +0100 Claus Gittinger *** empty log message ***
Thu, 03 Dec 1998 15:22:19 +0100 Claus Gittinger oops - missing signal accessors
Fri, 27 Nov 1998 16:31:27 +0100 Claus Gittinger oops - #contentsOfEntireFile must return a byteArray if in binaryMode.
Fri, 30 Oct 1998 20:36:20 +0100 Claus Gittinger oops - readLimit was not handled in #atEnd
Thu, 15 Oct 1998 13:17:52 +0200 Claus Gittinger raise separate LineTooLongErrorSignal in #nextLine
Thu, 15 Oct 1998 12:43:37 +0200 Claus Gittinger comment
Fri, 09 Oct 1998 16:19:06 +0200 Claus Gittinger added #nextInto: and #readInto: for Squeak compatibility.
Fri, 02 Oct 1998 18:52:34 +0200 Claus Gittinger added #isOpen query
Tue, 28 Jul 1998 15:41:12 +0200 Claus Gittinger oops
Tue, 28 Jul 1998 12:41:15 +0200 Claus Gittinger fixed nextAvail
Sat, 25 Jul 1998 18:39:01 +0200 Claus Gittinger added #nextAvailable:
Tue, 21 Jul 1998 20:27:42 +0200 Claus Gittinger fixed readAhead in peek with non-binary mode
Mon, 15 Jun 1998 15:31:02 +0200 Claus Gittinger win32 changes by md
Thu, 11 Jun 1998 20:46:41 +0200 Claus Gittinger made nextAvail really unblocking
Thu, 11 Jun 1998 16:57:50 +0200 Claus Gittinger *** empty log message ***
Tue, 09 Jun 1998 15:51:38 +0200 Claus Gittinger checkin from browser
Tue, 09 Jun 1998 14:28:26 +0200 Claus Gittinger added #makePTYPair
Thu, 28 May 1998 15:21:19 +0200 Claus Gittinger added #readWriteWait methods.
Thu, 21 May 1998 16:34:51 +0200 Claus Gittinger added extra streamIOError signal.
Tue, 19 May 1998 22:08:44 +0200 Claus Gittinger oops - streamNotOpenSignal
Sun, 17 May 1998 22:14:47 +0200 Claus Gittinger oops - nextUnsignedLong:MSB: on alpha.
Fri, 15 May 1998 15:30:28 +0200 Claus Gittinger nextAvail also for externalBytes
Fri, 08 May 1998 15:24:35 +0200 Claus Gittinger allow reading/writing from/to ExternalBytes
Wed, 06 May 1998 13:49:51 +0200 Claus Gittinger *** empty log message ***
Wed, 06 May 1998 11:29:42 +0200 Claus Gittinger prepare to use FilePointer instead of ExternalAddress
Thu, 05 Feb 1998 12:09:04 +0100 Claus Gittinger added #nextAvailableBytes - very useful for pipes & sockets.
Sun, 01 Feb 1998 14:03:40 +0100 Claus Gittinger example
Wed, 28 Jan 1998 16:59:13 +0100 Stefan Vogel FileStream redefines #openErrorSignal.
Sun, 25 Jan 1998 15:13:53 +0100 Claus Gittinger eliminated some single-underscore macro refs (stringSize, arraySize ...)
Tue, 20 Jan 1998 22:17:21 +0100 Claus Gittinger mhmh - it seems that we can make a fileDescriptor from
Mon, 19 Jan 1998 16:33:41 +0100 Claus Gittinger oops - fwrite returns 0 (with errno set) in case of E-NO-SPACE.
Fri, 16 Jan 1998 00:32:37 +0100 Stefan Vogel Typo in comment
less more (0) -100 -60 tip