ReadStream.st
Tue, 04 Mar 2014 13:40:49 +0100 Stefan Vogel class: ReadStream
Mon, 02 Dec 2013 20:06:35 +0100 Stefan Vogel class: ReadStream
Sun, 18 Aug 2013 12:13:59 +0200 Claus Gittinger class: ReadStream
Tue, 30 Jul 2013 21:02:48 +0200 Claus Gittinger class: ReadStream
Tue, 30 Jul 2013 20:59:59 +0200 Claus Gittinger class: ReadStream
Mon, 03 Jun 2013 20:39:38 +0200 Claus Gittinger class: ReadStream
Mon, 03 Jun 2013 20:30:22 +0200 Claus Gittinger class: ReadStream
Tue, 21 May 2013 22:44:47 +0200 Claus Gittinger all stx macros begin with double underline (eg. __qClass instead of _qClass)
Fri, 22 Mar 2013 15:24:53 +0100 Claus Gittinger class: ReadStream
Fri, 23 Sep 2011 13:32:54 +0200 Claus Gittinger added: #skipWhile:
Thu, 05 Nov 2009 17:25:23 +0100 Stefan Vogel change __isString() to __isStringLike() in primitive code
Thu, 08 Oct 2009 10:43:59 +0200 Claus Gittinger added: #next: - tuning
Tue, 05 Jun 2007 18:20:22 +0200 Stefan Vogel Undo prev change
Tue, 05 Jun 2007 17:57:48 +0200 Stefan Vogel Faster #upToEnd
Tue, 05 Jun 2007 17:50:18 +0200 Stefan Vogel Faster #upToEnd
Wed, 26 Jul 2006 15:02:58 +0200 Stefan Vogel off-by-one error in #nextBytes:into:startingAt:
Tue, 25 Jul 2006 16:17:45 +0200 Claus Gittinger +nextOrNil
Mon, 08 May 2006 09:07:39 +0200 Stefan Vogel #nextSymbol
Tue, 28 Mar 2006 16:34:56 +0200 Claus Gittinger warn when ReadStream with: is used.
Mon, 14 Nov 2005 14:48:58 +0100 Stefan Vogel #nextBytes:into:startingAt: now works, when fetching into a bit array.
Fri, 08 Jul 2005 19:17:22 +0200 Claus Gittinger 64bit
Fri, 08 Jul 2005 19:15:03 +0200 Claus Gittinger 64bit; mkSmallInteger
Fri, 01 Oct 2004 09:36:29 +0200 Claus Gittinger pastEnd -> pastEndRead
Fri, 10 Sep 2004 13:16:19 +0200 Claus Gittinger tuned reading long strings & byteArrays from byteArray streams.
Tue, 09 Mar 2004 13:13:58 +0100 Stefan Vogel Define #xxxStreamOrNil methods.
Fri, 05 Mar 2004 21:00:26 +0100 Claus Gittinger nextByte should (at least) return integer when reading from a string-stream
Tue, 08 Jul 2003 22:31:22 +0200 Stefan Vogel #readWait, #writeWait etc. as dummy entries
Mon, 17 Mar 2003 17:47:00 +0100 Claus Gittinger position fixes
Tue, 25 Feb 2003 10:05:53 +0100 Claus Gittinger preps for 0-based stream positions
Tue, 29 Oct 2002 11:55:29 +0100 james +readWait for ext/stream compatibility
Thu, 13 Dec 2001 20:05:04 +0100 Stefan Vogel Define #isWritable
Fri, 07 Sep 2001 21:27:52 +0200 Claus Gittinger fixed: skipThrough dod not position atEnd if the element was not found.
Wed, 14 Feb 2001 10:24:40 +0100 frank checkin from browser
Tue, 21 Mar 2000 13:54:37 +0100 Claus Gittinger *** empty log message ***
Fri, 01 Oct 1999 10:37:37 +0200 Claus Gittinger #nextByte does return an integer, even when operating on a
Wed, 04 Aug 1999 16:10:22 +0200 Claus Gittinger error: vs. error:mayProceed:
Sat, 05 Jun 1999 01:07:34 +0200 Claus Gittinger oops - return instead of RETURN macro
Thu, 05 Mar 1998 13:46:28 +0100 Claus Gittinger added #peekOrNil
Sat, 15 Nov 1997 15:59:21 +0100 Claus Gittinger nextAlphaNumericWord changed
Sat, 04 Oct 1997 19:00:01 +0200 Claus Gittinger comments
Thu, 06 Mar 1997 01:32:44 +0100 Claus Gittinger checkin from browser
Tue, 14 Jan 1997 15:14:39 +0100 Claus Gittinger ff is a separator too (in #skipSeparators*)
Wed, 02 Oct 1996 13:35:15 +0200 Claus Gittinger removed all COMMA_CON / CON_COMMA uses
Fri, 13 Sep 1996 18:49:38 +0200 Claus Gittinger added ExternalStream compatibility protocol
Wed, 26 Jun 1996 09:37:38 +0200 Claus Gittinger moved some skip methods to superclass
Sat, 18 May 1996 17:32:43 +0200 Claus Gittinger showCr: -> showCR:
Thu, 16 May 1996 14:49:04 +0200 Claus Gittinger checkin from browser
Wed, 15 May 1996 17:30:49 +0200 Claus Gittinger checkin from browser
Thu, 25 Apr 1996 19:02:53 +0200 Claus Gittinger documentation
Sat, 06 Apr 1996 15:23:05 +0200 Claus Gittinger removed external decls for VM functions (should look for more)
Wed, 03 Apr 1996 00:06:56 +0200 Claus Gittinger underline cleanup
Mon, 19 Feb 1996 16:07:27 +0100 Stefan Vogel ST80 compatibility: generate signal at end of stream when instance variable
Thu, 04 Jan 1996 02:24:09 +0100 Claus Gittinger removed external function defs (soon no longer allowed)
Thu, 07 Dec 1995 22:38:49 +0100 Claus Gittinger checkin from browser
Thu, 23 Nov 1995 02:32:01 +0100 Claus Gittinger checkin from browser
Tue, 14 Nov 1995 22:43:27 +0100 Claus Gittinger nextPeek ignored readLimit for the very last peek
Sat, 11 Nov 1995 16:28:41 +0100 Claus Gittinger uff - version methods changed to return stings
Fri, 10 Nov 1995 17:46:49 +0100 Claus Gittinger use new MKSTRING_L if length is known (avoids a useless strlen)
Fri, 11 Aug 1995 05:05:04 +0200 claus .
Thu, 10 Aug 1995 14:32:31 +0200 claus revision added
less more (0) -60 tip