[squeak-dev] How to find...?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
81 messages Options
12345
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] How to find...?

Yoshiki Ohshima-2
  Thank you!

-- Yoshiki

At Mon, 25 Aug 2008 10:54:37 +0000,
[hidden email] wrote:

>
> hi folks,
>
> for the Connectors stuff, drm is me.
>
> i got Yoshiki's message about the new license and will print, sign, and fax.
>
> delbert
> >-----Original Message-----
> >From: Ken Causey [mailto:[hidden email]]
> >Sent: Sunday, August 24, 2008 03:24 PM
> >To: 'Ned Konz'
> >Cc: 'Yoshiki Ohshima', 'Matthew Fulmer', 'Squeak Devel List', [hidden email]
> >Subject: Re: [squeak-dev] How to find...?
> >
> >On Sun, 2008-08-24 at 10:46 -0700, Ned Konz wrote:
> >> On Aug 22, 2008, at 6:46 PM, Ken Causey wrote:
> >>
> >> > Resent with corrected address:
> >> >
> >> > mOn Fri, 2008-08-22 at 16:59 -0700, Yoshiki Ohshima wrote:
> >> >>>> 'drm'              '?'
> >> >>>
> >> >>> I'm also unable to find these initials.
> >> >>
> >> >>  This is in the Connectors package and I still couldn't find out.
> >> >
> >> > Then we should ask Ned about it, shouldn't we?  Ned do you recognize
> >> > these author initials?
> >>
> >> Honestly, I don't recall.
> >>
> >> And I'm moving between computers at this moment, so can't really get  
> >> to my old email.
> >>
> >> Could you contact him and ask?
> >
> >Who is 'him'?  Since this email we've realized that drm is in the old
> >list of initials as Delbert Murphy and he was Cc'ed on some later
> >messages in this thread (and I do so now).  I'm not sure why 'drm' was
> >in the list of 'questionables'.  Do you concur then that 'drm' is
> >Delbert or do you have someone else in mind?
> >
> >Ken
> >
> >>
> >> Ned
> >>
> >
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] How to find...?

Yoshiki Ohshima-2
In reply to this post by Ken Causey-3
> On the other hand, now that I look at this result again, and now that we
> include the SqueakLand, etc. updates in this search, why are we
> concerned about 'cE'?  It doesn't appear this code was ever distributed
> in a released image.  FlapsTest is itself not found anywhere else but
> this update.  Can't we just cross cE off the list?  Or does an update
> alone count?

  We can remove such methods.  It is more for the sake of
completeness.  I think it is somewhat embarrasing to have a piece of
code that we can't really tell from where it came from.

-- Yoshiki

  At the same time, we probably never know that where all the code
*really* came from for sure; but for the argument to other kind of
free software communities, that part is equally true to any other kind
of projects and we are not particularly doing bad.

  Or, maybe we are.  A project to which everything is published to a
password protected repository, and no harvesting from emails, they may
be able to make stronger claims.  (But again, they cannot say *for
sure*, as some account may be cracked by somebody else, or the account
holder may be just pushing something on behalf of somebody else.)

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
In reply to this post by Yoshiki Ohshima-2
  Hello,

  I'm still tracking the initials, and now looking at the main stream
image post 3.8 era.  For the 3.8 and Squeakland-Etoys stream, I
basically got all initials accounted, but in the line up to 3.10.2, I
still have following initials that I don't have the real name
associated with:

