Tue, 20 Feb 1996 20:35:01 +0100 Claus Gittinger checkin from browser
Tue, 20 Feb 1996 20:31:08 +0100 Claus Gittinger checkin from browser
Tue, 20 Feb 1996 17:32:47 +0100 Claus Gittinger max lineLength (in nextLine) increased to 16k
Mon, 19 Feb 1996 16:07:27 +0100 Stefan Vogel ST80 compatibility: generate signal at end of stream when instance variable
Mon, 19 Feb 1996 16:05:10 +0100 Stefan Vogel Use SetInspectorView.
Wed, 14 Feb 1996 12:12:28 +0100 Stefan Vogel Fix collect:, add expandTabs.
Sun, 11 Feb 1996 17:30:49 +0100 ca better check for overwriting sources
Sun, 11 Feb 1996 14:16:36 +0100 Claus Gittinger *** empty log message ***
Sun, 11 Feb 1996 14:11:49 +0100 Claus Gittinger *** empty log message ***
Sun, 11 Feb 1996 13:51:27 +0100 Claus Gittinger in standAloneMode: exit dispatch if last process dies and no more sema/timer waits are pending
Sun, 11 Feb 1996 13:49:43 +0100 Claus Gittinger more for standAlone (nonGraphical) mode
Sun, 11 Feb 1996 12:32:07 +0100 Claus Gittinger added query for standAlone operation
Sun, 11 Feb 1996 12:23:39 +0100 Claus Gittinger oops
Sun, 11 Feb 1996 12:22:50 +0100 Claus Gittinger changes for standAlone operation
Sat, 10 Feb 1996 13:27:13 +0100 Claus Gittinger correctly handling ignoredMethods
Sat, 10 Feb 1996 13:22:40 +0100 Claus Gittinger commentary & correctly handling ignoredMethods
Fri, 09 Feb 1996 19:15:25 +0100 Claus Gittinger checkin from browser
Fri, 09 Feb 1996 18:33:41 +0100 Claus Gittinger checkin from browser
Fri, 09 Feb 1996 18:29:16 +0100 Claus Gittinger more & better sourceHandling options
Fri, 09 Feb 1996 17:17:24 +0100 Claus Gittinger protect waitList from unwinding (remove my process from the list)
Fri, 09 Feb 1996 17:14:55 +0100 Claus Gittinger metaclasses return a valid binaryRevision, too
Fri, 09 Feb 1996 17:14:04 +0100 Claus Gittinger handle the case where a method has a sourceFileInfo, but the class has not
Fri, 09 Feb 1996 16:36:43 +0100 Claus Gittinger directly call __new if quick allocation fails;
Fri, 09 Feb 1996 13:22:34 +0100 Claus Gittinger dont use con args (use con argAt) - this avoids creating an array copy
Fri, 09 Feb 1996 13:21:43 +0100 Claus Gittinger commentary rel2_10_8_6_last_before_vmData_change
Fri, 09 Feb 1996 11:45:02 +0100 Claus Gittinger revision bump
Thu, 08 Feb 1996 23:21:23 +0100 Claus Gittinger added a method to fetch a unix processes' exitStatus (to avoid zombies)
Thu, 08 Feb 1996 22:47:08 +0100 Claus Gittinger be prepared for cheaters, subclassing Array returning invalid sizes ...
Thu, 08 Feb 1996 22:19:06 +0100 Claus Gittinger allow redefinition of #size in subclasses (optimized methods did not work in this case)
Thu, 08 Feb 1996 22:04:21 +0100 Claus Gittinger check signature in binaryLoad of classes
Thu, 08 Feb 1996 22:03:51 +0100 Claus Gittinger be careful with self modifying selectorArrays
Thu, 08 Feb 1996 20:24:42 +0100 Claus Gittinger careful with self-changing selectorArrays when recompiling classes
Wed, 07 Feb 1996 16:07:01 +0100 Claus Gittinger some can easily be compiled with optspace
Wed, 07 Feb 1996 16:06:24 +0100 Claus Gittinger added low-level b-command
Wed, 07 Feb 1996 15:11:43 +0100 Claus Gittinger added #setProject: (does not send change notifications)
Wed, 07 Feb 1996 15:10:54 +0100 Claus Gittinger set package info when autoloading
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).
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip