ObjectFileLoader.st
Mon, 19 Mar 2007 10:33:32 +0100 Stefan Vogel No need for a .def-file in win32 any longer
Thu, 15 Mar 2007 13:39:45 +0100 Claus Gittinger *** empty log message ***
Wed, 14 Mar 2007 20:52:54 +0100 Claus Gittinger allow both filename and string arg in loadDynamicObject.
Fri, 02 Mar 2007 16:05:47 +0100 Stefan Vogel more info when library cannot be loaded
Thu, 22 Feb 2007 17:44:58 +0100 Stefan Vogel Do not initialize an object file, if it has already been loaded&initialized before
Wed, 24 Jan 2007 16:11:47 +0100 Claus Gittinger *** empty log message ***
Fri, 19 Jan 2007 16:05:13 +0100 Claus Gittinger *** empty log message ***
Fri, 08 Dec 2006 21:21:21 +0100 Claus Gittinger *** empty log message ***
Fri, 08 Dec 2006 21:16:11 +0100 Claus Gittinger registration for extension modules changed (check for classes being present)
Wed, 06 Dec 2006 18:22:21 +0100 Claus Gittinger suppressable info messages
Wed, 06 Dec 2006 13:09:30 +0100 Claus Gittinger *** empty log message ***
Wed, 06 Dec 2006 11:51:23 +0100 Claus Gittinger initialize classes BEFORE asking for moduleInfo.
Tue, 07 Nov 2006 14:23:32 +0100 Claus Gittinger oops - initialization of single-method objects needs phase1
Fri, 08 Sep 2006 17:26:04 +0200 Claus Gittinger *** empty log message ***
Wed, 06 Sep 2006 10:54:19 +0200 Michael Beyl flush cache when init function was called (not when the dll was loaded)
Tue, 05 Sep 2006 15:36:34 +0200 Claus Gittinger *** empty log message ***
Tue, 29 Aug 2006 17:28:34 +0200 Claus Gittinger *** empty log message ***
Tue, 29 Aug 2006 17:11:31 +0200 Claus Gittinger *** empty log message ***
Thu, 22 Jun 2006 18:13:51 +0200 ca function registration handling
Thu, 22 Jun 2006 17:20:57 +0200 ca use invalidate to flush the code pointer of unloaded
Wed, 24 May 2006 10:52:22 +0200 Stefan Vogel WindCVS: ----------------------------------------------------------------------
Tue, 23 May 2006 19:49:45 +0200 Stefan Vogel UNLIMITEDSTACK for windows, too
Tue, 02 May 2006 18:35:48 +0200 Claus Gittinger allow for symbol-names
Mon, 24 Apr 2006 10:52:06 +0200 Claus Gittinger *** empty log message ***
Mon, 06 Mar 2006 10:00:14 +0100 Claus Gittinger *** empty log message ***
Wed, 08 Feb 2006 16:13:45 +0100 Claus Gittinger flags moved to ParserFlags
Mon, 11 Jul 2005 12:50:05 +0200 Claus Gittinger *** empty log message ***
Fri, 08 Jul 2005 19:30:17 +0200 Claus Gittinger *** empty log message ***
Fri, 08 Jul 2005 16:00:05 +0200 Claus Gittinger 64bit cleanup
Fri, 08 Jul 2005 10:30:43 +0200 Claus Gittinger separate setting for shared-link-arguments
Thu, 07 Jul 2005 18:25:54 +0200 Claus Gittinger *** empty log message ***
Thu, 07 Jul 2005 17:02:28 +0200 Claus Gittinger alpha64 vs. POINTER_SIZE cleanup
Tue, 21 Jun 2005 15:10:10 +0200 Stefan Vogel New: #moduleNamed:
Fri, 24 Sep 2004 17:02:43 +0200 Stefan Vogel Use class based signals
Fri, 13 Aug 2004 17:28:43 +0200 Stefan Vogel Setting __initializing is a bad idea! (my fault)
Thu, 29 Jul 2004 17:31:41 +0200 Stefan Vogel Avoid error messages about nil classes
Fri, 29 Aug 2003 18:34:15 +0200 Claus Gittinger class category: sends a change notification;
Sun, 02 Mar 2003 19:30:40 +0100 Stefan Vogel Handle openErrorSignal in preparition for change openErrorSignal
Wed, 08 Jan 2003 13:35:11 +0100 Claus Gittinger refactored
Mon, 22 Jul 2002 21:04:05 +0200 Claus Gittinger sharedLib loading (esp. freeBSD)
Thu, 28 Feb 2002 14:54:08 +0100 Claus Gittinger init of methodsOnly modules: call both phase0 and phase 2
Mon, 25 Feb 2002 20:58:58 +0100 Claus Gittinger implements -> includesSelector
Sat, 10 Nov 2001 02:06:10 +0100 Claus Gittinger checkin from browser
Sat, 10 Nov 2001 01:52:40 +0100 Claus Gittinger link flag setup (win32)
Thu, 16 Aug 2001 19:37:23 +0200 Claus Gittinger *** empty log message ***
Tue, 24 Jul 2001 18:53:48 +0200 Stefan Vogel printNL --> printCR
Wed, 22 Nov 2000 12:02:23 +0100 Claus Gittinger method category: and package: now send change notifications.
Wed, 22 Nov 2000 00:34:33 +0100 Claus Gittinger methods send category-change notifications themself
Tue, 08 Feb 2000 19:52:37 +0100 Stefan Vogel More Stack when calling init function.
Fri, 21 Jan 2000 11:48:43 +0100 tm do not loose classInstVars when reloading shared libs
Thu, 13 Jan 2000 14:33:48 +0100 Claus Gittinger added #sharedLibrarySuffix:
Mon, 10 Jan 2000 22:05:12 +0100 Claus Gittinger more oldSpace reserve (also a classVar to allow for dynamic change)
Thu, 23 Dec 1999 21:08:47 +0100 Claus Gittinger new cs32i.lib
Fri, 17 Dec 1999 12:45:38 +0100 Claus Gittinger *** empty log message ***
Wed, 15 Dec 1999 15:18:23 +0100 ca preallocate more oldSpace before loading a shared object
Mon, 04 Oct 1999 13:15:43 +0200 Claus Gittinger be less verbose
Tue, 21 Sep 1999 20:37:34 +0200 Claus Gittinger better diagnostics / revalidate after autoload during classLib loading
Thu, 16 Sep 1999 20:28:44 +0200 Claus Gittinger proper unregistration, when a classLib fails to load
Mon, 13 Sep 1999 16:19:04 +0200 Claus Gittinger checkin from browser
Fri, 10 Sep 1999 13:54:42 +0200 Claus Gittinger *** empty log message ***
less more (0) -100 -60 tip