ExternalStream.st
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
Tue, 31 Oct 1995 18:19:11 +0100 Claus Gittinger raise new mallocFailureSignal when running out of buffer memory
Sat, 28 Oct 1995 21:04:22 +0100 Stefan Vogel Add useCRLF handling in nextPutLine:
Fri, 27 Oct 1995 13:19:56 +0100 Claus Gittinger .
Mon, 23 Oct 1995 17:55:03 +0100 Claus Gittinger .
Sat, 23 Sep 1995 13:16:55 +0200 claus .
Thu, 21 Sep 1995 14:31:48 +0200 claus .
Sun, 17 Sep 1995 19:57:55 +0200 claus .
Sat, 16 Sep 1995 19:14:32 +0200 claus .
Fri, 15 Sep 1995 16:54:57 +0200 claus .
Fri, 08 Sep 1995 18:46:46 +0200 claus .
Thu, 07 Sep 1995 13:59:50 +0200 claus .
Sun, 03 Sep 1995 17:06:58 +0200 claus .
Wed, 23 Aug 1995 19:50:59 +0200 claus .
Fri, 11 Aug 1995 05:05:04 +0200 claus .
Thu, 10 Aug 1995 14:32:31 +0200 claus revision added
Thu, 03 Aug 1995 05:24:53 +0200 claus cd ../libbasic2
Thu, 03 Aug 1995 03:17:14 +0200 claus .
Fri, 28 Jul 1995 04:38:43 +0200 claus .
Sat, 22 Jul 1995 21:25:26 +0200 claus .
less more (0) -60 tip