Behavior.st
Tue, 20 Oct 2009 10:38:20 +0200 Claus Gittinger comment/format in: #implements: #includesSelector:
Sat, 10 Oct 2009 11:00:40 +0200 Claus Gittinger changed: #language
Mon, 05 Oct 2009 20:06:38 +0200 Claus Gittinger added: #programmingLanguage
Sun, 04 Oct 2009 09:23:20 +0200 Claus Gittinger changed: #definitionSelectors
Sun, 04 Oct 2009 09:22:39 +0200 Claus Gittinger changed: #definitionSelectors
Fri, 02 Oct 2009 09:54:44 +0200 Claus Gittinger *** empty log message ***
Mon, 21 Sep 2009 16:45:49 +0200 fm changed #language
Mon, 21 Sep 2009 14:39:30 +0200 Claus Gittinger comment
Wed, 16 Sep 2009 21:22:45 +0200 Claus Gittinger comments
Wed, 16 Sep 2009 21:21:59 +0200 Claus Gittinger comments
Tue, 17 Feb 2009 11:07:27 +0100 ca updateRequests
Tue, 17 Feb 2009 09:50:30 +0100 ca changed #addSelector:withMethod:
Mon, 16 Feb 2009 12:55:50 +0100 Claus Gittinger updateRequest
Mon, 08 Sep 2008 11:42:24 +0200 Claus Gittinger support for dolphin binary storage format
Sun, 07 Sep 2008 19:30:34 +0200 Claus Gittinger +lookupMethod:
Wed, 06 Aug 2008 12:26:10 +0200 Claus Gittinger conversion errors (specific error classes)
Wed, 09 Apr 2008 21:41:15 +0200 ab deepCopy change
Wed, 09 Apr 2008 11:55:51 +0200 Stefan Vogel Handle classes inheriting from nil correctly (Bugzilla Bug 822)
Tue, 05 Feb 2008 11:31:05 +0100 Stefan Vogel #classesSortedByLoadOrder: - use IdentitySet
Sun, 27 Jan 2008 17:09:39 +0100 Claus Gittinger isSharedPool pushed up
Fri, 31 Aug 2007 17:12:44 +0200 Claus Gittinger changed #primAddSelector:withMethod:
Tue, 24 Jul 2007 10:12:08 +0200 Claus Gittinger changed #anyInstance
Fri, 20 Jul 2007 13:23:11 +0200 Claus Gittinger icons in ToolbarIconLibrary
Mon, 11 Jun 2007 13:01:47 +0200 Claus Gittinger *** empty log message ***
Fri, 27 Apr 2007 14:26:36 +0200 ca +basicRemoveSelector
Fri, 27 Apr 2007 10:25:27 +0200 ca changed #includesSelector:
Thu, 05 Apr 2007 14:53:52 +0200 Stefan Vogel Take care of shared pools when computing class dependencies.
Wed, 28 Feb 2007 11:21:30 +0100 sr *** empty log message ***
Mon, 20 Nov 2006 12:56:42 +0100 Claus Gittinger *** empty log message ***
Fri, 10 Nov 2006 17:22:42 +0100 Claus Gittinger use isRealNameSpace
Thu, 12 Oct 2006 21:33:53 +0200 Claus Gittinger *** empty log message ***
Fri, 06 Oct 2006 11:50:09 +0200 Claus Gittinger protocol for startability via browser slightly changed
Mon, 25 Sep 2006 21:14:55 +0200 Stefan Vogel fix private class dependency handling in #classesSortedByLoadOrder:
Thu, 14 Sep 2006 11:30:30 +0200 Claus Gittinger *** empty log message ***
Thu, 24 Aug 2006 11:25:47 +0200 Claus Gittinger comment
Wed, 23 Aug 2006 16:06:55 +0200 Claus Gittinger boss stuff separated
Wed, 23 Aug 2006 16:03:23 +0200 Claus Gittinger boss stuff separated
Wed, 09 Aug 2006 14:02:44 +0200 Claus Gittinger less cache flushing, when removing a selector.
Mon, 07 Aug 2006 13:06:18 +0200 Claus Gittinger support for lazy methods ceased.
Mon, 17 Jul 2006 13:30:40 +0200 Claus Gittinger *** empty log message ***
Wed, 07 Jun 2006 17:37:28 +0200 Stefan Vogel Mark obsolete method
Mon, 06 Mar 2006 09:52:17 +0100 Claus Gittinger *** empty log message ***
Thu, 23 Feb 2006 22:34:26 +0100 Claus Gittinger readFromString allows for whiteSpace after reading
Thu, 23 Feb 2006 20:45:09 +0100 Claus Gittinger oops
Thu, 23 Feb 2006 18:54:08 +0100 Claus Gittinger readFromString: - allow for whitespace following the string
Tue, 18 Oct 2005 16:27:41 +0200 Claus Gittinger refactored
Fri, 14 Oct 2005 01:13:31 +0200 Claus Gittinger *** empty log message ***
Wed, 13 Jul 2005 14:50:41 +0200 Claus Gittinger *** empty log message ***
Fri, 08 Jul 2005 19:15:03 +0200 Claus Gittinger 64bit; mkSmallInteger
Fri, 08 Jul 2005 17:20:08 +0200 Claus Gittinger 64bit cleanup
Mon, 25 Apr 2005 15:43:11 +0200 Stefan Vogel #addSelectorWithMethod no longer returns a boolean
Wed, 20 Apr 2005 11:23:53 +0200 Claus Gittinger slight code cleanup
Tue, 12 Apr 2005 19:17:19 +0200 Stefan Vogel Rename #xxxRedefinitionSignal to #xxxRedefinitionNotification.
Tue, 01 Feb 2005 16:34:51 +0100 james *** empty log message ***
Tue, 21 Sep 2004 11:20:02 +0200 Stefan Vogel Moved #classPool from Behavior to Class.
Mon, 13 Sep 2004 10:54:32 +0200 ca *** empty log message ***
Fri, 10 Sep 2004 13:29:29 +0200 Claus Gittinger differenciate between readFrom: (which allows more text after read part)
Fri, 10 Sep 2004 12:41:49 +0200 Claus Gittinger change notification on method privacy change
Mon, 30 Aug 2004 20:25:24 +0200 Stefan Vogel typo in comment
Fri, 11 Jun 2004 20:22:16 +0200 Stefan Vogel Generalize visitor pattern and define #visit...:with: -methods instead
less more (0) -100 -60 tip