Fri, 23 Jan 1998 19:01:13 +0100 Stefan Vogel Recompile methods when changing classVars.
Fri, 23 Jan 1998 18:58:05 +0100 Stefan Vogel New method #recompileMethodsAccessingAnyClassvarOrGlobal:
Fri, 23 Jan 1998 18:55:41 +0100 Stefan Vogel Fixes for #literalsDo: and #literalsDetect:ifNone:
Fri, 23 Jan 1998 18:52:18 +0100 Stefan Vogel Use #setPrivacy: instead of #setPrivate #setProtected and #setIgnored
Fri, 23 Jan 1998 18:49:18 +0100 Stefan Vogel Simplify privacy stuff to make redirection from WrappedMethod easier.
Fri, 23 Jan 1998 18:28:57 +0100 Claus Gittinger added #at:ifAbsentPut:
Thu, 22 Jan 1998 14:32:15 +0100 Claus Gittinger dont print info message when registering twice.
Wed, 21 Jan 1998 18:05:58 +0100 Claus Gittinger *** empty log message ***
Wed, 21 Jan 1998 17:49:27 +0100 Claus Gittinger moved some of ExtBytes protocol to here.
Wed, 21 Jan 1998 17:49:02 +0100 Claus Gittinger remove methods which are provided by my (new) superClass
Wed, 21 Jan 1998 17:39:03 +0100 Claus Gittinger remove methods which are provided by my (new) superClass
Wed, 21 Jan 1998 17:38:18 +0100 Claus Gittinger checkin from browser
Wed, 21 Jan 1998 17:09:08 +0100 Claus Gittinger now subclass of UIBytes - which contains common protocol
Wed, 21 Jan 1998 17:08:21 +0100 Claus Gittinger merged common protocol of ByteArray and ExternalBytes into this class.
Wed, 21 Jan 1998 15:26:10 +0100 dq added floatAt / doubleAt stuff
Wed, 21 Jan 1998 15:24:18 +0100 dq *** empty log message ***
Wed, 21 Jan 1998 15:22:51 +0100 Stefan Vogel FileDirectory is obsolete. Do not compile (will be autoloaded).
Wed, 21 Jan 1998 15:20:18 +0100 Stefan Vogel Moved into category 'Obsolete'.
Wed, 21 Jan 1998 15:19:50 +0100 dq fixed floatAt stuff
Wed, 21 Jan 1998 14:57:19 +0100 Stefan Vogel Documentation: FileDirectory is obsolete and works only under Unix.
Tue, 20 Jan 1998 22:17:21 +0100 Claus Gittinger mhmh - it seems that we can make a fileDescriptor from
Tue, 20 Jan 1998 22:14:28 +0100 Claus Gittinger win32 stuff
Tue, 20 Jan 1998 22:13:44 +0100 Claus Gittinger care for systems which do not define finite() / isnan() - sigh
Tue, 20 Jan 1998 22:00:14 +0100 Claus Gittinger win32 changes
Tue, 20 Jan 1998 21:22:17 +0100 Claus Gittinger windows changes
Tue, 20 Jan 1998 20:46:26 +0100 Claus Gittinger oops- sameAs returned self instead of true
Tue, 20 Jan 1998 19:21:19 +0100 Stefan Vogel Add comment about #printOn: and #printString
Tue, 20 Jan 1998 19:18:55 +0100 Stefan Vogel Use #nextPut to put a char
Tue, 20 Jan 1998 19:12:10 +0100 Stefan Vogel Use #printOn: from Collection.
Tue, 20 Jan 1998 19:11:31 +0100 Stefan Vogel Make #printOn: more general (and optimal).
Tue, 20 Jan 1998 19:09:51 +0100 Stefan Vogel Use #printOn: instead of #printString
Tue, 20 Jan 1998 19:04:51 +0100 Stefan Vogel Have to call "super #printOn:base:" in #printString.
Tue, 20 Jan 1998 19:02:02 +0100 Stefan Vogel Use #printOn: instead of #printString as base method.
Mon, 19 Jan 1998 16:33:41 +0100 Claus Gittinger oops - fwrite returns 0 (with errno set) in case of E-NO-SPACE.
Sat, 17 Jan 1998 18:30:36 +0100 Claus Gittinger added type decls for performance and as documentation
Sat, 17 Jan 1998 18:20:54 +0100 Claus Gittinger removed unused local vars
Sat, 17 Jan 1998 16:50:14 +0100 Stefan Vogel Ok, #upToAll: positions after the collection.
Sat, 17 Jan 1998 14:44:39 +0100 Claus Gittinger *** empty log message ***
Fri, 16 Jan 1998 19:39:35 +0100 Claus Gittinger dont allow setting of the sender via instVarAt:put:
Fri, 16 Jan 1998 16:04:01 +0100 Claus Gittinger added vmSymbols (needed for Java)
Fri, 16 Jan 1998 15:59:43 +0100 Claus Gittinger care for target file being in the sourcePath, when filing out (fileOut to tempFile first)
Fri, 16 Jan 1998 15:58:23 +0100 Claus Gittinger oops - handler within a handler block did not catch
Fri, 16 Jan 1998 15:57:23 +0100 Claus Gittinger fixed #> (-1234567890 > -10)
Fri, 16 Jan 1998 15:56:03 +0100 Claus Gittinger added #perform: with 5 & 6 args
Fri, 16 Jan 1998 15:54:52 +0100 Claus Gittinger fixed nextLong
Fri, 16 Jan 1998 00:39:55 +0100 Stefan Vogel #rootError for ST80 compatibility (same as errorSignal)
Fri, 16 Jan 1998 00:32:37 +0100 Stefan Vogel Typo in comment
Fri, 16 Jan 1998 00:30:40 +0100 Stefan Vogel Redefine #skipThroughAll: to not use #position.
Fri, 16 Jan 1998 00:29:30 +0100 Stefan Vogel Implement #upToAll: consistent with #upTo: and #upToAny: in Stream.
Wed, 14 Jan 1998 15:12:50 +0100 Stefan Vogel Add #nullFilename
Mon, 12 Jan 1998 22:10:15 +0100 Claus Gittinger moved upToAll: to positionableStream.
Mon, 12 Jan 1998 22:08:15 +0100 Claus Gittinger moved upToAll: to positionableStream.
Mon, 12 Jan 1998 19:21:41 +0100 Claus Gittinger checkin from browser
Mon, 12 Jan 1998 18:25:45 +0100 Claus Gittinger added message-wrapper forwarding methods - allows for other code
Mon, 12 Jan 1998 15:02:40 +0100 ca dependents stuff
Mon, 12 Jan 1998 14:23:21 +0100 Claus Gittinger also try package-subdir of source-dir for classes source
Mon, 12 Jan 1998 14:21:57 +0100 Claus Gittinger use strncpy to avoid buffer-overruns
Mon, 12 Jan 1998 14:20:30 +0100 Claus Gittinger added #readFrom: to avoid returning an int.
Mon, 12 Jan 1998 14:19:43 +0100 Claus Gittinger dont hardcode the numberof bytes (use maxBytes for alpha);
Mon, 12 Jan 1998 14:18:47 +0100 Claus Gittinger avoid sending #class twice in +/-
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip