BCompiler.st
Mon, 11 Nov 1996 18:55:02 +0100 Claus Gittinger remove c intermediate file
Mon, 11 Nov 1996 17:57:05 +0100 Claus Gittinger getOSDefine in cFlags
Sun, 10 Nov 1996 14:16:15 +0100 Claus Gittinger removed debug-printOut
Sat, 09 Nov 1996 00:51:50 +0100 Claus Gittinger use #nextPutLine instead of #nextPutAll; #cr
Fri, 08 Nov 1996 15:37:23 +0100 Claus Gittinger cleanup
Fri, 08 Nov 1996 14:13:15 +0100 Claus Gittinger remember &, | and not in literal array
Tue, 05 Nov 1996 20:39:30 +0100 Claus Gittinger fixes for packageQuery
Tue, 05 Nov 1996 19:28:07 +0100 Claus Gittinger *** empty log message ***
Tue, 05 Nov 1996 18:02:06 +0100 Claus Gittinger more control over cc command;
Tue, 05 Nov 1996 12:22:14 +0100 Claus Gittinger *** empty log message ***
Fri, 01 Nov 1996 20:09:42 +0100 Claus Gittinger checkin from browser
Thu, 24 Oct 1996 16:23:58 +0200 Claus Gittinger bytecode changes - some more are now special-send codes
Mon, 21 Oct 1996 16:02:34 +0200 Claus Gittinger *** empty log message ***
Mon, 21 Oct 1996 13:51:16 +0200 Claus Gittinger prepare support for 16-bit lineNumbers
Sat, 12 Oct 1996 20:14:08 +0200 Claus Gittinger remove temp-st file in case of trouble
Sat, 12 Oct 1996 19:58:07 +0200 Claus Gittinger 6empty slots in GLOBL/CLASSVAR bytecodes removed
Tue, 08 Oct 1996 21:04:19 +0200 Claus Gittinger oops - the classes version method may not be lazy
Thu, 15 Aug 1996 18:35:37 +0200 Stefan Vogel Bad change in previous version. Need extra bytecode as jump target.
Sat, 10 Aug 1996 01:18:17 +0200 Stefan Vogel Optimize double #retSelf.
Mon, 05 Aug 1996 18:57:35 +0200 Claus Gittinger checkin from browser
Tue, 30 Jul 1996 20:06:33 +0200 Claus Gittinger check if createLoadableObject really did it
Fri, 12 Jul 1996 16:53:40 +0200 Claus Gittinger create temporary method object files in an extra directory;
Fri, 12 Jul 1996 12:11:07 +0200 Claus Gittinger include the processID in the dynamic modules name;
Fri, 12 Jul 1996 10:43:55 +0200 Claus Gittinger checkin from browser
Thu, 11 Jul 1996 13:37:23 +0200 Claus Gittinger oops - must write source as chunk (for exclas)
Tue, 09 Jul 1996 15:03:53 +0200 Claus Gittinger checkin from browser
Fri, 28 Jun 1996 17:32:43 +0200 Stefan Vogel Move method's literals form literalArray to indexed instvars.
Fri, 14 Jun 1996 13:19:30 +0200 Stefan Vogel Use OperatingSystem executeCommand:onError.
Mon, 20 May 1996 10:50:55 +0200 Claus Gittinger printNL -> printCR
Sat, 18 May 1996 16:43:32 +0200 Claus Gittinger set resourceFlag if method has a <resource> definition (prepare for fast search)
Thu, 25 Apr 1996 19:09:53 +0200 Claus Gittinger documentation
Thu, 25 Apr 1996 09:53:22 +0200 Claus Gittinger commentary
Sat, 20 Apr 1996 20:13:18 +0200 Claus Gittinger no need to send nextToken when parsing a method
Wed, 17 Apr 1996 22:40:34 +0200 Claus Gittinger oops - must check for receiver when attempting built-in basicNew
Sun, 14 Apr 1996 01:29:58 +0200 Claus Gittinger *** empty log message ***
Sun, 14 Apr 1996 01:09:01 +0200 Claus Gittinger new code for faster global pushes
Tue, 26 Mar 1996 17:23:27 +0100 Claus Gittinger oops - did not incrementally compile class-methods (shame on me)
Thu, 21 Mar 1996 16:18:14 +0100 Claus Gittinger allow constant folding to be turned off
Fri, 01 Mar 1996 00:12:23 +0100 Claus Gittinger new opcodes
Mon, 26 Feb 1996 15:43:21 +0100 Claus Gittinger *** empty log message ***
Mon, 26 Feb 1996 15:40:15 +0100 Claus Gittinger oops - couldn't compile for Object (no superclass)
Sat, 10 Feb 1996 19:33:23 +0100 Claus Gittinger more constant folding options rel2_10_8_6_last2
Fri, 09 Feb 1996 19:01:33 +0100 Claus Gittinger ask CCReader about the sourceMode
Fri, 09 Feb 1996 17:18:09 +0100 Claus Gittinger compare categoryStrings equal before writing a change record
Wed, 17 Jan 1996 19:39:23 +0100 Claus Gittinger moved bytecode query methods into compiler;
Wed, 17 Jan 1996 13:26:47 +0100 Claus Gittinger *** empty log message ***
Sat, 13 Jan 1996 16:27:27 +0100 Claus Gittinger share common byteCodes - just an idea and more is needed for most compact code
Thu, 11 Jan 1996 20:41:34 +0100 Claus Gittinger slightly faster lazy loading
Sun, 07 Jan 1996 14:07:29 +0100 Claus Gittinger *** empty log message ***
Wed, 03 Jan 1996 17:10:06 +0100 Claus Gittinger added query for fileFormat; moved link-code from BCompiler to ObjFLoader
Sun, 17 Dec 1995 16:22:53 +0100 Claus Gittinger prints replaced by infoPrint
Wed, 13 Dec 1995 20:45:43 +0100 Claus Gittinger give user a chance to choose between trapCode and original code if compilation to binary is not possible
Fri, 08 Dec 1995 00:41:40 +0100 Claus Gittinger *** empty log message ***
Thu, 07 Dec 1995 23:44:13 +0100 Claus Gittinger checkin from browser
Thu, 07 Dec 1995 10:38:36 +0100 Claus Gittinger dont forget package-info in compiled methods
Wed, 06 Dec 1995 13:42:24 +0100 Claus Gittinger method loading
Wed, 06 Dec 1995 11:50:20 +0100 Claus Gittinger optionally pass back return value of init function
Tue, 05 Dec 1995 15:06:38 +0100 Claus Gittinger *** empty log message ***
Sun, 03 Dec 1995 13:17:26 +0100 Claus Gittinger version method at the end
Thu, 23 Nov 1995 03:23:14 +0100 Claus Gittinger checkin from browser
less more (0) -100 -60 tip