Stream.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:25:06 +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
Tue, 08 Jul 2003 22:31:22 +0200 Stefan Vogel #readWait, #writeWait etc. as dummy entries
Tue, 01 Jul 2003 21:44:05 +0200 Stefan Vogel Optimize #next:
Fri, 13 Jun 2003 20:42:11 +0200 Claus Gittinger ansified (isAlphaNumeric -> isLetterOrDigit)
Mon, 28 Apr 2003 12:16:57 +0200 Claus Gittinger *** empty log message ***
Thu, 10 Apr 2003 16:45:42 +0200 Claus Gittinger *** empty log message ***
Wed, 19 Mar 2003 12:23:34 +0100 Claus Gittinger *** empty log message ***
Mon, 03 Mar 2003 21:03:18 +0100 Stefan Vogel More openErrorSignal change preparations
Fri, 07 Feb 2003 12:28:02 +0100 penk copyToEndTo: pushed to Stream
Mon, 18 Nov 2002 12:13:28 +0100 Claus Gittinger *** empty log message ***
Thu, 14 Nov 2002 22:55:16 +0100 Claus Gittinger category change
Thu, 11 Apr 2002 11:26:07 +0200 Claus Gittinger comment
Mon, 11 Feb 2002 10:26:38 +0100 Claus Gittinger + linesDo:
Fri, 01 Feb 2002 16:32:49 +0100 Claus Gittinger workaround bitShift-bitOr codeGenerator bug in stc
Mon, 14 Jan 2002 11:50:53 +0100 Claus Gittinger read/write of hypers (8byte ints)
Tue, 08 Jan 2002 18:32:15 +0100 Claus Gittinger #nextUnsignedLong:MSB: was wrong for lsb case
Fri, 21 Dec 2001 17:33:12 +0100 Stefan Vogel Add #incompleteNextCountSignal
Thu, 13 Dec 2001 20:00:33 +0100 Claus Gittinger *** empty log message ***
Thu, 13 Dec 2001 19:53:43 +0100 Claus Gittinger *** empty log message ***
Fri, 07 Sep 2001 21:26:52 +0200 Claus Gittinger comment
Fri, 07 Sep 2001 14:14:42 +0200 Claus Gittinger *** empty log message ***
Tue, 04 Sep 2001 14:32:40 +0200 Claus Gittinger statements after return
Fri, 18 May 2001 00:42:20 +0200 Stefan Vogel Use <resource:#obsolete>
Wed, 07 Mar 2001 12:08:11 +0100 ca *** empty log message ***
Tue, 26 Sep 2000 12:36:28 +0200 Claus Gittinger added #nextPutAllUntranslated: (for printStream compatibility)
Mon, 22 May 2000 14:02:31 +0200 Claus Gittinger dummy lineNumber support
Mon, 22 May 2000 12:54:36 +0200 Claus Gittinger moved chunkSeparator from PositionableStream
Fri, 03 Dec 1999 17:32:49 +0100 Stefan Vogel nextBytes: returns bytes and not a string.
Fri, 24 Sep 1999 20:19:00 +0200 Claus Gittinger LineTooLong is now a querySignal
Tue, 24 Aug 1999 02:45:05 +0200 Claus Gittinger care for signed numbers in nextPutShort and nextPutLong
Wed, 11 Aug 1999 13:35:41 +0200 Claus Gittinger checkin from browser
Wed, 04 Aug 1999 16:15:38 +0200 Claus Gittinger error: vs. error:mayProceed:
Fri, 30 Jul 1999 12:41:47 +0200 Claus Gittinger checkin from browser
Sun, 01 Nov 1998 16:59:12 +0100 Stefan Vogel Make some signals proceedable.
Thu, 15 Oct 1998 13:12:05 +0200 Claus Gittinger added LineTooLongErrorSignal
Tue, 16 Jun 1998 16:48:44 +0200 Claus Gittinger oops - must be a querySignal (for now);
Tue, 16 Jun 1998 16:05:29 +0200 Claus Gittinger comment;
Tue, 16 Jun 1998 15:54:37 +0200 Claus Gittinger removed endOfStreamQuery - instead, handle unhandled exception
Mon, 15 Jun 1998 21:45:23 +0200 Claus Gittinger added #upToAllExcluding:
Fri, 29 May 1998 17:00:51 +0200 Claus Gittinger added #pageFormat for printerStream protocol compatibility.
Tue, 19 May 1998 17:26:48 +0200 Claus Gittinger care for EOF in #nextLine
Tue, 19 May 1998 17:25:43 +0200 Claus Gittinger care for EOF in #nextLine
Mon, 30 Mar 1998 18:10:30 +0200 Claus Gittinger oops - fix in #nextBytes:
Thu, 05 Mar 1998 13:45:21 +0100 Claus Gittinger added #peekOrNil
Sat, 17 Jan 1998 16:50:14 +0100 Stefan Vogel Ok, #upToAll: positions after the collection.
Fri, 16 Jan 1998 15:54:52 +0100 Claus Gittinger fixed nextLong
Fri, 16 Jan 1998 00:29:30 +0100 Stefan Vogel Implement #upToAll: consistent with #upTo: and #upToAny: in Stream.
Mon, 12 Jan 1998 22:08:15 +0100 Claus Gittinger moved upToAll: to positionableStream.
Mon, 12 Jan 1998 14:13:13 +0100 Claus Gittinger added #throughAny:
Sat, 15 Nov 1997 15:59:21 +0100 Claus Gittinger nextAlphaNumericWord changed
Wed, 12 Nov 1997 17:52:57 +0100 Claus Gittinger *** empty log message ***
Tue, 11 Nov 1997 16:18:14 +0100 Claus Gittinger checkin from browser
Tue, 11 Nov 1997 16:15:41 +0100 Claus Gittinger vw compatible readPastEnd: only raise the signal if its handled;
Sun, 02 Nov 1997 19:30:50 +0100 Claus Gittinger checkin from browser
Tue, 02 Sep 1997 22:56:14 +0200 Claus Gittinger *** empty log message ***
Mon, 23 Jun 1997 15:45:55 +0200 Claus Gittinger checkin from browser
Thu, 24 Apr 1997 21:20:04 +0200 Claus Gittinger added block-read
less more (0) -100 -60 tip