('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf' 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')

  Ken, can I challenge you to find out who they are? ^^;

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

keith1y

> ('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf' 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')
>
>   Ken, can I challenge you to find out who they are? ^^;
>
> -- Yoshiki
>  
kph is easy

Keith


Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
In reply to this post by Yoshiki Ohshima-2
  And, the current methods in 3.10.2 that have the authors who hasn't
turned in the agreement is about as follows:

  In the Etoys image, we took a measure to remove or revert methods so
now it is almost ready to ship as "fully-relicensed".  If we would
like to make 3.11 like that, we can do something similar to what the
Etoys people are doing:

  - Get rid of these tests from unsigned (i.e., inactive) members.
  - Revert MCP/KCP style contribution that makes no semantic differences.
  - Revert some more that makes very little semantic differences.
  - Rewrite some methods.
  - Forget about ScaledDecimal.

  For the post 3.8 contributions, some names are not really matched
against the changesets preambles, etc, and may not be associated with
initials correctly.  Somebody should do another pass to correct them.

-- Yoshiki

methods by Adam Franco
         'FileUrl' >> retrieveContents (ASF 4/30/2005 16:37)
         'MIMEDocument class' >> extendedMIMEdatabase (ASF 4/30/2005 17:14)

methods by ?
         'BagTest' >> testSortedCounts (EP 2/28/2006 09:48)
         'BagTest' >> testCreation (EP 2/28/2006 09:56)
         'BagTest' >> testCumulativeCounts (EP 2/28/2006 10:05)
         'BagTest' >> testEqual (EP 3/8/2006 08:39)
         'BagTest' >> testRemove (EP 2/28/2006 09:57)
         'BagTest' >> testSortedElements (EP 2/28/2006 09:48)
         'IdentityBagTest' >> testIdentity (EP 3/8/2006 09:50)

methods by Etan Wexler
         'HttpUrl' >> retrieveContentsArgs: (EW 4/30/2006 12:00)

methods by Greg Lewin?
         'SetTest' >> testAdd (GL 2/28/2006 08:26)
         'SetTest' >> testDo (GL 3/8/2006 09:23)
         'SetTest' >> setUp (GL 2/27/2006 21:30)
         'SetTest' >> testCollect (GL 3/8/2006 09:09)
         'SetTest' >> testRemoveIfAbsent (GL 3/8/2006 08:27)
         'SetTest' >> testRemove (GL 3/8/2006 08:20)
         'SetTest' >> testIntersection (GL 3/8/2006 09:55)
         'SetTest' >> testCopyWithout (GL 3/8/2006 00:06)
         'SetTest' >> testIllegal (GL 2/28/2006 08:23)
         'SetTest' >> testSize (GL 2/28/2006 09:51)
         'SetTest' >> testCopy (GL 2/28/2006 09:46)
         'SetTest' >> testGrow (GL 2/28/2006 08:27)
         'SetTest' >> testAtRandom (GL 2/28/2006 09:25)
         'SetTest' >> testUnion (GL 3/8/2006 00:50)
         'SetTest' >> testIncludes (GL 2/27/2006 21:42)
         'SetTest' >> testOccurrences (GL 2/28/2006 08:27)
         'SetTest' >> testAsSet (GL 3/16/2006 10:37)
         'SetTest' >> testAddWithOccurences (GL 3/16/2006 10:36)
         'SetTest' >> testLike (GL 2/28/2006 09:07)

methods by ?
         'Integer' >> hex (JPF 6/26/2007 21:11)
         'HexTest' >> testColorPrintHtmlString (JPF 6/26/2007 10:39)
         'HexTest' >> testIntegerHex (JPF 6/26/2007 10:21)
         'HexTest' >> testCharacterHex (JPF 6/26/2007 10:26)
         'HexTest' >> testStringAsHex (JPF 6/26/2007 10:44)

methods by Maarten Maartensz
         'StandardFileMenu class' >> oldFileFrom:withPattern: (MM 4/6/2004 22:56)

methods by ?
         'DictionaryTest' >> testAddAssociation (NDCC 3/8/2006 08:14)
         'DictionaryTest' >> testRemoveKey (NDCC 3/8/2006 08:56)
         'DictionaryTest' >> testDictionaryConcatenation (NDCC 3/8/2006 08:16)
         'DictionaryTest' >> testAtPutNil (NDCC 3/8/2006 09:53)
         'DictionaryTest' >> testOccurrencesOf (NDCC 3/8/2006 09:41)
         'DictionaryTest' >> testIncludesAssociation (NDCC 3/8/2006 09:20)
         'DictionaryTest' >> testKeysDo (NDCC 3/8/2006 09:13)
         'DictionaryTest' >> testAtIfAbsent (NDCC 3/1/2006 14:27)
         'DictionaryTest' >> testAtPut (NDCC 3/8/2006 09:28)

methods by Phil Hudson
         'Boolean' >> ==> (PH 10/3/2003 08:10)

methods by Richard A. Harmon
         'Number' >> reciprocal (RAH 4/25/2000 19:49)
         'Number' >> asFloatQ (RAH 4/25/2000 19:49)
         'Number' >> adaptToScaledDecimal:andSend: (RAH 4/25/2000 19:49)
         'Number' >> fractionPart (RAH 4/25/2000 19:49)
         'Number' >> integerPart (RAH 4/25/2000 19:49)
         'Number' >> asFloatD (RAH 4/25/2000 19:49)
         'Number' >> raisedToInteger: (RAH 4/25/2000 19:49)
         'Number' >> asScaledDecimal: (RAH 4/25/2000 19:49)
         'Number' >> asFloatE (RAH 4/25/2000 19:49)
         'Fraction' >> reciprocal (RAH 4/25/2000 19:49)
         'Fraction' >> adaptToScaledDecimal:andSend: (RAH 4/25/2000 19:49)
         'Float' >> adaptToScaledDecimal:andSend: (RAH 4/25/2000 19:49)
         'Float' >> printPaddedWith:to: (RAH 4/25/2000 19:49)
         'Float' >> reciprocal (RAH 4/25/2000 19:49)
         'Float' >> sqrt (RAH 4/25/2000 19:49)
         'Integer' >> // (RAH 4/25/2000 19:49)
         'Integer' >> adaptToScaledDecimal:andSend: (RAH 4/25/2000 19:49)
         'Integer' >> asScaledDecimal: (RAH 4/25/2000 19:49)
         'Integer' >> printPaddedWith:to: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> denominator (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> // (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> asFraction (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> numerator (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> printString (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> hash (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> reciprocal (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> asFloat (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> printOn: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> asScaledDecimal: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> setFraction:scale: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> asSpecies: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> squared (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> negated (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> isZero (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> truncated (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> adaptToInteger:andSend: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> scale (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> isScaledDecimal (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> fractionPart (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> adaptToFraction:andSend: (RAH 4/25/2000 19:49)
         'ScaledDecimal' >> integerPart (RAH 4/25/2000 19:49)
         'Character' >> codePoint (RAH 4/25/2000 19:49)
         'BlockContext' >> argumentCount (RAH 4/25/2000 19:49)
         'Fraction class' >> one (RAH 4/25/2000 19:49)
         'Float class' >> one (RAH 4/25/2000 19:49)
         'Integer class' >> one (RAH 4/25/2000 19:49)
         'ScaledDecimal class' >> one (RAH 4/25/2000 19:49)
         'ScaledDecimal class' >> zero (RAH 4/25/2000 19:49)
         'ScaledDecimal class' >> newFromNumber:scale: (RAH 4/25/2000 19:49)
         'Character class' >> codePoint: (RAH 4/25/2000 19:49)

methods by Roland Bertuli
         'Model' >> veryDeepInner: (RB 9/20/2001 16:25)

methods by Russell Swan
         'ScaleMorph' >> start:stop:minorTick:minorTickLength:majorTick:majorTickLength:caption:tickPrintBlock: (RCS 3/16/2000 14:54)
         'ScaleMorph' >> labelsAbove: (RCS 3/16/2000 00:38)
         'ScaleMorph' >> extent: (RCS 3/16/2000 13:59)
         'ScaleMorph' >> tickPrintBlock: (RCS 3/15/2000 21:47)
         'ScaleMorph' >> start (RCS 3/15/2000 21:43)
         'ScaleMorph' >> start:stop:minorTick:minorTickLength:majorTick:majorTickLength:caption:tickPrintBlock:labelsAbove:captionAbove: (RCS 3/16/2000 15:09)
         'ScaleMorph' >> minorTickLength: (RCS 3/15/2000 21:46)
         'ScaleMorph' >> caption (RCS 3/15/2000 21:41)
         'ScaleMorph' >> stop: (RCS 3/15/2000 21:44)
         'ScaleMorph' >> start: (RCS 3/15/2000 21:43)
         'ScaleMorph' >> stop (RCS 3/15/2000 21:43)
         'ScaleMorph' >> drawTicksOn: (RCS 3/16/2000 14:19)
         'ScaleMorph' >> start:stop:minorTick:minorTickLength:majorTick:majorTickLength: (RCS 3/16/2000 14:55)
         'ScaleMorph' >> caption: (RCS 3/15/2000 21:42)
         'ScaleMorph' >> captionAbove: (RCS 3/16/2000 00:38)
         'ScaleMorph' >> drawOn: (RCS 3/15/2000 21:36)
         'ScaleMorph' >> majorTickLength: (RCS 3/15/2000 21:46)
         'ScaleMorph' >> checkExtent: (RCS 3/16/2000 13:58)

methods by Ranjan Bagchi
         'Number' >> raisedTo: (RJ 3/15/1999 19:35)

methods by Brian Payne
         'ChatNotes' >> updateNotes (TBP 2/23/2000 21:07)
         'ChatNotes' >> notesMenu: (TBP 2/23/2000 21:07)
         'ChatNotes' >> stop (TBP 2/23/2000 21:07)
         'ChatNotes' >> recorder (TBP 2/23/2000 21:07)
         'ChatNotes' >> initialExtent (TBP 2/23/2000 21:07)
         'ChatNotes' >> defaultBackgroundColor (TBP 2/23/2000 21:07)
         'AlertMorph' >> stepTime (TBP 3/5/2000 13:47)
         'AlertMorph' >> canHaveFillStyles (TBP 3/5/2000 13:47)
         'AudioChatGUI' >> defaultBackgroundColor (TBP 3/5/2000 16:22)
         'AudioChatGUI' >> initialExtent (TBP 3/5/2000 16:02)

methods by Brian Payne
         'AudioChatGUI' >> stop (Tbp 4/11/2000 16:49)

methods by ?
         'SkipListTest' >> testRandomLevel (YE 2/28/2006 09:45)
         'SkipListTest' >> testIfAbsent (YE 3/16/2006 10:50)
         'SkipListTest' >> testAtPutAlreadyPresent (YE 3/8/2006 10:00)
         'SkipListTest' >> testIfPresent (YE 3/16/2006 10:49)
         'SkipListTest' >> testCreation (YE 3/8/2006 09:56)
         'SkipListTest' >> testIsEqualTo (YE 3/16/2006 11:47)

methods by ?
         'MCTestCase' >> compileClass:source:category: (abc 2/16/2006 09:24)
         'MCMergeRecord' >> updateWorkingCopy (abc 2/13/2004 17:14)
         'MCMergeRecord' >> isAncestorMerge (abc 2/13/2004 17:14)
         'MCMergeRecord' >> version (abc 2/13/2004 15:52)
         'MCWorkingCopy' >> merged: (abc 2/13/2004 15:57)
         'MCRepositoryGroup' >> includesVersionNamed: (abc 11/6/2004 20:32)
         'MCVersion' >> merge (abc 2/13/2004 15:58)
         'MCVersionMerger' >> merge (abc 2/13/2004 17:15)
         'MCMergeRecord class' >> version: (abc 2/13/2004 15:52)
         'MCPackageLoader' >> initialize (abc 2/26/2007 21:39)

methods by Andreas Gerdes
         'TextPlusMorph' >> keyboardFocusChange: (ag 8/19/2004 04:53)

methods by Anoulak Kictiraz
         'Browser' >> classMessagesIndicated (ak 11/24/2000 21:46)

methods by Brian Keefer
         'SystemWindow' >> doFastFrameDrag: (bmk 3/19/2002 02:09)
         'SystemWindow' >> mouseMove: (bmk 3/19/2002 02:11)

methods by Cesare Marilungo?
         'OrderedCollectionTest' >> testWithCollect (cm 3/8/2006 10:02)
         'OrderedCollectionTest' >> testCollectFromTo (cm 3/8/2006 09:09)

methods by ?
         'ContextPart' >> doPrimitive:method:receiver:args: (dik 9/3/2007 13:00)

methods by Darryl Smith
         'ArchiveViewer' >> initializeToStandAlone (dls 10/22/2001 07:40)

methods by David N. Smith
         'Random' >> nextInt: (dns 8/26/2001 18:43)
         'SerialPort' >> openPort: (dns 6/27/2000 19:49)
         'SystemWindow' >> allowReframeHandles (dns 2/2/2000 14:20)
         'SystemWindow' >> allowReframeHandles: (dns 2/2/2000 14:20)

methods by Dean Swan
         'Browser' >> contentsSelection (drs 1/6/2003 16:11)

methods by Dwight Hughes
         'Integer' >> >> (dwh 8/18/1999 21:57)
         'Integer' >> tinyBenchmarks (dwh 11/21/1999 16:40)
         'Class' >> weakSubclass:instanceVariableNames:classVariableNames:poolDictionaries:category: (dwh 11/20/1999 23:44)
         'Color class' >> veryPaleRed (dwh 7/7/1999 23:56)
         'Color class' >> paleTan (dwh 7/7/1999 23:56)
         'Color class' >> paleYellow (dwh 7/7/1999 23:56)
         'Color class' >> paleMagenta (dwh 7/7/1999 23:56)
         'Color class' >> paleGreen (dwh 7/7/1999 23:56)
         'Color class' >> paleOrange (dwh 7/7/1999 23:56)
         'Color class' >> palePeach (dwh 7/7/1999 23:56)
         'Color class' >> paleBlue (dwh 7/7/1999 23:56)
         'Color class' >> paleRed (dwh 7/7/1999 23:56)
         'Color class' >> paleBuff (dwh 7/7/1999 23:56)
         'Color class' >> initializeNames (dwh 7/7/1999 23:57)

methods by ?
         'ObjectExplorerWrapper' >> asString (edt 5/26/2003 12:36)

methods by ?
         'PluggableListMorph' >> numSelectionsInView (ge 9/6/2006 19:02)
         'TransformMorph' >> numberOfItemsPotentiallyInViewWith: (ge 9/6/2006 17:51)

methods by Henrik Gedenryd
         'Object' >> notify: (hg 10/2/2001 20:49)
         'Object' >> initialDeepCopierSize (hg 11/23/1999 13:43)
         'BitBlt' >> cachedFontColormapFrom:to: (hg 6/27/2000 12:27)
         'PseudoClass' >> fileOutDefinitionOn: (hg 9/6/2000 12:45)
         'FileList2' >> openProjectFromFile (hg 8/3/2000 16:55)
         'Inspector' >> selectedSlotName (hg 10/8/2000 14:46)
         'ExternalStructureInspector' >> fieldList (hg 2/28/2000 14:20)
         'ExternalStructureInspector' >> replaceSelectionValue: (hg 2/28/2000 14:12)
         'ExternalStructureInspector' >> selection (hg 2/28/2000 14:22)
         'ObjectExplorer' >> label (hg 9/7/2001 12:12)
         'SimpleServiceEntry' >> requestSelector (hg 8/1/2000 19:49)
         'SimpleServiceEntry' >> useLineAfter (hg 8/1/2000 19:53)
         'SimpleServiceEntry' >> useLineAfter: (hg 8/1/2000 19:54)
         'SimpleServiceEntry' >> label (hg 8/3/2000 13:06)
         'Collection' >> topologicallySortedUsing: (hg 12/26/2001 23:53)
         'SequenceableCollection' >> explorerContents (hg 9/7/2001 12:01)
         'SortedCollection' >> sort:to: (hg 12/17/2001 20:22)
         'SortedCollection' >> sortTopologically (hg 1/2/2002 13:34)
         'SortedCollection' >> should:precede: (hg 12/17/2001 19:30)
         'Set' >> hasContentsInExplorer (hg 9/7/2001 11:51)
         'Set' >> explorerContents (hg 9/7/2001 11:51)
         'Dictionary' >> explorerContents (hg 10/3/2001 20:47)
         'FileDirectory' >> assureExistence (hg 2/2/2002 16:37)
         'MenuItemMorph' >> isEnabled: (hg 12/8/2001 13:22)
         'MenuItemMorph' >> deselectItem (hg 8/3/2000 15:21)
         'MenuMorph' >> add:target:selector:argumentList: (hg 8/3/2000 15:22)
         'MenuMorph' >> items (hg 8/3/2000 15:29)
         'MenuMorph' >> deleteIfPopUp (hg 8/3/2000 15:28)
         'SimpleButtonMorph' >> updateVisualState: (hg 6/27/2000 13:58)
         'HTTPSocket' >> getRestOfBuffer: (hg 2/11/2002 20:13)
         'HTTPSocket' >> getResponseUpTo: (hg 2/11/2002 13:55)
         'HTTPSocket' >> logToTranscript (hg 2/11/2002 19:47)
         'SecurityManager' >> storeSecurityKeys (hg 9/29/2001 14:35)
         'MessageNode' >> checkBlock:as:from: (hg 10/2/2001 21:08)
         'DeepCopier' >> initialize (hg 11/23/1999 13:36)
         'FileDirectoryTest' >> myDirectory (hg 2/2/2002 16:42)
         'FileDirectoryTest' >> myLocalDirectoryName (hg 2/2/2002 16:42)
         'FileDirectoryTest' >> myAssuredDirectory (hg 2/2/2002 16:44)
         'FileDirectoryTest' >> testDirectoryNamed (hg 2/2/2002 16:44)
         'ServerDirectory' >> isRoot (hg 9/29/2001 15:58)
         'ServerDirectory' >> getFileNamed:into: (hg 2/12/2002 11:44)
         'ServerDirectory' >> fileNames (hg 2/8/2002 00:04)
         'ServerDirectory' >> directoryNamed: (hg 2/8/2002 17:44)
         'ServerDirectory' >> containingDirectory (hg 9/29/2001 15:23)
         'ServerDirectory' >> fullNameFor: (hg 2/8/2002 17:39)
         'ServerDirectory' >> localName (hg 9/29/2001 15:35)
         'ServerDirectory' >> localPathExists: (hg 9/29/2001 14:57)
         'ServerDirectory' >> fileExists: (hg 2/5/2002 16:50)
         'FileContentsBrowser class' >> initialize (hg 8/3/2000 18:17)
         'ChangeList class' >> initialize (hg 8/3/2000 18:14)
         'SimpleServiceEntry class' >> provider:label:selector: (hg 8/1/2000 18:57)
         'FileStream class' >> initialize (hg 8/3/2000 18:00)
         'MacFileDirectory class' >> maxFileNameLength (hg 9/28/2001 15:23)
         'Form class' >> openAsBackground: (hg 8/3/2000 16:26)
         'Form class' >> rgbMul (hg 1/29/2001 17:28)
         'Form class' >> initialize (hg 8/3/2000 16:25)
         'Morph class' >> initialize (hg 8/3/2000 16:43)
         'ProjectViewMorph class' >> initialize (hg 8/3/2000 16:54)
         'ScorePlayerMorph class' >> initialize (hg 8/3/2000 17:27)
         'EventRecorderMorph class' >> initialize (hg 8/3/2000 17:25)
         'HTTPSocket class' >> userAgentString (hg 2/11/2002 11:31)
         'HTTPSocket class' >> httpGet:args:accept: (hg 2/12/2002 11:39)
         'ServerDirectory class' >> on: (hg 9/21/2001 16:40)
         'ServerDirectory class' >> transferServerDefinitionsToExternal (hg 9/29/2001 14:35)

methods by Helge Horch
         'Float' >> / (hh 10/3/2000 11:46)
         'Integer' >> \\\ (hh 8/4/2000 00:39)
         'Integer' >> raisedTo:modulo: (hh 8/4/2000 01:09)
         'SmallInteger' >> / (hh 10/3/2000 11:47)
         'SelectorBrowser' >> selectorMenu: (hh 1/20/2000 00:15)
         'DigitalSignatureAlgorithm' >> verifySignature:ofMessageHash:publicKey: (hh 8/3/2000 18:18)
         'DigitalSignatureAlgorithm' >> computeSignatureForMessageHash:privateKey: (hh 8/3/2000 18:17)
         'DigitalSignatureAlgorithm' >> generateKeySet (hh 8/3/2000 18:19)
         'DigitalSignatureAlgorithm' >> isProbablyPrime: (hh 8/3/2000 18:18)
         'EndOfStream' >> isResumable (hh 5/17/2000 00:30)

methods by ?
         'Point' >> theta (hk 11/10/2005 10:07)
         'PointTest' >> testTheta (hk 11/10/2005 10:09)

methods by Jose Laiolo
         'Sonogram' >> plotColumn: (jdl 3/28/2003 09:30)
         'SpeakerMorph' >> appendSample: (jdl 3/28/2003 09:38)
         'PasteUpMorph' >> selectedRect (jdl 3/28/2003 08:17)
         'MovieMorph' >> currentFrame (jdl 3/28/2003 08:03)
         'MovieMorph' >> setFrame: (jdl 3/28/2003 08:08)
         'TransformationMorph' >> scaleToMatch: (jdl 3/28/2003 08:13)
         'TableLayout' >> layoutLeftToRight:in: (jdl 3/28/2003 08:48)
         'TableLayout' >> minExtentHorizontal: (jdl 3/28/2003 08:37)
         'TableLayout' >> minExtentVertical: (jdl 3/28/2003 08:39)
         'TableLayout' >> layoutTopToBottom:in: (jdl 3/28/2003 08:50)
         'TableLayout' >> computeCellArrangement:in:horizontal:target: (jdl 3/28/2003 08:18)

methods by ?
         'SoundRecorder' >> isActive (jj 10/20/97 15:30)

methods by Jim Heyne
         'HandMorph' >> cursorBounds (jwh 6/5/2000 07:38)

methods by ?
         'Installer' >> validChangeSetName: (kb 12/18/2006 13:30)
         'Installer' >> newChangeSetFromStream:named: (kb 12/18/2006 13:01)
         'Installer' >> classChangeSorter (kb 12/18/2006 12:40)

methods by ?
         'DateAndTime' >> setJdn:seconds:nano:offset: (kph 10/13/2006 04:33)
         'MethodReference' >> stringVersionDefault (kph 12/16/2006 10:11)
         'MethodReference' >> asStringOrText (kph 12/16/2006 10:11)
         'MethodReference' >> setStandardClass:methodSymbol: (kph 12/16/2006 10:06)
         'DateAndTimeTest' >> testReadFrom (kph 12/19/2006 15:04)
         'DateAndTime class' >> initializeOffsets (kph 6/16/2007 06:51)
         'DateAndTime class' >> initialize (kph 6/13/2007 23:05)
         'DateAndTime class' >> localOffset (kph 6/13/2007 23:07)
         'DateAndTime class' >> startUp: (kph 12/13/2006 21:46)
         'DateAndTime class' >> milliSecondsSinceMidnight (kph 10/20/2007 13:56)
         'DateAndTime class' >> readFrom: (kph 12/19/2006 15:01)
         'DateAndTime class' >> millisecondClockValue (kph 12/11/2006 21:13)
         'DateAndTime class' >> totalSeconds (kph 12/9/2006 23:46)
         'DateAndTime class' >> clock (kph 12/11/2006 20:14)
         'DateAndTime class' >> todayAtNanoSeconds: (kph 12/11/2006 20:36)
         'DateAndTime class' >> todayAtMilliSeconds: (kph 12/11/2006 20:36)
         'Time class' >> now (kph 12/9/2006 10:18)
         'Time class' >> milliSecondsSinceMidnight (kph 12/9/2006 10:17)
         'Time class' >> secondsWhenClockTicks (kph 12/14/2006 01:43)
         'Installer class' >> classProjectLauncher (kph 2/14/2007 07:36)
         'Installer class' >> url: (kph 11/10/2006 00:48)
         'Installer class' >> do: (kph 1/11/2007 00:17)
         'Installer class' >> install: (kph 1/8/2007 07:42)
         'Installer class' >> path: (kph 1/16/2007 19:28)
         'Installer class' >> history (kph 1/10/2007 04:52)
         'Installer class' >> entities (kph 12/23/2006 05:46)
         'Installer class' >> skipLoadingTests (kph 12/21/2006 01:49)
         'Installer class' >> wsm (kph 11/12/2006 16:35)
         'Installer class' >> installUrl: (kph 1/8/2007 07:42)
         'Installer class' >> webSearchPath (kph 1/5/2007 00:18)
         'Installer class' >> websqueakmap (kph 10/21/2006 01:38)
         'Installer class' >> view: (kph 1/8/2007 08:37)
         'Installer class' >> unload: (kph 1/10/2007 15:27)
         'Installer class' >> cancelSkipLoadingTests (kph 12/21/2006 02:08)
         'Installer class' >> squeaksource (kph 11/17/2006 01:52)
         'Installer class' >> ss (kph 11/17/2006 01:53)
         'Installer class' >> squeakmap (kph 10/15/2006 06:37)
         'Installer class' >> classes (kph 1/5/2007 02:52)
         'Installer class' >> sm (kph 11/12/2006 16:30)
         'Installer class' >> websqueakmap: (kph 10/21/2006 01:38)
         'Installer class' >> mantis: (kph 12/21/2006 04:26)
         'Installer class' >> skipLoadingTests:during: (kph 1/4/2007 06:42)
         'Installer class' >> repository: (kph 11/12/2006 16:37)
         'Installer class' >> fixesApplied (kph 1/7/2007 16:13)
         'Installer class' >> mantis (kph 3/14/2007 21:07)
         'Installer class' >> smalltalkImage (kph 1/5/2007 02:50)
         'Installer class' >> sourceFiles (kph 1/5/2007 02:53)
         'Installer class' >> webSearchPathFrom: (kph 1/5/2007 04:19)
         'Installer' >> ditchOldChangeSetFor: (kph 1/30/2007 15:15)
         'Installer' >> classChangeSet (kph 11/16/2006 22:17)
         'Installer' >> mantisAction:reportOn: (kph 1/8/2007 11:19)
         'Installer' >> versions (kph 10/21/2006 05:50)
         'Installer' >> smVersions (kph 11/12/2006 16:54)
         'Installer' >> logErrorDuring: (kph 1/30/2007 01:28)
         'Installer' >> smSearch: (kph 11/12/2006 23:28)
         'Installer' >> classSARInstaller (kph 11/16/2006 15:40)
         'Installer' >> maRead:field: (kph 12/23/2006 04:50)
         'Installer' >> urlAction:reportOn: (kph 1/8/2007 11:19)
         'Installer' >> sm (kph 10/15/2006 06:55)
         'Installer' >> smPackageAndVersion (kph 10/17/2006 15:24)
         'Installer' >> user: (kph 10/15/2006 03:56)
         'Installer' >> httpGet: (kph 12/18/2006 06:50)
         'Installer' >> viewBug: (kph 12/23/2006 06:02)
         'Installer' >> password: (kph 10/15/2006 03:56)
         'Installer' >> actionMatch:reportOn:ifNoMatch: (kph 1/11/2007 00:22)
         'Installer' >> bug:view: (kph 1/8/2007 09:48)
         'Installer' >> messagesToSuppress: (kph 10/19/2006 06:55)
         'Installer' >> fixBug: (kph 12/18/2006 04:12)
         'Installer' >> urlView (kph 1/7/2007 02:16)
         'Installer' >> maStreamForFile: (kph 1/8/2007 09:48)
         'Installer' >> webFindUrlToDownload (kph 1/30/2007 00:53)
         'Installer' >> sm: (kph 10/15/2006 06:38)
         'Installer' >> classSMLoader (kph 2/1/2007 20:02)
         'Installer' >> ensureFixes: (kph 1/7/2007 16:18)
         'Installer' >> wsm: (kph 10/21/2006 01:37)
         'Installer' >> removeHtmlMarkupFrom: (kph 1/8/2007 11:16)
         'Installer' >> answers (kph 10/17/2006 13:06)
         'Installer' >> isSkipLoadingTestsSet (kph 12/21/2006 02:07)
         'Installer' >> markersTest (kph 12/21/2006 01:56)
         'Installer' >> maReadNotes: (kph 12/23/2006 05:54)
         'Installer' >> installCS:from: (kph 1/30/2007 01:06)
         'Installer' >> wsmReleasesFor: (kph 12/18/2006 06:50)
         'Installer' >> classMCHttpRepository (kph 11/17/2006 03:15)
         'Installer' >> markers: (kph 11/7/2006 05:06)
         'Installer' >> reportFor:page:on: (kph 1/8/2007 08:17)
         'Installer' >> mcRepository (kph 11/16/2006 17:47)
         'Installer' >> mcInstall (kph 11/17/2006 03:16)
         'Installer' >> classHTTPSocket (kph 11/16/2006 15:42)
         'Installer' >> packagesMatching: (kph 11/12/2006 23:19)
         'Installer' >> bug:retrieve: (kph 1/8/2007 09:49)
         'Installer' >> webInstall (kph 1/30/2007 00:56)
         'Installer' >> justFixBug: (kph 1/4/2007 06:43)
         'Installer' >> maPage (kph 1/8/2007 09:54)
         'Installer' >> packages (kph 11/12/2006 16:23)
         'Installer' >> packages: (kph 11/7/2006 05:06)
         'Installer' >> user (kph 10/15/2006 04:15)
         'Installer' >> markersBegin (kph 12/21/2006 01:54)
         'Installer' >> logCR: (kph 12/18/2006 04:53)
         'Installer' >> answer:with: (kph 10/17/2006 13:07)
         'Installer' >> bug (kph 11/7/2006 05:06)
         'Installer' >> ensureFix: (kph 1/8/2007 10:10)
         'Installer' >> desc (kph 1/8/2007 07:22)
         'Installer' >> info (kph 11/12/2006 16:16)
         'Installer' >> wsmInstall (kph 1/8/2007 06:43)
         'Installer' >> desc: (kph 1/8/2007 07:22)
         'Installer' >> project: (kph 10/15/2006 06:33)
         'Installer' >> installDefault:from: (kph 1/8/2007 06:42)
         'Installer' >> setBug: (kph 1/30/2007 14:18)
         'Installer' >> printOn: (kph 11/8/2006 00:56)
         'Installer' >> installSAR:from: (kph 1/8/2007 06:42)
         'Installer' >> webAction:reportOn: (kph 1/8/2007 11:19)
         'Installer' >> urlInstall (kph 1/8/2007 07:03)
         'Installer' >> password (kph 10/15/2006 04:16)
         'Installer' >> wsm (kph 10/21/2006 01:37)
         'Installer' >> search: (kph 11/12/2006 23:19)
         'Installer' >> install:from: (kph 1/8/2007 06:43)
         'Installer' >> urlGet: (kph 1/10/2007 04:35)
         'Installer' >> isHtmlStream: (kph 1/10/2007 04:50)
         'Installer' >> mc (kph 10/15/2006 06:38)
         'Installer' >> maScript (kph 1/8/2007 10:01)
         'Installer' >> classSMSqueakMap (kph 11/16/2006 15:40)
         'Installer' >> withAnswersDo: (kph 10/21/2006 06:52)
         'Installer' >> url: (kph 11/7/2006 04:23)
         'Installer' >> log: (kph 12/18/2006 04:51)
         'Installer' >> justFixBug:date: (kph 1/4/2007 06:43)
         'Installer' >> package (kph 10/15/2006 04:05)
         'Installer' >> fixBug:date: (kph 1/8/2007 11:45)
         'Installer' >> ma: (kph 10/19/2006 07:07)
         'Installer' >> replaceEntitiesIn: (kph 1/8/2007 11:15)
         'Installer' >> mc: (kph 10/19/2006 07:07)
         'Installer' >> wsmPackagesByName (kph 12/18/2006 06:51)
         'Installer' >> package: (kph 10/15/2006 04:05)
         'Installer' >> unload: (kph 1/11/2007 02:03)
         'Installer' >> match: (kph 1/4/2007 23:59)
         'Installer' >> classMczInstaller (kph 11/17/2006 02:44)
         'Installer' >> classGZipReadStream (kph 11/16/2006 22:16)
         'Installer' >> wsmDownloadUrl (kph 12/18/2006 06:49)
         'Installer' >> mcVersions (kph 10/21/2006 05:47)
         'Installer' >> smReleasesForPackage: (kph 11/16/2006 15:40)
         'Installer' >> classMultiByteBinaryOrTextStream (kph 11/23/2006 03:18)
         'Installer' >> evaluate: (kph 1/8/2007 06:40)
         'Installer' >> open (kph 2/1/2007 20:01)
         'Installer' >> urlGet (kph 1/7/2007 02:15)
         'Installer' >> extractFromHtml:option: (kph 1/8/2007 11:14)
         'Installer' >> install: (kph 10/18/2006 11:29)
         'Installer' >> installMCZ:from: (kph 1/8/2007 06:42)
         'Installer' >> bug:fix:date: (kph 1/8/2007 10:08)
         'Installer' >> maUrlFor: (kph 12/18/2006 04:08)
         'Installer' >> maFiles (kph 1/8/2007 11:37)
         'Installer' >> skipTests (kph 12/21/2006 01:28)
         'Installer' >> bug:fix: (kph 12/18/2006 04:11)
         'Installer' >> markers (kph 1/4/2007 07:06)
         'Installer' >> installGZ:from: (kph 1/8/2007 06:42)
         'Installer' >> suppress: (kph 10/17/2006 14:30)
         'Installer' >> mcUrl (kph 12/17/2006 17:58)
         'Installer' >> markersEnd (kph 12/23/2006 04:02)
         'Installer' >> install (kph 1/5/2007 00:08)
         'Installer' >> ma (kph 10/19/2006 06:55)
         'Installer' >> smInstall (kph 10/21/2006 06:54)
         'Installer' >> url (kph 11/7/2006 04:23)
         'Installer' >> date: (kph 12/21/2006 02:42)
         'Installer' >> bindingOf: (kph 1/8/2007 00:11)
         'Installer' >> classMCMczReader (kph 11/17/2006 02:46)
         'Installer' >> urlToDownload (kph 1/4/2007 23:49)
         'Installer' >> viewUrl (kph 1/7/2007 15:57)
         'Installer' >> smPackages (kph 2/1/2007 19:14)
         'Installer' >> wsmVersions (kph 10/21/2006 06:04)
         'Installer' >> answers: (kph 10/19/2006 06:55)
         'Installer' >> reportSection:on: (kph 1/8/2007 11:20)
         'Installer' >> maCheckDateAgainst: (kph 12/21/2006 02:51)
         'Installer' >> classChangeList (kph 12/23/2006 02:05)
         'Installer' >> maUrl (kph 1/8/2007 09:54)
         'Installer' >> project (kph 10/15/2006 06:30)
         'Installer' >> bug: (kph 1/8/2007 09:48)
         'Installer' >> messagesToSuppress (kph 10/17/2006 14:30)

methods by ?
         'ParagraphEditor' >> backspace: (ktt 11/28/2005 12:16)

methods by Lothar Schenk
         'EventRecorderMorph class' >> openTapeFromFile: (los 2/26/2004 11:46)

methods by Michael Donegan
         'ListView' >> isSelectionBoxClipped (mkd 11/4/1999 14:31)

methods by ?
         'CategorizerTest' >> testRemoveNonExistingElement (mtf 9/10/2007 12:57)
         'CategorizerTest' >> testClassifyOldElementNewCategory (mtf 9/10/2007 10:17)
         'CategorizerTest' >> testClassifyOldElementOldCategory (mtf 9/10/2007 12:54)
         'CategorizerTest' >> testRemoveNonEmptyCategory (mtf 9/10/2007 12:59)
         'CategorizerTest' >> testClassifyNewElementNewCategory (mtf 9/10/2007 10:17)
         'CategorizerTest' >> testDefaultCategoryIsTransient (mtf 9/10/2007 10:22)
         'CategorizerTest' >> testNullCategory (mtf 9/11/2007 15:15)
         'CategorizerTest' >> testRemoveThenRename (mtf 9/11/2007 14:49)
         'CategorizerTest' >> testRemoveExistingElement (mtf 9/10/2007 12:55)
         'CategorizerTest' >> testClassifyNewElementOldCategory (mtf 9/10/2007 10:18)
         'CategorizerTest' >> testRemoveEmptyCategory (mtf 9/10/2007 12:57)
         'CategorizerTest' >> setUp (mtf 9/10/2007 10:10)
         'CategorizerTest' >> testUnchanged (mtf 9/10/2007 10:14)
         'CategorizerTest' >> testRemoveNonExistingCategory (mtf 9/10/2007 12:59)

methods by ?
         'MethodContext' >> isExecutingBlock (mvl 3/13/2007 11:42)
         'MethodContext' >> printString (mvl 3/13/2007 11:40)

methods by Maximialiano Taborda
         'TestCase' >> executeShould:inScopeOf:withExceptionDo: (mx 3/20/2006 23:32)
         'TestCase' >> fail (mx 3/13/2006 23:21)
         'TestCase' >> shouldFix: (mx 3/20/2006 21:29)
         'TestCase' >> should:raise:withExceptionDo: (mx 3/20/2006 23:52)
         'SUnitExtensionsTest' >> differentExceptionInShouldRaiseWithExceptionDoTest (mx 3/20/2006 23:47)
         'SUnitExtensionsTest' >> testAutoDenyFalse (mx 3/20/2006 21:16)
         'SUnitExtensionsTest' >> assertionFailedInRaiseWithExceptionDoTest (mx 3/20/2006 23:47)
         'SUnitExtensionsTest' >> errorInRaiseWithExceptionDoTest (mx 3/20/2006 23:47)
         'SUnitExtensionsTest' >> testNoExceptionInShouldRaiseWithExceptionDo (mx 3/20/2006 23:40)
         'SUnitExtensionsTest' >> testErrorInRaiseWithExceptionDo (mx 3/20/2006 23:40)
         'SUnitExtensionsTest' >> testAssertionFailedInRaiseWithExceptionDo (mx 3/20/2006 23:39)
         'SUnitExtensionsTest' >> testAutoAssertFalse (mx 3/20/2006 21:15)
         'SUnitExtensionsTest' >> noExceptionInShouldRaiseWithExceptionDoTest (mx 3/20/2006 23:47)
         'SUnitExtensionsTest' >> shouldRaiseWithExceptionDoTest (mx 3/20/2006 23:47)
         'SUnitExtensionsTest' >> shouldRaiseWithSignalDoTest (mx 3/20/2006 23:47)
         'SUnitExtensionsTest' >> testDifferentExceptionInShouldRaiseWithExceptionDo (mx 3/20/2006 23:40)
         'SUnitExtensionsTest' >> testShouldRaiseWithExceptionDo (mx 3/20/2006 23:40)

methods by ?
         'DictionaryTest' >> testPseudoVariablesAreValidKeys (ndCollectionsTests-Unordered 3/16/2006 10:29)
         'DictionaryTest' >> testValues (ndCollectionsTests-Unordered 3/16/2006 10:23)
         'DictionaryTest' >> testIncludesAssociationNoValue (ndCollectionsTests-Unordered 3/16/2006 10:25)
         'DictionaryTest' >> testAtError (ndCollectionsTests-Unordered 3/16/2006 10:26)
         'DictionaryTest' >> testKeys (ndCollectionsTests-Unordered 3/16/2006 10:23)
         'DictionaryTest' >> testKeyAtValue (ndCollectionsTests-Unordered 3/16/2006 10:24)
         'DictionaryTest' >> testAssociationsSelect (ndCollectionsTests-Unordered 3/16/2006 10:30)
         'DictionaryTest' >> testIncludesKey (ndCollectionsTests-Unordered 3/16/2006 10:24)

methods by ?
         'HeapTest' >> testRemove (nm 2/15/2006 09:55)
         'HeapTest' >> testAdd (nm 2/28/2006 09:37)
         'HeapTest' >> testHeap (nm 4/3/2006 11:27)
         'HeapTest' >> testDo (nm 4/3/2006 11:22)
         'HeapTest' >> testSortBlock (nm 4/3/2006 11:17)
         'HeapTest' >> testFirst (nm 2/28/2006 09:36)

methods by ?
         'MenuMorph' >> addTitle:icon:updatingSelector:updateTarget: (pf 11/15/2006 16:42)

methods by Philippe Marschall?
         'Object' >> isTrait (pmm 7/6/2006 20:46)
         'ParagraphEditor' >> browseIt (pmm 7/6/2006 20:50)
         'FloatTest' >> testInfinity3 (pmm 2/27/2006 10:49)
         'FloatTest' >> testNaN5 (pmm 2/27/2006 10:48)
         'FloatTest' >> testZero2 (pmm 2/27/2006 10:49)
         'Set class' >> rehashAllSets (pmm 7/9/2006 11:48)
         'Set class' >> new (pmm 7/9/2006 11:46)

methods by ?
         'StrikeFont' >> setupDefaultFallbackFont (rej 9/29/2007 09:02)
         'FixedFaceFont' >> initialize (rej 9/29/2007 09:04)
         'FloatTest' >> testNaN2 (rej 10/7/2007 20:40)
         'PCCByCompilationTest' >> cExternalCall1 (rej 11/26/2006 21:22)
         'PCCByCompilationTest' >> cFailedCall (rej 11/26/2006 21:22)
         'PCCByCompilationTest' >> cExternalCall2 (rej 11/26/2006 21:22)
         'PCCByCompilationTest' >> cRealExternalCallOrPrimitiveFailed (rej 11/26/2006 21:22)
         'PNGReadWriterTest' >> tearDown (rej 11/24/2006 18:24)
         'ChangeHooksTest' >> tearDown (rej 9/29/2007 10:24)
         'MCDefinition' >> addMethodAdditionTo: (rej 2/26/2007 18:45)
         'MCMethodDefinition' >> addMethodAdditionTo: (rej 2/26/2007 10:42)
         'MCFileRepositoryInspector' >> refresh (rej 2/21/2007 21:08)
         'StrikeFont class' >> defaultSized: (rej 9/29/2007 08:50)
         'MCPackageLoader' >> basicLoad (rej 2/26/2007 10:52)
         'MCPackageLoader' >> tryToLoad: (rej 2/26/2007 10:41)
         'MethodAddition' >> compile:classified:withStamp:notifying:logSource:inClass: (rej 2/25/2007 20:36)
         'MethodAddition' >> notifyObservers (rej 2/25/2007 22:12)
         'MethodAddition' >> writeSourceToLog (rej 2/25/2007 20:42)
         'MethodAddition' >> createCompiledMethod (rej 2/26/2007 05:17)
         'MethodAddition' >> compile (rej 2/26/2007 10:51)
         'MethodAddition' >> installMethod (rej 2/25/2007 22:09)

methods by Ricardo J. Ferreira
         'LedDigitMorph class' >> initialize (rjf 5/25/2000 00:16)

methods by Russell Penney
         'FileDirectory' >> oldFileOrNoneNamed: (rop 3/14/2004 13:52)

methods by Robert P. Jarvis
         'Interval' >> includes: (rpj 11/30/1999 11:04)

methods by Scott Crosby
         'SkipListNode' >> printOn: (sac 1/22/2002 17:22)
         'SkipList' >> keysAndValuesDo: (sac 1/25/2002 00:18)
         'SkipList' >> search:updating: (sac 1/22/2002 18:01)
         'SkipList' >> at:put:ifPresent: (sac 1/22/2002 18:23)
         'SkipList' >> do: (sac 1/23/2002 20:21)
         'SkipList' >> associationsDo: (sac 1/23/2002 20:24)
         'SkipList' >> remove:ifAbsent: (sac 1/22/2002 16:58)
         'SkipList' >> at:ifAbsent: (sac 1/22/2002 18:18)
         'SkipList' >> add:ifPresent: (sac 1/25/2002 12:26)
         'SkipList' >> keysDo: (sac 1/23/2002 20:22)
         'SkipList' >> at: (sac 1/22/2002 19:11)
         'SkipList' >> is:before: (sac 1/22/2002 17:50)
         'SkipList' >> add: (sac 1/22/2002 18:22)
         'SkipList' >> at:put: (sac 1/22/2002 18:22)
         'SkipList' >> is:theNodeFor: (sac 1/22/2002 18:04)
         'SkipList' >> search: (sac 1/22/2002 18:33)
         'SkipList' >> includes: (sac 1/22/2002 17:49)
         'SkipList' >> first (sac 1/22/2002 17:19)
         'SkipListNode class' >> on:level: (sac 1/22/2002 17:57)
         'SkipListNode class' >> key:value:level: (sac 1/22/2002 17:53)

methods by Stefan Kersten
         'WorldState' >> runStepMethodsIn: (sk 1/26/2003 18:31)
         'WorldState class' >> deferredExecutionTimeLimit (sk 1/26/2003 18:29)

methods by ?
         'MethodDictionary' >> do: (to 1/14/98 10:13)

methods by ?
         'UUniverse' >> buildPackageCache (tonyg 2/24/2005 20:14)

methods by ?
         'DependentsArray' >> size (tp 7/6/2006 11:11)

methods by Wayne Braun
         'Integer' >> bitInvert (wb 4/28/1998 12:17)
         'SmallInteger' >> bitShift: (wb 4/28/1998 12:17)
         'SmallInteger' >> bitXor: (wb 4/28/1998 12:17)
         'SmallInteger' >> bitAnd: (wb 4/28/1998 12:17)

methods by ?
         'CollectionTest' >> testPrintingArrayWithMetaclass (wbk 7/26/2007 12:41)
         'Metaclass' >> isSelfEvaluating (wbk 7/26/2007 12:41)

methods by Bill Cattey
         'XBMReadWriter' >> parseByteValue (wdc 2/2/1999 15:20)
         'XBMReadWriter' >> nextImage (wdc 2/1/1999 07:15)
         'XBMReadWriter class' >> initialize (wdc 2/2/1999 15:28)


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
In reply to this post by keith1y
At Fri, 19 Sep 2008 08:04:52 +0100,
Keith Hodges wrote:
>
>
> > ('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf' 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')
> >
> >   Ken, can I challenge you to find out who they are? ^^;
> >
> > -- Yoshiki
> >  
> kph is easy

  Who?

> Keith

  ... Nooooo!

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Edgar J. De Cleene



El 9/19/08 4:41 AM, "Yoshiki Ohshima" <[hidden email]> escribió:

> 'rej'
This should be Ralph

Edgar



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

NorbertHartl
In reply to this post by Yoshiki Ohshima-2
On Fri, 2008-09-19 at 00:41 -0700, Yoshiki Ohshima wrote:

> At Fri, 19 Sep 2008 08:04:52 +0100,
> Keith Hodges wrote:
> >
> >
> > > ('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf' 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')
> > >
> > >   Ken, can I challenge you to find out who they are? ^^;
> > >
> > > -- Yoshiki
> > >  
> > kph is easy
>
>   Who?
>
> > Keith
>
>   ... Nooooo!
>
Yes, it's him :)

I'm quite sure that

mtf is Matthew Fulmer
and tonyg is Tony Garnock-Jones

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
In reply to this post by Edgar J. De Cleene
At Fri, 19 Sep 2008 05:07:30 -0300,
Edgar J. De Cleene wrote:
>
>
> > 'rej'
> This should be Ralph

  That makes sense, given the methods with that initial.

  Thanks!

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
In reply to this post by NorbertHartl
At Fri, 19 Sep 2008 10:14:03 +0200,
Norbert Hartl wrote:
>
> I'm quite sure that
>
> mtf is Matthew Fulmer
> and tonyg is Tony Garnock-Jones

  That sounds right, but is there a preamble or a comment or something
that we can look at to be sure?

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

NorbertHartl
On Fri, 2008-09-19 at 01:33 -0700, Yoshiki Ohshima wrote:

> At Fri, 19 Sep 2008 10:14:03 +0200,
> Norbert Hartl wrote:
> >
> > I'm quite sure that
> >
> > mtf is Matthew Fulmer
> > and tonyg is Tony Garnock-Jones
>
>   That sounds right, but is there a preamble or a comment or something
> that we can look at to be sure?
>
The easiest is to go to www.squeaksource.com and look in the member
section. Ok, this could be coincidence, but..

dik = Denis Kudriashov
mvl = Martin v. Löwis
pf = Petr Fischer
nm = Nicolas Melin
hk = Harald Kopp
wbk = Bryce Kampjes
tonyg = Tony Garnock-Jones
mtf = Matthew Fulmer
kb = Ken Bryant
rej = Ralph Johnson

JPF, ktt (only as uppercase), ndCollectionsTests-Unordered and ge I
didn't find on squeaksource.

hope this helps,

Norbert


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
At Fri, 19 Sep 2008 10:44:38 +0200,
Norbert Hartl wrote:

>
> On Fri, 2008-09-19 at 01:33 -0700, Yoshiki Ohshima wrote:
> > At Fri, 19 Sep 2008 10:14:03 +0200,
> > Norbert Hartl wrote:
> > >
> > > I'm quite sure that
> > >
> > > mtf is Matthew Fulmer
> > > and tonyg is Tony Garnock-Jones
> >
> >   That sounds right, but is there a preamble or a comment or something
> > that we can look at to be sure?
> >
> The easiest is to go to www.squeaksource.com and look in the member
> section. Ok, this could be coincidence, but..
>
> dik = Denis Kudriashov
> mvl = Martin v. Löwis
> pf = Petr Fischer
> nm = Nicolas Melin
> hk = Harald Kopp
> wbk = Bryce Kampjes
> tonyg = Tony Garnock-Jones
> mtf = Matthew Fulmer
> kb = Ken Bryant
> rej = Ralph Johnson

  Ok.  It is good.  I'll later look at it a bit more close to find the
matching but don't think there will be a big surprise.

> JPF, ktt (only as uppercase), ndCollectionsTests-Unordered and ge I
> didn't find on squeaksource.

  As for ndCollectionsTests-Unordered, I would imagine that somebody
just pasted the content of copy buffer accidentally...

-- Yoshiki

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Tapple Gao
In reply to this post by Yoshiki Ohshima-2
On Thu, Sep 18, 2008 at 11:57:10PM -0700, Yoshiki Ohshima wrote:

>   Hello,
>
>   I'm still tracking the initials, and now looking at the main stream
> image post 3.8 era.  For the 3.8 and Squeakland-Etoys stream, I
> basically got all initials accounted, but in the line up to 3.10.2, I
> still have following initials that I don't have the real name
> associated with:
>
> ('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf' 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')
>
>   Ken, can I challenge you to find out who they are? ^^;
>
> -- Yoshiki
>

mtf is me. I'm not sure how you don't know. I'm registered at
both SqueakMap and Squeaksource. SqueakMap is the official
registry, no?

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Tapple Gao
On Fri, Sep 19, 2008 at 09:49:32AM -0700, Matthew Fulmer wrote:

> On Thu, Sep 18, 2008 at 11:57:10PM -0700, Yoshiki Ohshima wrote:
> >   Hello,
> >
> >   I'm still tracking the initials, and now looking at the main stream
> > image post 3.8 era.  For the 3.8 and Squeakland-Etoys stream, I
> > basically got all initials accounted, but in the line up to 3.10.2, I
> > still have following initials that I don't have the real name
> > associated with:
> >
> > ('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf' 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')
> >
> >   Ken, can I challenge you to find out who they are? ^^;
> >
> > -- Yoshiki
> >
>
> mtf is me. I'm not sure how you don't know. I'm registered at
> both SqueakMap and Squeaksource. SqueakMap is the official
> registry, no?

I'm sorry, my response was rather rude. I realize some things
tend to fall through the cracks.

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
At Fri, 19 Sep 2008 09:53:11 -0700,
Matthew Fulmer wrote:
>
> > mtf is me. I'm not sure how you don't know. I'm registered at
> > both SqueakMap and Squeaksource. SqueakMap is the official
> > registry, no?
>
> I'm sorry, my response was rather rude. I realize some things
> tend to fall through the cracks.

  No problem, because I have a perfect excuse.^^;

  Before this, I was only looking at the initials that exist in the
Etoys line.  Sorry for not doing a simple lookup at the regular
places.

-- Yoshiki


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Ken Causey-3
OK, so after looking through

http://map.squeak.org/accountsbyinitials

http://wiki.squeak.org/squeak/1011

http://wiki.squeak.org/squeak/8

Where does that leave us?  I'm a little bit busy right now, but I'll see
what I can do if there are any left unidentified.

Ken

On Fri, 2008-09-19 at 10:33 -0700, Yoshiki Ohshima wrote:

> At Fri, 19 Sep 2008 09:53:11 -0700,
> Matthew Fulmer wrote:
> >
> > > mtf is me. I'm not sure how you don't know. I'm registered at
> > > both SqueakMap and Squeaksource. SqueakMap is the official
> > > registry, no?
> >
> > I'm sorry, my response was rather rude. I realize some things
> > tend to fall through the cracks.
>
>   No problem, because I have a perfect excuse.^^;
>
>   Before this, I was only looking at the initials that exist in the
> Etoys line.  Sorry for not doing a simple lookup at the regular
> places.
>
> -- Yoshiki



signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

keith1y
Ken Causey wrote:
> OK, so after looking through
>
> http://map.squeak.org/accountsbyinitials
>
> http://wiki.squeak.org/squeak/1011
>
> http://wiki.squeak.org/squeak/8
>
>  
I am not expecting to have to sign anything given that my contributions
were not until long after the decision to leave Squeak L behind was made
public and go with Apache2 MIT etc was made public.

Keith


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Herbert König
In reply to this post by Yoshiki Ohshima-2
Hello Yoshiki,


YO> basically got all initials accounted, but in the line up to 3.10.2, I
YO> still have following initials that I don't have the real name
YO> associated with:

YO> ('dik' 'mvl' 'pf' 'nm' 'kph' 'JPF' 'hk' 'wbk' 'tonyg' 'mtf'
YO> 'ktt''ndCollectionsTests-Unordered' 'kb' 'rej' 'ge')

hk is me (Herbert König) as long as it's in Point, signed long ago.

Cheers,

Herbert                                        


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Herbert König
In reply to this post by NorbertHartl
Hello Norbert,

NH> hk = Harald Kopp

hk as in Point is me.


Cheers,

Herbert                                        


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: How to find...?

Yoshiki Ohshima-2
In reply to this post by Herbert König
  Hi, Herbert,

> hk is me (Herbert König) as long as it's in Point, signed long ago.

  Yes, we have the agreement from you.  And in my record, it was
associated with 'HK' (which doesn't have any methods), not 'hk'.

  'hk' has two methods:

 methods by Herbert Konig
         'Point' >> theta (hk 11/10/2005 10:07)
         'PointTest' >> testTheta (hk 11/10/2005 10:09)

(sorry not having umlaut there.)

 Thank you!

-- Yoshiki

12345