Wed, 07 Feb 1996 15:08:16 +0100 Claus Gittinger set package info when autoloading; flush cachedClasses when unloading
Tue, 06 Feb 1996 17:29:57 +0100 Claus Gittinger added #firstIfEmpty: / #lastIfEmpty:
Mon, 05 Feb 1996 18:16:20 +0100 Claus Gittinger dont allow setting the loadBinaries flag, if there is no ObjectFileLoader
Mon, 05 Feb 1996 01:47:11 +0100 Claus Gittinger dont fail when storing binary methods which cannot be compiled to bytecode
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)
Fri, 02 Feb 1996 20:21:40 +0100 Claus Gittinger oops
Fri, 02 Feb 1996 20:20:45 +0100 Claus Gittinger added swapBytes & swapLongs (needed when grabbing depth8/depth16 image from screen)
Fri, 02 Feb 1996 17:22:25 +0100 Claus Gittinger added findFirst:startingAt: and findLast:startingAt:
Fri, 02 Feb 1996 17:21:19 +0100 Claus Gittinger commentary
Fri, 02 Feb 1996 17:20:58 +0100 Claus Gittinger fixed \\ vs. rem: and // vs. quo: stupidities;
Fri, 02 Feb 1996 12:18:48 +0100 Claus Gittinger unwind block over wait (in critical)
Fri, 02 Feb 1996 11:49:52 +0100 Claus Gittinger use less memory for single-dependencies;
Fri, 02 Feb 1996 11:17:29 +0100 Claus Gittinger oops - size was not updated when elements were disposed (update tally)
Thu, 01 Feb 1996 22:56:28 +0100 Claus Gittinger fixed referencesGlobal: for wrapped methods
Thu, 01 Feb 1996 21:25:45 +0100 Claus Gittinger *** empty log message ***
Thu, 01 Feb 1996 20:45:02 +0100 Claus Gittinger rename myself (just in case) & flush caches after loading
Thu, 01 Feb 1996 20:44:13 +0100 Claus Gittinger *** empty log message ***
Thu, 01 Feb 1996 20:43:54 +0100 Claus Gittinger added to:do: loops with break
Thu, 01 Feb 1996 20:43:35 +0100 Claus Gittinger commentary
Wed, 31 Jan 1996 02:58:41 +0100 Claus Gittinger *** empty log message ***
Tue, 30 Jan 1996 18:15:01 +0100 Claus Gittinger *** empty log message ***
Tue, 30 Jan 1996 18:14:23 +0100 Claus Gittinger added withoutTrailingSeparators
Sun, 28 Jan 1996 14:12:25 +0100 Stefan Vogel Fix syntax error (#defined -> #define).
Sat, 27 Jan 1996 19:33:00 +0100 Claus Gittinger only initialize once
Sat, 27 Jan 1996 18:12:38 +0100 Claus Gittinger be careful with self-chaning selector/methodArrays (done in VM's lookup)
Sat, 27 Jan 1996 14:58:15 +0100 Stefan Vogel Use doWhile: instead of whileTrue in topological sort (is compiled to inlined code).
Fri, 26 Jan 1996 23:18:13 +0100 Claus Gittinger allow retrieval of variable/byte/word/float & double classes
Fri, 26 Jan 1996 22:42:43 +0100 Claus Gittinger *** empty log message ***
Fri, 26 Jan 1996 21:15:19 +0100 Claus Gittinger *** empty log message ***
Fri, 26 Jan 1996 21:03:07 +0100 Claus Gittinger *** empty log message ***
Thu, 25 Jan 1996 19:23:03 +0100 Claus Gittinger dont write change records when reading binary classes
Thu, 25 Jan 1996 19:22:35 +0100 Claus Gittinger commentary
Thu, 25 Jan 1996 19:22:17 +0100 Claus Gittinger dont write change records if the changed: arg is false
Thu, 25 Jan 1996 19:21:48 +0100 Claus Gittinger *** empty log message ***
Thu, 25 Jan 1996 17:22:29 +0100 Claus Gittinger also store the package in binaryClassStore
Thu, 25 Jan 1996 16:55:51 +0100 Claus Gittinger removed binary-storage stuff - it was not used anyway
Thu, 25 Jan 1996 16:55:30 +0100 Claus Gittinger also store comment; handle nil-subclasses
Thu, 25 Jan 1996 16:54:40 +0100 Claus Gittinger commentary
Thu, 25 Jan 1996 16:52:24 +0100 Claus Gittinger *** empty log message ***
Thu, 25 Jan 1996 00:02:47 +0100 Claus Gittinger *** empty log message ***
Wed, 24 Jan 1996 23:40:13 +0100 Claus Gittinger *** empty log message ***
Wed, 24 Jan 1996 21:48:38 +0100 Claus Gittinger oops
Wed, 24 Jan 1996 21:47:30 +0100 Claus Gittinger more on binary class storage (sourceMode argument)
Wed, 24 Jan 1996 21:47:08 +0100 Claus Gittinger to save or not to save sources (dep. on managers sourceMode)
Wed, 24 Jan 1996 20:45:18 +0100 Claus Gittinger optionally allow localSources to override sourceManager files
Wed, 24 Jan 1996 19:20:08 +0100 ah handle warnboxes during init
Wed, 24 Jan 1996 17:12:21 +0100 Claus Gittinger more integer decls for inlinable loops in sort methods
Tue, 23 Jan 1996 18:47:09 +0100 ah made notificationSignals children of QuerySignal
Mon, 22 Jan 1996 17:27:23 +0100 ah *** empty log message ***
Mon, 22 Jan 1996 14:20:41 +0100 Claus Gittinger use new metaclass entry when loading binary classes
Mon, 22 Jan 1996 14:20:03 +0100 Claus Gittinger *** empty log message ***
Mon, 22 Jan 1996 14:19:31 +0100 Claus Gittinger changed class creation to allow create including classInstVars (may be used to avoid recompilation)
Mon, 22 Jan 1996 14:18:17 +0100 Claus Gittinger read '<command>.pch' instead of 'patches' if it exists (allows per-application patches)
Thu, 18 Jan 1996 22:34:08 +0100 Claus Gittinger commentary
Thu, 18 Jan 1996 15:01:29 +0100 Claus Gittinger *** empty log message ***
Thu, 18 Jan 1996 01:43:40 +0100 Claus Gittinger *** empty log message ***
Thu, 18 Jan 1996 01:43:04 +0100 Claus Gittinger more on binary class storage
Thu, 18 Jan 1996 01:28:17 +0100 Claus Gittinger *** empty log message ***
Wed, 17 Jan 1996 19:37:22 +0100 Claus Gittinger do not remove a global-assoc when classes are removed (see comment there)
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip