Mon, 01 Jul 1996 15:31:33 +0200 Claus Gittinger changed osTime to a largeInt, which includes the milliseconds
Mon, 01 Jul 1996 15:26:33 +0200 Claus Gittinger osTime is now a largeInteger, which includes the milliseconds.
Sun, 30 Jun 1996 13:02:29 +0200 Claus Gittinger limit displayString to 5000 characters
Sat, 29 Jun 1996 14:14:27 +0200 Claus Gittinger checkin from browser
Sat, 29 Jun 1996 11:44:00 +0200 Claus Gittinger commentary
Sat, 29 Jun 1996 11:43:34 +0200 Claus Gittinger added a Class: Smallinteger hint
Fri, 28 Jun 1996 17:42:51 +0200 Stefan Vogel Remove old methodArray and selectorArray stuff (use MethodDictionary only).
Fri, 28 Jun 1996 17:32:42 +0200 Stefan Vogel Move method's literals form literalArray to indexed instvars.
Fri, 28 Jun 1996 15:47:23 +0200 Claus Gittinger *** empty log message ***
Thu, 27 Jun 1996 12:37:56 +0200 Claus Gittinger fixed asLowercase / asUppercase for national characters
Wed, 26 Jun 1996 09:39:03 +0200 Claus Gittinger use skipThroughAll from superclass.
Wed, 26 Jun 1996 09:38:10 +0200 Claus Gittinger moved some skip methods from readStream;
Wed, 26 Jun 1996 09:37:38 +0200 Claus Gittinger moved some skip methods to superclass
Tue, 25 Jun 1996 21:39:33 +0200 Claus Gittinger nt fixes
Tue, 25 Jun 1996 21:37:23 +0200 Claus Gittinger dont access stdout on WIN32
Tue, 25 Jun 1996 10:14:04 +0200 Claus Gittinger added #collect:
Sat, 22 Jun 1996 18:34:58 +0200 Claus Gittinger block interrupts while updating a registry
Sat, 22 Jun 1996 18:33:06 +0200 Claus Gittinger comment
Sat, 22 Jun 1996 18:32:38 +0200 Claus Gittinger oops - correctly look for handlers when exceptions
Fri, 21 Jun 1996 22:50:53 +0200 Claus Gittinger *** empty log message ***
Thu, 20 Jun 1996 00:29:13 +0200 Stefan Vogel Change the name of a classes Metaclass from e.g. "SmallIntegerclass" to
Tue, 18 Jun 1996 17:14:55 +0200 Claus Gittinger allow registering some object twice (handle as registerChange:)
Tue, 18 Jun 1996 11:40:53 +0200 Claus Gittinger labels in empty statements need a semi
Mon, 17 Jun 1996 17:22:34 +0200 Claus Gittinger method timing info
Mon, 17 Jun 1996 17:18:40 +0200 Claus Gittinger checkin from browser
Mon, 17 Jun 1996 14:44:38 +0200 Claus Gittinger *** empty log message ***
Mon, 17 Jun 1996 14:41:46 +0200 Claus Gittinger *** empty log message ***
Mon, 17 Jun 1996 14:41:12 +0200 Claus Gittinger checkin from browser
Mon, 17 Jun 1996 10:13:50 +0200 Claus Gittinger check for destination overrun
Sat, 15 Jun 1996 15:25:22 +0200 Claus Gittinger checkin from browser
Sat, 15 Jun 1996 15:23:16 +0200 Claus Gittinger checkin from browser
Sat, 15 Jun 1996 15:21:21 +0200 Claus Gittinger checkin from browser
Sat, 15 Jun 1996 15:19:40 +0200 Claus Gittinger checkin from browser
Fri, 14 Jun 1996 16:07:25 +0200 Claus Gittinger checkin from browser
Fri, 14 Jun 1996 13:13:01 +0200 Claus Gittinger shrink weakArray when too sparsely filled
Thu, 13 Jun 1996 17:28:04 +0200 Claus Gittinger docu
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.
Thu, 13 Jun 1996 01:00:54 +0200 Stefan Vogel Cleanup #flush and #commit handling.
Thu, 13 Jun 1996 00:11:10 +0200 Stefan Vogel Use methodDictionary instead of selector/method arrays.
Thu, 13 Jun 1996 00:07:54 +0200 Stefan Vogel Add method #findFirstKey:
Mon, 10 Jun 1996 20:27:05 +0200 Claus Gittinger oops
Mon, 10 Jun 1996 19:26:24 +0200 Claus Gittinger checkin from browser
Mon, 10 Jun 1996 15:28:51 +0200 Claus Gittinger *** empty log message ***
Mon, 10 Jun 1996 15:25:29 +0200 Claus Gittinger checkin from browser
Wed, 05 Jun 1996 20:14:31 +0200 Claus Gittinger reload object modules earlier - some comments what is going on in #restart
Wed, 05 Jun 1996 17:24:33 +0200 Claus Gittinger layout stuff & comment
Tue, 04 Jun 1996 16:09:49 +0200 Claus Gittinger center methods should not use //
Tue, 04 Jun 1996 13:00:13 +0200 Stefan Vogel Fix initialize - method.
Tue, 04 Jun 1996 11:36:26 +0200 Claus Gittinger checkin from browser
Tue, 04 Jun 1996 11:26:28 +0200 Claus Gittinger first look for nil-entry in findKeyOrNil: - saves a compare in the good case, when adding new elements
Mon, 03 Jun 1996 18:48:57 +0200 Stefan Vogel instanceVariableString must not return instance variables of superclasses.
Mon, 03 Jun 1996 17:16:32 +0200 Claus Gittinger reduce all emphasis change messages to single #emphasis:
Mon, 03 Jun 1996 12:05:53 +0200 Claus Gittinger added #isPrinterStream
Sat, 01 Jun 1996 11:29:59 +0200 Claus Gittinger added #canBeFilled for protocol completeness
Wed, 29 May 1996 16:31:04 +0200 Claus Gittinger added #displayOn: as a common fallBack
Wed, 29 May 1996 15:19:03 +0200 Claus Gittinger fixed homeless-optimized-block printString
Wed, 29 May 1996 00:41:19 +0200 Claus Gittinger checkin from browser
Tue, 28 May 1996 13:29:43 +0200 Claus Gittinger checkin from browser
Sun, 26 May 1996 13:01:28 +0200 Claus Gittinger sunos has no __wait
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip