ExternalStream.st
Fri, 24 Jan 1997 23:11:36 +0100 Claus Gittinger semaphore names
Tue, 14 Jan 1997 15:16:36 +0100 Claus Gittinger ff is a separator too (in #skipSeparators*)
Sat, 11 Jan 1997 18:54:18 +0100 Claus Gittinger next: must raise pastEnd, if EOF is hit;
Fri, 10 Jan 1997 19:01:32 +0100 Claus Gittinger newStyle info & error messages
Fri, 10 Jan 1997 14:18:25 +0100 Claus Gittinger implemented 1-character readAhead for unbuffered streams;
Fri, 03 Jan 1997 19:47:48 +0100 Claus Gittinger fall back to super>>nextPutLine: if argument is not a string.
Fri, 03 Jan 1997 19:36:14 +0100 Claus Gittinger *** empty log message ***
Sat, 26 Oct 1996 18:34:05 +0200 Claus Gittinger type casts
Wed, 02 Oct 1996 13:35:15 +0200 Claus Gittinger removed all COMMA_CON / CON_COMMA uses
Fri, 30 Aug 1996 00:40:40 +0200 Claus Gittinger when shutting down, also tell the Lobby
Wed, 03 Jul 1996 14:21:55 +0200 Stefan Vogel ST-80 compatibility: #contentsOfEntireFile must return a String.
Tue, 02 Jul 1996 20:34:00 +0200 Claus Gittinger added support for signedWord and signedLong indexable classes.
Wed, 26 Jun 1996 09:39:03 +0200 Claus Gittinger use skipThroughAll from superclass.
Tue, 18 Jun 1996 11:40:53 +0200 Claus Gittinger labels in empty statements need a semi
Sat, 15 Jun 1996 15:21:21 +0200 Claus Gittinger checkin from browser
Thu, 13 Jun 1996 02:10:22 +0200 Stefan Vogel Fix reads and writes with cnt==0.
Thu, 13 Jun 1996 01:03:05 +0200 Stefan Vogel Use common macros to make interruptable system calls signal proof.
Sat, 18 May 1996 17:32:43 +0200 Claus Gittinger showCr: -> showCR:
Fri, 26 Apr 1996 10:49:37 +0200 Claus Gittinger Stefan - that was your bug ;-)
Fri, 26 Apr 1996 09:36:28 +0200 Claus Gittinger clear errnos before read/write
Thu, 25 Apr 1996 19:02:53 +0200 Claus Gittinger documentation
Thu, 25 Apr 1996 10:35:28 +0200 Stefan Vogel Support optional signal generation on end of stream.
Sun, 07 Apr 1996 04:12:19 +0200 Claus Gittinger *** empty log message ***
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
Sat, 23 Mar 1996 18:22:50 +0100 Claus Gittinger compile seldom used methods with optSpace (is this a good idea ?)
Thu, 07 Mar 1996 14:27:02 +0100 Stefan Vogel Make methods signal-proof.
Tue, 05 Mar 1996 23:26:38 +0100 Claus Gittinger alles MIST - zurueck zu 1.89 und NOCONTEXT entfernt
Tue, 05 Mar 1996 22:10:57 +0100 Claus Gittinger removed all NOCONTEXT (last version did no good - PROTECT-stack overflow ...)
Tue, 05 Mar 1996 21:02:56 +0100 Claus Gittinger care for GC while being interruptable
Thu, 29 Feb 1996 18:29:46 +0100 Claus Gittinger added facilities to connect to given Fd's and #makePipe
Thu, 29 Feb 1996 11:18:33 +0100 Stefan Vogel ExtSTream>>next: did not work correct if interrupted.
Tue, 20 Feb 1996 17:32:47 +0100 Claus Gittinger max lineLength (in nextLine) increased to 16k
Sun, 04 Feb 1996 20:19:58 +0100 Claus Gittinger oops - when truncating buffered streams, we must flush & seek first (stdio trouble)
Sun, 04 Feb 1996 20:06:39 +0100 Claus Gittinger added interface to truncate & ftruncate (req. by Mr. Olberding)
Tue, 16 Jan 1996 20:11:19 +0100 Claus Gittinger binary class storage support
Thu, 11 Jan 1996 21:37:35 +0100 Claus Gittinger LINUX seems to interrupt writes & return a positive parial count
Thu, 04 Jan 1996 00:25:58 +0100 Stefan Vogel New method to set the filedescriptor of a stream.
Sat, 23 Dec 1995 20:05:00 +0100 Claus Gittinger moved readErrorSignal / writeErrorSignal up in the hierarchy
Tue, 19 Dec 1995 20:15:16 +0100 Claus Gittinger WIN32 has no ioctl
Sat, 16 Dec 1995 17:01:48 +0100 Claus Gittinger commentary
Sun, 10 Dec 1995 01:33:10 +0100 Claus Gittinger checkin from browser
Sat, 09 Dec 1995 12:24:19 +0100 Claus Gittinger *** empty log message ***
Thu, 07 Dec 1995 16:13:31 +0100 Claus Gittinger oops
Thu, 07 Dec 1995 13:43:26 +0100 Claus Gittinger avoid getting out of sync, if too many %}'s are encountered
Mon, 04 Dec 1995 11:51:47 +0100 Claus Gittinger oops - handling of exclas within primitives was wrong
Mon, 04 Dec 1995 11:21:13 +0100 Claus Gittinger spelling
Sun, 03 Dec 1995 19:04:22 +0100 Claus Gittinger nextChunk: %{ is only recognized if at begin-of-line
Sun, 03 Dec 1995 17:25:38 +0100 Claus Gittinger fixed nextChunk; it was not reentrant due to freeing of the static
Thu, 23 Nov 1995 02:48:32 +0100 Claus Gittinger checkin from browser
Wed, 22 Nov 1995 16:08:54 +0100 Claus Gittinger moved StreamErrorSignal into Stream;
Mon, 20 Nov 1995 15:52:45 +0100 Claus Gittinger signal strings
Fri, 17 Nov 1995 00:28:50 +0100 Claus Gittinger readFrom:onError: can now also read from a string
Wed, 15 Nov 1995 17:05:38 +0100 Claus Gittinger allow 0 return (at eof) without error
Mon, 13 Nov 1995 18:32:15 +0100 Claus Gittinger many ExtStream rewrites - has to be reevaluated in all platforms
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)
Sat, 04 Nov 1995 15:40:24 +0100 Claus Gittinger retval clobbers count in nextBytes:into:
Thu, 02 Nov 1995 21:10:58 +0100 Claus Gittinger use new FILE* wrapper macros (based on externalAddress)
Thu, 02 Nov 1995 16:15:43 +0100 Claus Gittinger _intVal vs. MKFD confusion
less more (0) -100 -60 tip