ByteCodeCompiler.st
Mon, 24 Mar 2003 22:57:37 +0100 Claus Gittinger allow compiling a method for a nil class
Sun, 02 Mar 2003 19:39:00 +0100 Stefan Vogel Handle openErrorSignal in preparition for change openErrorSignal
Tue, 25 Feb 2003 20:43:38 +0100 penk quotes around command if it includes spaces
Tue, 25 Feb 2003 12:48:47 +0100 Claus Gittinger code rewritten to be independent of stream zero-base
Mon, 24 Feb 2003 17:59:52 +0100 Claus Gittinger recompilation after correct-by-deleting unused local
Mon, 10 Feb 2003 17:39:10 +0100 penk *** empty log message ***
Fri, 31 Jan 2003 16:24:40 +0100 penk ignoreErrors / ignoreWarnings are not getters.
Wed, 29 Jan 2003 18:59:00 +0100 penk separated instance creation from parsing
Tue, 26 Nov 2002 10:08:11 +0100 Claus Gittinger dont share -0.0 with +0.0
Thu, 31 Oct 2002 14:50:20 +0100 Claus Gittinger default method category
Mon, 19 Aug 2002 18:18:47 +0200 Claus Gittinger preps for special variables
Fri, 26 Jul 2002 17:26:33 +0200 Stefan Vogel more bytecodes in #byteCodeFor class method
Wed, 19 Jun 2002 14:06:30 +0200 Claus Gittinger *** empty log message ***
Mon, 06 May 2002 08:12:44 +0200 Claus Gittinger better code to get errorMessages
Thu, 28 Feb 2002 14:55:49 +0100 Claus Gittinger refactored to invoke loadMethodObject, instead
Tue, 26 Feb 2002 14:07:09 +0100 Claus Gittinger #valueNowOrOnUnwindDo: -> #ensure:
Tue, 11 Dec 2001 18:47:10 +0100 Claus Gittinger *** empty log message ***
Wed, 05 Dec 2001 10:27:28 +0100 Claus Gittinger comment
Mon, 19 Nov 2001 09:05:17 +0100 Claus Gittinger *** empty log message ***
Thu, 15 Nov 2001 23:07:20 +0100 Claus Gittinger finished remove unused vars;
Thu, 15 Nov 2001 21:03:13 +0100 Claus Gittinger support compilation restart (after a fix)
Sat, 10 Nov 2001 01:50:26 +0100 Claus Gittinger better error msg
Mon, 05 Nov 2001 17:51:26 +0100 Claus Gittinger isMeta/soleInstance -> theMetaclass / theNonMetaclass
Wed, 10 Oct 2001 18:48:41 +0200 Claus Gittinger *** empty log message ***
Wed, 19 Sep 2001 12:56:48 +0200 Claus Gittinger oops - end of input check should not be done when simply evaluating
Tue, 24 Jul 2001 09:57:29 +0200 Stefan Vogel Remove unused method vars
Mon, 08 Jan 2001 14:12:12 +0100 Claus Gittinger *** empty log message ***
Tue, 19 Dec 2000 19:55:01 +0100 tm checkin from browser
Tue, 05 Dec 2000 15:55:55 +0100 Claus Gittinger disabled LazyMethodGeneration
Tue, 05 Dec 2000 14:55:49 +0100 Claus Gittinger cannot load machine-code without installing
Tue, 05 Dec 2000 12:00:53 +0100 Claus Gittinger *** empty log message ***
Mon, 04 Dec 2000 22:35:32 +0100 Claus Gittinger *** empty log message ***
Mon, 04 Dec 2000 22:24:00 +0100 Claus Gittinger checkin from browser
Sat, 02 Dec 2000 12:23:05 +0100 Claus Gittinger lazy loading of primitives
Fri, 01 Dec 2000 23:16:43 +0100 Claus Gittinger dont compile inline-c stuff lazy
Wed, 22 Nov 2000 12:02:23 +0100 Claus Gittinger method category: and package: now send change notifications.
Wed, 22 Nov 2000 00:38:16 +0100 Claus Gittinger methods send category-change notifications themself
Fri, 17 Nov 2000 17:44:16 +0100 Claus Gittinger when compiling machine code: must send a change notification
Mon, 06 Nov 2000 21:50:35 +0100 Claus Gittinger do not install machine-code methods if install is false.
Fri, 13 Oct 2000 14:41:36 +0200 Claus Gittinger comment
Fri, 13 Oct 2000 14:13:25 +0200 Claus Gittinger allow parametrizing the method class
Tue, 22 Aug 2000 13:09:59 +0200 Claus Gittinger keep previousVersion of method in changeSet
Thu, 20 Jul 2000 16:05:24 +0200 Claus Gittinger checkin from browser
Thu, 20 Jul 2000 16:04:02 +0200 Claus Gittinger package of lazy methods
Sun, 02 Jul 2000 14:51:34 +0200 Claus Gittinger rel5 migration
Mon, 26 Jun 2000 18:07:04 +0200 Claus Gittinger *** empty log message ***
Sat, 24 Jun 2000 17:42:54 +0200 Claus Gittinger *** empty log message ***
Tue, 20 Jun 2000 20:20:24 +0200 Claus Gittinger *** empty log message ***
Mon, 19 Jun 2000 14:03:02 +0200 Claus Gittinger newCode (for rel5)
Sat, 05 Feb 2000 14:35:26 +0100 Claus Gittinger byteCodes commented
Sat, 05 Feb 2000 14:08:43 +0100 Claus Gittinger byteCodes commented
Mon, 17 Jan 2000 12:26:38 +0100 Claus Gittinger category renamining
Thu, 23 Dec 1999 18:34:01 +0100 Claus Gittinger must set numArgs of lazyMethods.
Wed, 22 Sep 1999 18:58:57 +0200 Claus Gittinger private class-methods always get the owners package as id
Thu, 09 Sep 1999 19:01:00 +0200 Claus Gittinger *** empty log message ***
Thu, 09 Sep 1999 18:55:53 +0200 Claus Gittinger checkin from browser
Thu, 26 Aug 1999 13:54:14 +0200 Claus Gittinger package setting fixed
Mon, 02 Aug 1999 14:57:56 +0200 Claus Gittinger support exception handle/raise/unwind pragmas
Mon, 02 Aug 1999 13:37:07 +0200 Claus Gittinger pass down returnable-context flag via method.
Mon, 02 Aug 1999 10:56:07 +0200 Claus Gittinger checkin from browser
less more (0) -100 -60 tip