Pharo-dev
By message
pharo-dev@lists.pharo.org
By month
Threads by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
May 2015
- 344 discussions
Branch: refs/tags/50039
Home: https://github.com/pharo-project/pharo-core
1
0
Branch: refs/tags/50038
Home: https://github.com/pharo-project/pharo-core
1
0
Branch: refs/heads/5.0
Home: https://github.com/pharo-project/pharo-core
Commit: 55a69b0645f398bb4d99610db20a900d1d56d864
https://github.com/pharo-project/pharo-core/commit/55a69b0645f398bb4d99610d…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2015-05-07 (Thu, 07 May 2015)
Changed paths:
M Nautilus.package/AbstractNautilusUI.class/class/menu/sourceCodeMenu_.st
M Nautilus.package/AbstractNautilusUI.class/definition.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/showGroups_.st
M Nautilus.package/AbstractNautilusUI.class/instance/build ui text/buildCodePane.st
M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithComment.st
R Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnBottom.st
R Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnLeft.st
M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnRight.st
R Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithCommentOnTop.st
M Nautilus.package/AbstractNautilusUI.class/instance/code panel/buildCodePanelWithoutComment.st
R Nautilus.package/AbstractNautilusUI.class/instance/source code area/lockTextArea.st
R Nautilus.package/AbstractNautilusUI.class/instance/source code area/lockTextArea_from_.st
R Nautilus.package/AbstractNautilusUI.class/instance/source code area/unlockTextArea_.st
R Nautilus.package/MultipleMethodsEditor.class/README.md
R Nautilus.package/MultipleMethodsEditor.class/definition.st
R Nautilus.package/MultipleMethodsEditor.class/instance/initialization/initialize.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/addHFill.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/addSplitterBetween_and_to_at_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/layoutFor_startingAt_finishingAt_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/newButtonFor_label_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/newButtonFor_value_label_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/newProportionalPanelMorph.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/newScrollPaneWithScroller_target_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/private/scrollFromEditor_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/addEditor_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/giveFocusToDefault.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/hasMultipleElements.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/hasSingleElement.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/removeEditor_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/rgiveFocusToCurrent.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/setCurrent_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/setDefault.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/updateButtonsStateFrom_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/protocol/updateScroller.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/addAllButton.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/addButtons.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/newAllButton.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateEditorsWith_over_into_.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateLayoutForMultiple.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateLayoutForSingle.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateLayoutForSingleWithButtons.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateScrollerWithMultipleElements.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateScrollerWithMultipleElementsWithoutButtons.st
R Nautilus.package/MultipleMethodsEditor.class/instance/updating/updateScrollerWithOneElement.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/README.md
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/class/instance creation/on_.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/definition.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/accessing/model.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/accessing/model_.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/initialization/initialize.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/protocol/action.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/protocol/label.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/protocol/setState_.st
R Nautilus.package/MultipleMethodsEditorAllButtonModel.class/instance/protocol/state.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/README.md
R Nautilus.package/MultipleMethodsEditorButtonModel.class/class/instance creation/on_label_target_.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/class/instance creation/on_value_label_target_.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/definition.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/accessing/label_.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/accessing/model.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/accessing/model_.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/accessing/target.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/accessing/target_.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/initialization/initialize.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/protocol/action.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/protocol/label.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/protocol/setState_.st
R Nautilus.package/MultipleMethodsEditorButtonModel.class/instance/protocol/state.st
M Nautilus.package/Nautilus.class/class/settings/nautilusSettingsOn_.st
M Nautilus.package/NautilusUI.class/instance/widget method/selectedMethod_.st
R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script646.st
A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script647.st
R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50037.st
A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50038.st
M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
50038
15499 post removal of multiwindow
https://pharo.fogbugz.com/f/cases/15499
http://files.pharo.org/image/50/50038.zip
1
0
[Review]: Issue 15503 Add RPackage>>#mcWorkingCopy for MCSliceInfo>>#makeSlice
by Sean P. DeNigris May 7, 2015
by Sean P. DeNigris May 7, 2015
May 7, 2015
It's really quick - 3 tiny methods changed and two tests added. The monkey
passed it and it's holding up two more fixes I want to do... Thanks :)
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Review-Issue-15503-Add-RPackage-mcWorkingCopy-for-MCS…
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
2
1
Good Morning,
I used NB to access openlog, closelog and syslog of libc and I am not sure
if I got it right but didnât really get further by browsing testcases/reading the
examples.
openlog(3) takes an âchar *identâ as first parameter and the caller needs to
make sure that the string passed remains valid until closelog is called.
My binding looks like this:
c_openlog: ident opt: aOpt facility: aFac
"openlog(const char *ident, int logopt, int facility);"
<primitive: #primitiveNativeCall module: #NativeBoostPlugin error: errorCode>
^self nbCall: #(void openlog(char *ident, int aOpt, int aFac))
And I call it like this:
Identity := anIdentity asNBExternalString.
self c_openlog: Identity opt: anOption facility: aFacility.
The things I am not sure with:
1.) is it right to use âchar *identâ instead of âString identâ? âStringâ will copy
the string by value but the pointer passed to openlog would be a pointer from
the C callstack?
2.) Am I right with the call to asNBExternalString?
3.) How does this integrate with GC and image quit/image resume? E.g. I could
use >>#freeAfterUse and if I do âIdentity := nilâ at some point free should be called
on the old string. Is there anything in the system that sets the address to 0x0 after
the image is starting?
thanks
holger
4
3
Branch: refs/tags/50037
Home: https://github.com/pharo-project/pharo-core
1
0
Branch: refs/heads/5.0
Home: https://github.com/pharo-project/pharo-core
Commit: 3ba71f9830807f1a1e1167a05dcbcae3245b50c1
https://github.com/pharo-project/pharo-core/commit/3ba71f9830807f1a1e1167a0…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2015-05-07 (Thu, 07 May 2015)
Changed paths:
M AST-Core.package/RBLiteralArrayToken.class/README.md
M AST-Core.package/RBMultiKeywordLiteralToken.class/README.md
M AST-Core.package/RBNumberLiteralToken.class/README.md
M AST-Core.package/RBPatternPragmaNode.class/README.md
M AST-Core.package/RBShortAssignmentToken.class/README.md
M AST-Tests-Core.package/RBParseTreeRewriterTest.class/README.md
M AST-Tests-Core.package/RBParseTreeSearcherTest.class/README.md
M AST-Tests-Core.package/RBReadBeforeWrittenTesterTest.class/README.md
M CollectionsTests.package/NullStreamTest.class/README.md
M CollectionsTests.package/OrderedIdentityDictionaryTest.class/README.md
M CollectionsTests.package/StreamBugsTest.class/README.md
M CompressionTests.package/ZipCrcTests.class/README.md
M CompressionTests.package/ZipWriteStreamTests.class/README.md
M ConfigurationOfFileSystemST.package/ConfigurationOfFileSystemST.class/README.md
M ConfigurationOfOSWindow.package/ConfigurationOfOSWindow.class/README.md
M FileSystem-Smalltalk.package/CompiledMethodMemoryHandle.class/README.md
M FileSystem-Smalltalk.package/FSSTFileNameEncoder.class/README.md
M FileSystem-Smalltalk.package/MethodFileNameEncoder.class/README.md
M FileSystem-Tests-Relative.package/RelativeFileSystemStoreTest.class/README.md
M FileSystem-Tests-Relative.package/RelativeFileSystemTest.class/README.md
M FuelTests.package/FLCompiledMethodSerializationTest.class/README.md
M FuelTests.package/FLDelayedSerializationMock.class/README.md
M FuelTests.package/FLDelayedSerializerMock.class/README.md
M FuelTests.package/FLProcessSerializationTest.class/README.md
M FuelTests.package/FLReplacementClassMock.class/README.md
M FuelTests.package/FLReplacementMock.class/README.md
M FuelTests.package/FLSimpleStackTest.class/README.md
M GT-Playground.package/GTPlayBindingDarkThemer.class/README.md
M GT-Playground.package/GTPlayBindingThemer.class/README.md
M GT-Playground.package/GTPlayPageCachePersistence.class/README.md
M GT-Playground.package/GTPlayPageFilePersistence.class/README.md
M GT-Playground.package/GTPlayPagePersistence.class/README.md
M GT-Playground.package/GTPlayPageStashPersistence.class/README.md
M GT-Playground.package/GTPlaygroundBindingsList.class/README.md
M GT-Playground.package/GTPlaygroundEditableTabLabel.class/README.md
M GT-Spotter.package/GTCurrentSpotterExceptionHandler.class/README.md
M GT-Spotter.package/GTFilter.class/README.md
M GT-Spotter.package/GTFilterAlike.class/README.md
M GT-Spotter.package/GTFilterBlock.class/README.md
M GT-Spotter.package/GTFilterRegex.class/README.md
M GT-Spotter.package/GTFilterStringMatch.class/README.md
M GT-Spotter.package/GTFilterSubstring.class/README.md
M GT-Spotter.package/GTFilterSubstrings.class/README.md
M GT-Spotter.package/GTNullFilter.class/README.md
M GT-Spotter.package/GTOrderedFilter.class/README.md
M GT-Spotter.package/GTSpotterActOn.class/README.md
M GT-Spotter.package/GTSpotterAllCandidatesAdded.class/README.md
M GT-Spotter.package/GTSpotterAllCandidatesRemoved.class/README.md
M GT-Spotter.package/GTSpotterBlockIterator.class/README.md
M GT-Spotter.package/GTSpotterBreadcrumbSeparatorRenderer.class/README.md
M GT-Spotter.package/GTSpotterBreadcrumbVisibilityChanged.class/README.md
M GT-Spotter.package/GTSpotterBrickDarkThemer.class/README.md
M GT-Spotter.package/GTSpotterBrickThemer.class/README.md
M GT-Spotter.package/GTSpotterCandidateAdded.class/README.md
M GT-Spotter.package/GTSpotterCandidateLink.class/README.md
M GT-Spotter.package/GTSpotterCandidateSelected.class/README.md
M GT-Spotter.package/GTSpotterCandidateSelectedMoved.class/README.md
M GT-Spotter.package/GTSpotterCandidatesAmountChanged.class/README.md
M GT-Spotter.package/GTSpotterCategoryBrick.class/README.md
M GT-Spotter.package/GTSpotterCategorySelected.class/README.md
M GT-Spotter.package/GTSpotterCategoryTitleBrick.class/README.md
M GT-Spotter.package/GTSpotterContentsBrick.class/README.md
M GT-Spotter.package/GTSpotterContext.class/README.md
M GT-Spotter.package/GTSpotterContextChanged.class/README.md
M GT-Spotter.package/GTSpotterCurrentStepChanged.class/README.md
M GT-Spotter.package/GTSpotterDebuggingExceptionHandler.class/README.md
M GT-Spotter.package/GTSpotterDeploymentExceptionHandler.class/README.md
M GT-Spotter.package/GTSpotterDiveInCategory.class/README.md
M GT-Spotter.package/GTSpotterDiveInElement.class/README.md
M GT-Spotter.package/GTSpotterDiveOut.class/README.md
M GT-Spotter.package/GTSpotterDoubleLinkedList.class/README.md
M GT-Spotter.package/GTSpotterDropDownMorph.class/README.md
M GT-Spotter.package/GTSpotterExceptionHandler.class/README.md
M GT-Spotter.package/GTSpotterExceptionHandlerNotFound.class/README.md
M GT-Spotter.package/GTSpotterExitAnnouncement.class/README.md
M GT-Spotter.package/GTSpotterHeaderBrick.class/README.md
M GT-Spotter.package/GTSpotterHideHints.class/README.md
M GT-Spotter.package/GTSpotterHidePreview.class/README.md
M GT-Spotter.package/GTSpotterItemActionbarBrick.class/README.md
M GT-Spotter.package/GTSpotterItemBrick.class/README.md
M GT-Spotter.package/GTSpotterIterator.class/README.md
M GT-Spotter.package/GTSpotterMorph.class/README.md
M GT-Spotter.package/GTSpotterPaneBrick.class/README.md
M GT-Spotter.package/GTSpotterPreviewArrowBrick.class/README.md
M GT-Spotter.package/GTSpotterPreviewBrick.class/README.md
M GT-Spotter.package/GTSpotterPrivacyAgreementNotificationBrick.class/README.md
M GT-Spotter.package/GTSpotterProcessorLink.class/README.md
M GT-Spotter.package/GTSpotterResultsBrick.class/README.md
M GT-Spotter.package/GTSpotterRevealHints.class/README.md
M GT-Spotter.package/GTSpotterScrollPageDown.class/README.md
M GT-Spotter.package/GTSpotterScrollPageUp.class/README.md
M GT-Spotter.package/GTSpotterSearchFinished.class/README.md
M GT-Spotter.package/GTSpotterSelectedCandidateChanged.class/README.md
M GT-Spotter.package/GTSpotterShowPreview.class/README.md
M GT-Spotter.package/GTSpotterStackedLayout.class/README.md
M GT-Spotter.package/GTSpotterStepAdded.class/README.md
M GT-Spotter.package/GTSpotterStepBreadcrumbItem.class/README.md
M GT-Spotter.package/GTSpotterStepPopped.class/README.md
M GT-Spotter.package/GTSpotterStepsBreadcrumb.class/README.md
M GT-Spotter.package/GTSpotterTriangleRenderer.class/README.md
M GT-Spotter.package/GTSpotterUIThreadStream.class/README.md
M GT-Spotter.package/GTSpotterWidgetDarkThemer.class/README.md
M GT-Spotter.package/GTStringFilter.class/README.md
M GT-Spotter.package/GTUnorderedFilter.class/README.md
M GT-SpotterExtensions-Core.package/GTFilterFileReference.class/README.md
M GT-SpotterExtensions-Core.package/GTFilterImplementor.class/README.md
M GT-SpotterExtensions-Core.package/extension/RPackage/instance/spotterActDefault.st
M GT-Tests-Inspector.package/GTInspectorExamplesTest.class/README.md
M GT-Tests-Inspector.package/GTInspectorVariableValuePairsTest.class/README.md
M GT-Tests-Playground.package/GTPlaygroundBasicTest.class/README.md
M GT-Tests-Spotter.package/GLMMockPagerModel.class/README.md
M GT-Tests-Spotter.package/GTImplementorsSpotterMock1.class/README.md
M GT-Tests-Spotter.package/GTMockSpotter.class/README.md
M GT-Tests-Spotter.package/GTMockSpotterStep.class/README.md
M GT-Tests-Spotter.package/GTMockSpotterStream.class/README.md
M GT-Tests-Spotter.package/GTMockSpotterTask.class/README.md
M GT-Tests-Spotter.package/GTSpotterA1.class/README.md
M GT-Tests-Spotter.package/GTSpotterA2.class/README.md
M GT-Tests-Spotter.package/GTSpotterA3.class/README.md
M GT-Tests-Spotter.package/GTSpotterCandidatesListTest.class/README.md
M GT-Tests-Spotter.package/GTSpotterDebuggingExceptionHandlerMock.class/README.md
M GT-Tests-Spotter.package/GTSpotterDeploymentExceptionHandlerMock.class/README.md
M GT-Tests-Spotter.package/GTSpotterDeploymentExceptionHandlerMock5.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock1.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock2.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock3.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock4.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock4Filter.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock5.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionMock5Filter.class/README.md
M GT-Tests-Spotter.package/GTSpotterExceptionsTest.class/README.md
M GT-Tests-Spotter.package/GTSpotterProcessorsForExamplesTest.class/README.md
M GT-Tests-Spotter.package/GTSpotterSmokeTest.class/README.md
M GT-Tests-Spotter.package/GTSpotterStepTest.class/README.md
M GT-Tests-Spotter.package/GTSpotterStreamMock.class/README.md
M GT-Tests-Spotter.package/GTSpotterTest.class/README.md
M Glamour-Browsers.package/GLMCustomCell.class/README.md
M Glamour-Browsers.package/GLMCustomColumn.class/README.md
M Glamour-Browsers.package/GLMCustomRow.class/README.md
M Glamour-Browsers.package/GLMDashboard.class/README.md
M Glamour-Browsers.package/GLMDashboardExtentStrategy.class/README.md
M Glamour-Browsers.package/GLMFillWidthAndHeightStrategy.class/README.md
M Glamour-Browsers.package/GLMFillWidthStrategy.class/README.md
M Glamour-Browsers.package/GLMRigidStrategy.class/README.md
M Glamour-Browsers.package/GLMValidator.class/README.md
M Glamour-Core.package/GLMAccordionArrangement.class/README.md
M Glamour-Core.package/GLMBoundPort.class/README.md
M Glamour-Core.package/GLMLabelPresentation.class/README.md
M Glamour-Core.package/GLMPopupAction.class/README.md
M Glamour-Core.package/GLMPortChangeAction.class/README.md
M Glamour-Core.package/GLMSpawnBrowserAction.class/README.md
M Glamour-Core.package/GLMStackedVerticallyArrangement.class/README.md
M Glamour-Core.package/GLMTabbedArrangement.class/README.md
M Glamour-Morphic-Brick-Tests.package/GLMBrickTests.class/README.md
M Glamour-Morphic-Brick.package/GLMAlertBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickBorder.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickBounds.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickDarkThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickGeneralWrapper.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickHeightTraverser.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutChildrenState.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutDummState.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutEvent.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutMyselfState.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutParentState.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutStacked.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutState.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickLayoutTraverser.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickMorphWrapper.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickPopupErrorDarkThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickPopupErrorThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickPopupHelpDarkThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickPopupHelpThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickPopupSuccessDarkThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickPopupSuccessThemer.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickScrollPositionChanged.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickThemerModule.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickWidthTraverser.class/README.md
M Glamour-Morphic-Brick.package/GLMBrickWrapper.class/README.md
M Glamour-Morphic-Brick.package/GLMCollapsableBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMEmptyPopupBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMFormSubmitted.class/README.md
M Glamour-Morphic-Brick.package/GLMHaloBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMHintableActionButtonBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMHorizontalLinearLayout.class/README.md
M Glamour-Morphic-Brick.package/GLMLinearLayout.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowListBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowPharoMethodBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowTableBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowTableColumn.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowTableRowBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMPhlowTextBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMPopupBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMRubTextAreaBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMRubTextScrollPane.class/README.md
M Glamour-Morphic-Brick.package/GLMScrollListBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMTreeBrick.class/README.md
M Glamour-Morphic-Brick.package/GLMVerticalLinearLayout.class/README.md
M Glamour-Morphic-Pager.package/GLMFocusedPageChanged.class/README.md
M Glamour-Morphic-Pager.package/GLMNumberOfVisiblePagesChanged.class/README.md
M Glamour-Morphic-Pager.package/GLMPagePoped.class/README.md
M Glamour-Morphic-Pager.package/GLMPagePopedAndReplaced.class/README.md
M Glamour-Morphic-Pager.package/GLMPagePushed.class/README.md
M Glamour-Morphic-Pager.package/GLMPageSwitched.class/README.md
M Glamour-Morphic-Pager.package/GLMPager.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerBarBrick.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerBoundsChanged.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerBrick.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerButtonAnnouncement.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerButtonClicked.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerButtonDeselected.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerButtonSelected.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerButtonsPaneBrick.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerException.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerModel.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerPreviewUpdate.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerScrollBrick.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerScrollButtonBrick.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerScrollPositionChanged.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerScrollSlidingBrick.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerSynchronizeScrollAnnouncement.class/README.md
M Glamour-Morphic-Pager.package/GLMPagerWidgetThemer.class/README.md
M Glamour-Morphic-Pager.package/GLMSelectedPageChanged.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicAccordionRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicAccumulatorRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicActionListRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicActionRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicBrowserRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicCompositeRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicDashboardRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicDiffRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicDropDownRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicDynamicRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicExpanderRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicFinderRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicFixedPanesFinderRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicLabelRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicListRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicListingRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicMorphRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicPaneRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicPaneWithoutTitleRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicPharoCodeRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicPharoMethodRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicPharoPlaygroundRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicPopupActionRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicRubricHighlightedTextRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicRubricTextRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicSingleSpotter.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicSmalltalkCodeRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicSpecRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicSpotter.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicSpotterTest.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicStackerRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicTabbedRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicTableRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicTabulatorRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicTextRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicTreeRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicValidatorPaneRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicValidatorRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicVariablePanesFinderRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicVerticallyStackedRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicWizardRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMMorphicWrapperRenderer.class/README.md
M Glamour-Morphic-Renderer.package/GLMSingleSpotterRequest.class/README.md
M Glamour-Morphic-Renderer.package/GLMSpotterRequest.class/README.md
M Glamour-Morphic-Theme.package/GLMActionBrickDarkThemer.class/README.md
M Glamour-Morphic-Theme.package/GLMActionBrickPopupDarkThemer.class/README.md
M Glamour-Morphic-Theme.package/GLMActionBrickPopupThemer.class/README.md
M Glamour-Morphic-Theme.package/GLMActionBrickThemer.class/README.md
M Glamour-Morphic-Theme.package/RubScrolledTextMorphThemerForGLMWhitespaceTheme.class/README.md
M Glamour-Morphic-Widgets.package/GLMActionAnnouncement.class/README.md
M Glamour-Morphic-Widgets.package/GLMButtonModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMDropDownListMorphSelectionChanged.class/README.md
M Glamour-Morphic-Widgets.package/GLMDropListModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMExpanderContentsNodeModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMExpanderLabelNodeModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMExpanderTreeMorphModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMKeyStroke.class/README.md
M Glamour-Morphic-Widgets.package/GLMMenuInvoked.class/README.md
M Glamour-Morphic-Widgets.package/GLMMenuItemSelected.class/README.md
M Glamour-Morphic-Widgets.package/GLMMorphTreeColumn.class/README.md
M Glamour-Morphic-Widgets.package/GLMMorphic.class/README.md
M Glamour-Morphic-Widgets.package/GLMMorphicIcons.class/README.md
M Glamour-Morphic-Widgets.package/GLMMorphicModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMMorphicPresentationToolbarModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMPaginatedMorphTreeMorph.class/README.md
M Glamour-Morphic-Widgets.package/GLMPaginatedResizableMorphTreeMorph.class/README.md
M Glamour-Morphic-Widgets.package/GLMPaneScroller.class/README.md
M Glamour-Morphic-Widgets.package/GLMRubricSmalltalkTextModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMRubricTextModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMSelectedTextChanged.class/README.md
M Glamour-Morphic-Widgets.package/GLMSmalltalkCodeModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMTextChanged.class/README.md
M Glamour-Morphic-Widgets.package/GLMTextModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMTreeMorphNodeModel.class/README.md
M Glamour-Morphic-Widgets.package/GLMTreeMorphSelectionChanged.class/README.md
M Glamour-Morphic-Widgets.package/GLMTreeMorphStrongSelectionChanged.class/README.md
M Glamour-Morphic-Widgets.package/LazyTabGroupMorph.class/README.md
M Glamour-Morphic-Widgets.package/LazyTabPage.class/README.md
M Glamour-Morphic-Widgets.package/LazyTabPageAnnouncement.class/README.md
M Glamour-Morphic-Widgets.package/LazyTabPageChanged.class/README.md
M Glamour-Morphic-Widgets.package/LazyTabPageRemoved.class/README.md
M Glamour-Rubric-Presentations.package/GLMHighlighterTextParserStyler.class/README.md
M Glamour-Rubric-Presentations.package/GLMHighlighterTextRubEditingMode.class/README.md
M Glamour-Rubric-Presentations.package/GLMHighlighterTextStylerDecorator.class/README.md
M Glamour-Rubric-Presentations.package/GLMRubricExample.class/README.md
M Glamour-Tests-Core.package/GLMAccumulatorTest.class/README.md
M Glamour-Tests-Core.package/GLMActionTest.class/README.md
M Glamour-Tests-Core.package/GLMAnnouncementPropagationTest.class/README.md
M Glamour-Tests-Core.package/GLMAnnouncerTest.class/README.md
M Glamour-Tests-Core.package/GLMBrowserTest.class/README.md
M Glamour-Tests-Core.package/GLMBundleTransmissionTest.class/README.md
M Glamour-Tests-Core.package/GLMCompositePresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMDashboardTest.class/README.md
M Glamour-Tests-Core.package/GLMDynamicPresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMExpanderTest.class/README.md
M Glamour-Tests-Core.package/GLMExplicitBrowserCopyTest.class/README.md
M Glamour-Tests-Core.package/GLMExplicitBrowserTest.class/README.md
M Glamour-Tests-Core.package/GLMExtensionsTest.class/README.md
M Glamour-Tests-Core.package/GLMFinderTest.class/README.md
M Glamour-Tests-Core.package/GLMFlexiblePresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMFormattedPresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMHelperTest.class/README.md
M Glamour-Tests-Core.package/GLMListPresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMLoggerTest.class/README.md
M Glamour-Tests-Core.package/GLMMockSimpleTransmission.class/README.md
M Glamour-Tests-Core.package/GLMNestedBrowserTest.class/README.md
M Glamour-Tests-Core.package/GLMNewScriptingTest.class/README.md
M Glamour-Tests-Core.package/GLMNoBrowserTest.class/README.md
M Glamour-Tests-Core.package/GLMPagerModelTest.class/README.md
M Glamour-Tests-Core.package/GLMPaneTest.class/README.md
M Glamour-Tests-Core.package/GLMPortEventTest.class/README.md
M Glamour-Tests-Core.package/GLMPortIdentifierTest.class/README.md
M Glamour-Tests-Core.package/GLMPortReferenceTest.class/README.md
M Glamour-Tests-Core.package/GLMPortTest.class/README.md
M Glamour-Tests-Core.package/GLMPresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMScriptingTest.class/README.md
M Glamour-Tests-Core.package/GLMTabulatorTest.class/README.md
M Glamour-Tests-Core.package/GLMTestAnnouncement.class/README.md
M Glamour-Tests-Core.package/GLMTestAnnouncement2.class/README.md
M Glamour-Tests-Core.package/GLMTestPane.class/README.md
M Glamour-Tests-Core.package/GLMTestPort.class/README.md
M Glamour-Tests-Core.package/GLMTextPresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMTransmissionContextTest.class/README.md
M Glamour-Tests-Core.package/GLMTransmissionScriptingTest.class/README.md
M Glamour-Tests-Core.package/GLMTransmissionTest.class/README.md
M Glamour-Tests-Core.package/GLMTreePresentationTest.class/README.md
M Glamour-Tests-Core.package/GLMWrapperTest.class/README.md
M Glamour-Tests-Core.package/GlamourousBenchmark.class/README.md
M Glamour-Tests-Morphic.package/GLMAccumulatorMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMActionsToolbarMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMCompositePresentationAsStartMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMCompositePresentationMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMDashboardMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMDropDownMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMDynamicMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMExpanderMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMFinderMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMListMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMMorphMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMMorphicExamplesTest.class/README.md
M Glamour-Tests-Morphic.package/GLMMorphicPharoCodeRendererTest.class/README.md
M Glamour-Tests-Morphic.package/GLMMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMPagerMorphTest.class/README.md
M Glamour-Tests-Morphic.package/GLMSmalltalkCodeMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMTableMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMTabulatorMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMTextMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMTreeMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMUpdateInterdependentPanesTest.class/README.md
M Glamour-Tests-Morphic.package/GLMUpdateMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMWatcherMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMWizardMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/GLMWrapperMorphicTest.class/README.md
M Glamour-Tests-Morphic.package/LazyTabGroupTest.class/README.md
M Glamour-Tests-Resources.package/GLMAnnouncingCollection.class/README.md
M Glamour-Tests-Resources.package/GLMItemAdded.class/README.md
M Glamour-Tests-Resources.package/GLMItemRemoved.class/README.md
M Glamour-Tests-Rubric.package/GLMRubricTextMorphicTest.class/README.md
M Graphics-Fonts-Tests.package/StandardSystemFontsTest.class/README.md
M Graphics-Tests.package/BMPReadWriterTest.class/README.md
M Graphics-Tests.package/BitBltClipBugsTest.class/README.md
M Graphics-Tests.package/BitBltTest.class/README.md
M Graphics-Tests.package/ColorTest.class/README.md
M Graphics-Tests.package/PNGReadWriterTest.class/README.md
M Graphics-Tests.package/RectangleTest.class/README.md
M KernelTests.package/BenchmarkResultTest.class/README.md
M KernelTests.package/DateParsingTests.class/README.md
M KernelTests.package/DelayMicrosecondSchedulerTest.class/README.md
M KernelTests.package/DelayNullSchedulerTest.class/README.md
M KernelTests.package/DelayTest.class/README.md
M KernelTests.package/DependentsArrayTest.class/README.md
M KernelTests.package/DosTimestampTest.class/README.md
M KernelTests.package/DurationTest.class/README.md
M KernelTests.package/TestValueWithinFix.class/README.md
M Keymapping-Tests.package/AbstractKeymappingTest.class/README.md
M Keymapping-Tests.package/KMCategoryTest.class/README.md
M Keymapping-Tests.package/KMCombinationTests.class/README.md
M Keymapping-Tests.package/KMDispatchChainTest.class/README.md
M Keymapping-Tests.package/KMDispatcherTestCase.class/README.md
M Keymapping-Tests.package/KMKeymapTest.class/README.md
M Keymapping-Tests.package/KMPerInstanceTests.class/README.md
M Keymapping-Tests.package/KMShortcutTest.class/README.md
M Keymapping-Tests.package/KeymapBuilderTest.class/README.md
M Metacello-Core.package/MetacelloAbstractConstructor.class/README.md
M Metacello-Core.package/MetacelloAbstractPackageSpec.class/README.md
M Metacello-Core.package/MetacelloAbstractVersionConstructor.class/README.md
M Metacello-Core.package/MetacelloAddMemberSpec.class/README.md
M Metacello-Core.package/MetacelloAllowConflictingProjectUpgrade.class/README.md
M Metacello-Core.package/MetacelloAllowLockedProjectChange.class/README.md
M Metacello-Core.package/MetacelloAllowProjectDowngrade.class/README.md
M Metacello-Core.package/MetacelloAllowProjectUpgrade.class/README.md
M Metacello-Core.package/MetacelloBaselineSpecGenerator.class/README.md
M Metacello-Core.package/MetacelloCannotUpdateReleasedVersionError.class/README.md
M Metacello-Core.package/MetacelloCleanLoadAndTestsNotification.class/README.md
M Metacello-Core.package/MetacelloCleanLoadNotification.class/README.md
M Metacello-Core.package/MetacelloCleanNotification.class/README.md
M Metacello-Core.package/MetacelloClearStackCacheNotification.class/README.md
M Metacello-Core.package/MetacelloConfigurationSpecGenerator.class/README.md
M Metacello-Core.package/MetacelloConflictingProjectError.class/README.md
M Metacello-Core.package/MetacelloCopyMemberSpec.class/README.md
M Metacello-Core.package/MetacelloErrorInProjectConstructionNotification.class/README.md
M Metacello-Core.package/MetacelloGenericProjectSpec.class/README.md
M Metacello-Core.package/MetacelloGroupSpec.class/README.md
M Metacello-Core.package/MetacelloLookupBaselineSpecForEnsureLoad.class/README.md
M Metacello-Core.package/MetacelloMemberListSpec.class/README.md
M Metacello-Core.package/MetacelloMemberSpec.class/README.md
M Metacello-Core.package/MetacelloMergeMemberSpec.class/README.md
M Metacello-Core.package/MetacelloMethodSection.class/README.md
M Metacello-Core.package/MetacelloMethodSectionPath.class/README.md
M Metacello-Core.package/MetacelloMethodSpec.class/README.md
M Metacello-Core.package/MetacelloPackageSpecResolutionError.class/README.md
M Metacello-Core.package/MetacelloPackagesSpec.class/README.md
M Metacello-Core.package/MetacelloPlatform.class/README.md
M Metacello-Core.package/MetacelloProject.class/README.md
M Metacello-Core.package/MetacelloProjectReferenceSpec.class/README.md
M Metacello-Core.package/MetacelloProjectRegistration.class/README.md
M Metacello-Core.package/MetacelloProjectRegistry.class/README.md
M Metacello-Core.package/MetacelloProjectSpec.class/README.md
M Metacello-Core.package/MetacelloProjectSpecForLoad.class/README.md
M Metacello-Core.package/MetacelloProjectSpecGenerator.class/README.md
M Metacello-Core.package/MetacelloProjectSpecLoadConflict.class/README.md
M Metacello-Core.package/MetacelloProjectSpecLoadError.class/README.md
M Metacello-Core.package/MetacelloRemoveMemberSpec.class/README.md
M Metacello-Core.package/MetacelloResolveProjectUpgrade.class/README.md
M Metacello-Core.package/MetacelloScriptEnsureProjectLoadedForDevelopment.class/README.md
M Metacello-Core.package/MetacelloScriptGitHubDownloadNotification.class/README.md
M Metacello-Core.package/MetacelloScriptImageExecutor.class/README.md
M Metacello-Core.package/MetacelloScriptNotification.class/README.md
M Metacello-Core.package/MetacelloScriptProjectSpecNotification.class/README.md
M Metacello-Core.package/MetacelloScriptRegistryExecutor.class/README.md
M Metacello-Core.package/MetacelloScriptingError.class/README.md
M Metacello-Core.package/MetacelloSkipDirtyPackageLoad.class/README.md
M Metacello-Core.package/MetacelloSpec.class/README.md
M Metacello-Core.package/MetacelloSpecLoader.class/README.md
M Metacello-Core.package/MetacelloStackCacheNotification.class/README.md
M Metacello-Core.package/MetacelloSymbolicVersionDoesNotExistError.class/README.md
M Metacello-Core.package/MetacelloSymbolicVersionMethodSpec.class/README.md
M Metacello-Core.package/MetacelloSymbolicVersionNotDefinedError.class/README.md
M Metacello-Core.package/MetacelloSymbolicVersionSpec.class/README.md
M Metacello-Core.package/MetacelloToolBoxConstructor.class/README.md
M Metacello-Core.package/MetacelloUseUpgradeError.class/README.md
M Metacello-Core.package/MetacelloValidationFailure.class/README.md
M Metacello-Core.package/MetacelloValidationIssue.class/README.md
M Metacello-Core.package/MetacelloValidationNotification.class/README.md
M Metacello-Core.package/MetacelloValueHolderSpec.class/README.md
M Metacello-Core.package/MetacelloVersion.class/README.md
M Metacello-Core.package/MetacelloVersionConstructor.class/README.md
M Metacello-Core.package/MetacelloVersionDefinitionError.class/README.md
M Metacello-Core.package/MetacelloVersionDiffReport.class/README.md
M Metacello-Core.package/MetacelloVersionDoesNotExistError.class/README.md
M Metacello-Core.package/MetacelloVersionMethodSection.class/README.md
M Metacello-Core.package/MetacelloVersionMethodSpec.class/README.md
M Metacello-Core.package/MetacelloVersionSpec.class/README.md
M Metacello-Core.package/MetacelloVersionValidator.class/README.md
M Metacello-GitHub.package/MCGitHubRepository.class/README.md
M Metacello-MC.package/MetacelloAtomicLoadDirective.class/README.md
M Metacello-MC.package/MetacelloCachingGoferResolvedReference.class/README.md
M Metacello-MC.package/MetacelloCommonMCSpecLoader.class/README.md
M Metacello-MC.package/MetacelloDirective.class/README.md
M Metacello-MC.package/MetacelloEnsureFetchingMCSpecLoader.class/README.md
M Metacello-MC.package/MetacelloExplicitLoadDirective.class/README.md
M Metacello-MC.package/MetacelloFetchingMCSpecLoader.class/README.md
M Metacello-MC.package/MetacelloGofer.class/README.md
M Metacello-MC.package/MetacelloGoferCommit.class/README.md
M Metacello-MC.package/MetacelloGoferLoad.class/README.md
M Metacello-MC.package/MetacelloGoferPackage.class/README.md
M Metacello-MC.package/MetacelloLinearLoadDirective.class/README.md
M Metacello-MC.package/MetacelloLoadData.class/README.md
M Metacello-MC.package/MetacelloLoaderPolicy.class/README.md
M Metacello-MC.package/MetacelloLoadingMCSpecLoader.class/README.md
M Metacello-MC.package/MetacelloMCBaselineOfProjectSpec.class/README.md
M Metacello-MC.package/MetacelloMCConfigurationOfProjectSpec.class/README.md
M Metacello-MC.package/MetacelloMCPartiallyLoadedStatus.class/README.md
M Metacello-MC.package/MetacelloMCProject.class/README.md
M Metacello-MC.package/MetacelloMCProjectSpec.class/README.md
M Metacello-MC.package/MetacelloMCVersion.class/README.md
M Metacello-MC.package/MetacelloMCVersionSpec.class/README.md
M Metacello-MC.package/MetacelloMCVersionSpecLoader.class/README.md
M Metacello-MC.package/MetacelloNullRecordingMCSpecLoader.class/README.md
M Metacello-MC.package/MetacelloPackageLoadDirective.class/README.md
M Metacello-MC.package/MetacelloPackageSpec.class/README.md
M Metacello-MC.package/MetacelloPostLoadDirective.class/README.md
M Metacello-MC.package/MetacelloPreLoadDirective.class/README.md
M Metacello-MC.package/MetacelloPrePostLoadDirective.class/README.md
M Metacello-MC.package/MetacelloRepositoriesSpec.class/README.md
M Metacello-MC.package/MetacelloRepositorySpec.class/README.md
M Metacello-MC.package/MetacelloVersionLoadDirective.class/README.md
M Metacello-MC.package/MetacelloVisitedPackages.class/README.md
M Metacello-Platform.package/MetacelloPharoPlatform.class/README.md
M Metacello-ProfStef.package/MetacelloConfigurationTutorialPart1.class/README.md
M Metacello-ProfStef.package/MetacelloConfigurationTutorialPart2.class/README.md
M Metacello-ProfStef.package/MetacelloDevelopmentProcess.class/README.md
M Metacello-ProfStef.package/MetacelloToolBoxTutorial.class/README.md
M Metacello-Reference.package/MetacelloReferenceConfig.class/README.md
M Metacello-TestsCore.package/MetacelloCommonVersionNumberTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloCoreIssue125TestCase.class/README.md
M Metacello-TestsCore.package/MetacelloCoreSymbolicVersionTest.class/README.md
M Metacello-TestsCore.package/MetacelloCoreVersionQueryTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloGroupSpecTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloPackagesSpecTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloProjectReferenceSpecTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloProjectSpecTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloSemanticVersionNumberTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloSpecTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloStackCacheTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloValueHolderSpecTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloVersionNumberTestCase.class/README.md
M Metacello-TestsCore.package/MetacelloVersionSpecTestCase.class/README.md
M Metacello-TestsMC.package/MetacelloDictionaryRepositoryTest.class/README.md
M Metacello-TestsMC.package/MetacelloTestsGoferCleanup.class/README.md
M Metacello-TestsMC.package/MetacelloTestsGoferUnload.class/README.md
M Metacello-TestsMCCore.package/MetacelloMCGroupSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloMCPackagesSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloMCProjectReferenceSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloMCProjectSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloMCValueHolderSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloMCVersionSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloPackageSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloRepositoriesSpecTestCase.class/README.md
M Metacello-TestsMCCore.package/MetacelloRepositorySpecTestCase.class/README.md
M Metacello-TestsMCResources.package/MetacelloAlternateResource.class/README.md
M Metacello-TestsMCResources.package/MetacelloAtomicConfigurationResource.class/README.md
M Metacello-TestsMCResources.package/MetacelloAtomicMonticelloResource.class/README.md
M Metacello-TestsMCResources.package/MetacelloConfigurationResource.class/README.md
M Metacello-TestsMCResources.package/MetacelloExampleProjectConfig.class/README.md
M Metacello-TestsMCResources.package/MetacelloIssue108Resource.class/README.md
M Metacello-TestsMCResources.package/MetacelloMCTestsAbstractConfig.class/README.md
M Metacello-TestsMCResources.package/MetacelloMonticelloResource.class/README.md
M Metacello-TestsMCResources.package/MetacelloScriptingResource.class/README.md
M Metacello-TestsMCResources.package/MetacelloTestsMCPackage.class/README.md
M Metacello-TestsPlatform.package/MetacelloRepositorySqueakCommonTestCase.class/README.md
M Metacello-Tutorial.package/MetacelloProjectRefTutorialConfig.class/README.md
M Metacello-Tutorial.package/MetacelloTutorialConfig.class/README.md
M Monticello-Tests.package/MCAncestryTest.class/README.md
M Monticello-Tests.package/MCChangeNotificationTest.class/README.md
M Monticello-Tests.package/MCClassDefinitionTest.class/README.md
M Monticello-Tests.package/MCDataStreamTest.class/README.md
M Monticello-Tests.package/MCDependencySorterTest.class/README.md
M Monticello-Tests.package/MCDictionaryRepositoryTest.class/README.md
M Monticello-Tests.package/MCDirectoryRepositoryTest.class/README.md
M Monticello-Tests.package/MCFileInTest.class/README.md
M Monticello-Tests.package/MCMczInstallerTest.class/README.md
M Monticello-Tests.package/MCMergingTest.class/README.md
M Monticello-Tests.package/MCMethodDefinitionTest.class/README.md
M Monticello-Tests.package/MCMockDependency.class/README.md
M Monticello-Tests.package/MCOrganizationTest.class/README.md
M Monticello-Tests.package/MCPackageTest.class/README.md
M Monticello-Tests.package/MCPatchTest.class/README.md
M Monticello-Tests.package/MCRepositoryAuthorizationTest.class/README.md
M Monticello-Tests.package/MCRepositoryTest.class/README.md
M Monticello-Tests.package/MCScannerTest.class/README.md
M Monticello-Tests.package/MCSerializationTest.class/README.md
M Monticello-Tests.package/MCSnapshotBrowserTest.class/README.md
M Monticello-Tests.package/MCSnapshotResource.class/README.md
M Monticello-Tests.package/MCSnapshotTest.class/README.md
M Monticello-Tests.package/MCSortingTest.class/README.md
M Monticello-Tests.package/MCStReaderTest.class/README.md
M Monticello-Tests.package/MCStWriterTest.class/README.md
M Monticello-Tests.package/MCTestCase.class/README.md
M Monticello-Tests.package/MCVersionTest.class/README.md
M Monticello-Tests.package/MCWorkingCopyTest.class/README.md
M Monticello.package/extension/RPackage/instance/mcPackage.st
A Monticello.package/extension/RPackage/instance/mcWorkingCopy.st
M MonticelloGUI.package/MCSliceInfo.class/instance/slice-making/makeSlice.st
M MonticelloMocks.package/MCMockASubclass.class/README.md
M MonticelloMocks.package/MCMockClassD.class/README.md
M MonticelloMocks.package/MCMockClassE.class/README.md
M MonticelloMocks.package/MCMockClassF.class/README.md
M MonticelloMocks.package/MCMockClassG.class/README.md
M MonticelloMocks.package/MCMockClassH.class/README.md
M MonticelloMocks.package/MCMockClassI.class/README.md
M Morphic-Base.package/DropFilesEvent.class/README.md
M Morphic-Base.package/NameStringInHalo.class/README.md
M Morphic-Base.package/NewHandleMorph.class/README.md
M Morphic-Base.package/ParagraphSelectionBlock.class/README.md
M Morphic-Base.package/SimpleBalloonMorph.class/README.md
M Morphic-Base.package/StackLayout.class/README.md
M Morphic-Base.package/TAbleToRotate.class/README.md
M Morphic-Base.package/TableLayoutProperties.class/README.md
M Morphic-Base.package/TextComposer.class/README.md
M Morphic-Widgets-Basic.package/MultistateLabelMorph.class/README.md
M Morphic-Widgets-Extra.package/DockingBarMenuMorph.class/README.md
M Morphic-Widgets-Pluggable.package/PluggableTextMorph.class/README.md
M Morphic-Widgets-Scrolling.package/IncrementalSliderMorph.class/README.md
M Morphic-Widgets-Scrolling.package/Slider.class/README.md
M Morphic-Widgets-Windows.package/CollapsedMorph.class/README.md
M MorphicTests.package/MCPTest.class/README.md
M MorphicTests.package/MorphicEventHandlerTest.class/README.md
M MorphicTests.package/PaginatedMorphTreeMorphTests.class/README.md
M MorphicTests.package/TextAnchorTest.class/README.md
M MorphicTests.package/TextLineTest.class/README.md
M MorphicTests.package/TextMorphTest.class/README.md
M MorphicTests.package/WindowAnnouncementTest.class/README.md
M NECompletion-Tests.package/NECClassVarTypeGuesserTest.class/README.md
M NECompletion-Tests.package/NECContextTest.class/README.md
M NECompletion-Tests.package/NECEntryTest.class/README.md
M NECompletion-Tests.package/NECInstVarTypeGuesserTest.class/README.md
M NECompletion-Tests.package/NECOverrideModelTest.class/README.md
M NECompletion-Tests.package/NECStringSortingTest.class/README.md
M NECompletion-Tests.package/NECTypedModelTest.class/README.md
M NECompletion-Tests.package/NECUntypedModelTest.class/README.md
M NativeBoost-Core.package/NBBool.class/README.md
M NativeBoost-Core.package/NBByteArrayPtr.class/README.md
M NativeBoost-Core.package/NBCodeGenerationError.class/README.md
M NativeBoost-Core.package/NBExternalAddressType.class/README.md
M NativeBoost-Core.package/NBExternalEnumerationType.class/README.md
M NativeBoost-Core.package/NBExternalLibraryWrapper.class/README.md
M NativeBoost-Core.package/NBExternalStructureFields.class/README.md
M NativeBoost-Core.package/NBExternalStructureType.class/README.md
M NativeBoost-Core.package/NBExternalUnion.class/README.md
M NativeBoost-Core.package/NBExternalUnionFields.class/README.md
M NativeBoost-Core.package/NBExternalUnionType.class/README.md
M NativeBoost-Core.package/NBFFICalloutAPI.class/README.md
M NativeBoost-Core.package/NBFloat128.class/README.md
M NativeBoost-Core.package/NBFloat32.class/README.md
M NativeBoost-Core.package/NBFloat64.class/README.md
M NativeBoost-Core.package/NBFnSpecParser.class/README.md
M NativeBoost-Core.package/NBMemoryBlock.class/README.md
M NativeBoost-Core.package/NBMemoryPage.class/README.md
M NativeBoost-Core.package/NBNativeCodeError.class/README.md
M NativeBoost-Core.package/NBNativeFunction.class/README.md
M NativeBoost-Core.package/NBNativeFunctionArgument.class/README.md
M NativeBoost-Core.package/NBProxyFunction.class/README.md
M NativeBoost-Core.package/NBSTIndirectArgument.class/README.md
M NativeBoost-Core.package/NBSessionChangeAnnouncement.class/README.md
M NativeBoost-Core.package/NBVoid.class/README.md
M NativeBoost-Core.package/NBWeakFinalizerItem.class/README.md
M NativeBoost-Core.package/TNBMemoryAccessors.class/README.md
M NativeBoost-Examples.package/NBCPrinter.class/README.md
M NativeBoost-Mac.package/NBMacConstants.class/README.md
M NativeBoost-Mac.package/NBMacExternalHeapManager.class/README.md
M NativeBoost-Mac.package/NativeBoostMac32.class/README.md
M NativeBoost-Pools.package/NativeBoostConstants.class/README.md
M NativeBoost-Tests.package/NBCoreTests.class/README.md
M NativeBoost-Tests.package/NBExternalAddressTests.class/README.md
M NativeBoost-Tests.package/NBExternalArrayTest.class/README.md
M NativeBoost-Tests.package/NBExternalEnumFromPairsTest.class/README.md
M NativeBoost-Tests.package/NBExternalEnumTests.class/README.md
M NativeBoost-Tests.package/NBExternalHeapManagerTests.class/README.md
M NativeBoost-Tests.package/NBFFICallbackTests.class/README.md
M NativeBoost-Tests.package/NBFFICalloutIndirectArgumentTests.class/README.md
M NativeBoost-Tests.package/NBFFICalloutTests.class/README.md
M NativeBoost-Tests.package/NBFFIExternalStructTests.class/README.md
M NativeBoost-Tests.package/NBFFIExternalUnionTests.class/README.md
M NativeBoost-Tests.package/NBFFIExternalValueTests.class/README.md
M NativeBoost-Tests.package/NBFnSpecParserTest.class/README.md
M NativeBoost-Tests.package/NBInterpreterProxyTest.class/README.md
M NativeBoost-Tests.package/NBMacSpecificTest.class/README.md
M NativeBoost-Tests.package/NBMockExternalHeapManager.class/README.md
M NativeBoost-Tests.package/NBMockExternalObject.class/README.md
M NativeBoost-Tests.package/NBMockExternalType.class/README.md
M NativeBoost-Tests.package/NBObjectFormat32Tests.class/README.md
M NativeBoost-Tests.package/NBPointerArgumentsTests.class/README.md
M NativeBoost-Tests.package/NBQSortCallback.class/README.md
M NativeBoost-Tests.package/NBTestCallbackReturnEnum.class/README.md
M NativeBoost-Tests.package/NBTestCallbackReturnEnum1.class/README.md
M NativeBoost-Tests.package/NBTestEnumeration.class/README.md
M NativeBoost-Tests.package/NBTestEnumerationFromPairs.class/README.md
M NativeBoost-Tests.package/NBTestExternalValue.class/README.md
M NativeBoost-Tests.package/NBTestNestedStructure.class/README.md
M NativeBoost-Tests.package/NBTestResources.class/README.md
M NativeBoost-Tests.package/NBTestStructure.class/README.md
M NativeBoost-Tests.package/NBTestStructure1byte.class/README.md
M NativeBoost-Tests.package/NBTestStructure2.class/README.md
M NativeBoost-Tests.package/NBTestStructure9bytes.class/README.md
M NativeBoost-Tests.package/NBTestStructureWithCallback.class/README.md
M NativeBoost-Tests.package/NBTestStructureWithPointer1.class/README.md
M NativeBoost-Tests.package/NBTestUnion1Byte.class/README.md
M NativeBoost-Tests.package/NBTestUnion2Pointers.class/README.md
M NativeBoost-Tests.package/NBTestUnionIntSize.class/README.md
M NativeBoost-Tests.package/NBTestUnionWithCallback.class/README.md
M NativeBoost-Tests.package/NBTestUnionWithStructure.class/README.md
M NativeBoost-Tests.package/NBTestUnionWithUnion.class/README.md
M NativeBoost-Tests.package/NBUnixSpecificTest.class/README.md
M NativeBoost-Tests.package/NBWin32PointTest.class/README.md
M NativeBoost-Tests.package/NBWin32SpecificTest.class/README.md
M NativeBoost-Tests.package/NBWin32WindowTest.class/README.md
M NativeBoost-Tests.package/NativeCodeTests.class/README.md
M NativeBoost-Unix.package/NBUnixConstants.class/README.md
M NativeBoost-Unix.package/NativeBoostLinux32.class/README.md
M NativeBoost-Win32.package/NBWideString.class/README.md
M NativeBoost-Win32.package/NBWin32Hdc.class/README.md
M NativeBoost-Win32.package/NBWin32Heap.class/README.md
M NativeBoost-Win32.package/NBWin32Point.class/README.md
M NativeBoost-Win32.package/NBWin32Rectangle.class/README.md
M NativeBoost-Win32.package/NBWin32Shell.class/README.md
M NativeBoost-Win32.package/NBWinConstants.class/README.md
M NativeBoost-Win32.package/NBWinTest.class/README.md
M NativeBoost-Win32.package/NBWinTypes.class/README.md
M NativeBoost-Win32.package/NBWndClassEx.class/README.md
M NativeBoost-Win32.package/NativeBoostWin32.class/README.md
M Nautilus-Tests.package/PackageTreeNautilusTest.class/README.md
M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/tests/testOpen.st
M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/tests/testOpenLastValueIsNil.st
M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/tests/testOpenLastValueNotNil.st
M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/tests/testOpenOnMethod.st
M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/tests/testPackagePatternString.st
M Nautilus-Tests.package/PackageTreeNautilusTest.class/instance/tests/testPackagePatternStringRootPackageTag.st
M Nautilus-Tests.package/SortHierarchicallyTests.class/README.md
M Nautilus.package/Nautilus.class/class/accessing/parentOfClass_.st
A Nautilus.package/Nautilus.class/class/class initialization/registerToolsOn_.st
M Nautilus.package/Nautilus.class/class/settings/nautilusSettingsOn_.st
A Nautilus.package/Nautilus.class/class/settings/showGroupsOnTop.st
A Nautilus.package/Nautilus.class/class/settings/showGroupsOnTop_.st
M Nautilus.package/Nautilus.class/definition.st
A Nautilus.package/Nautilus.class/instance/accessing/defaultUIClass.st
R Nautilus.package/Nautilus.class/instance/displaying/defaultUIClass.st
R Nautilus.package/Nautilus.class/instance/initialization/foo.st
A Nautilus.package/Nautilus.class/instance/package filter/packagePatternString_.st
M Nautilus.package/PackageTreeModel.class/instance/accessing/rootNodes.st
R Nautilus.package/PackageTreeNautilus.class/README.md
R Nautilus.package/PackageTreeNautilus.class/class/accessing/parentOfClass_.st
R Nautilus.package/PackageTreeNautilus.class/class/class initialization/registerToolsOn_.st
R Nautilus.package/PackageTreeNautilus.class/class/settings/nautilusSettingsOn_.st
R Nautilus.package/PackageTreeNautilus.class/class/settings/showGroupsOnTop.st
R Nautilus.package/PackageTreeNautilus.class/class/settings/showGroupsOnTop_.st
R Nautilus.package/PackageTreeNautilus.class/definition.st
R Nautilus.package/PackageTreeNautilus.class/instance/accessing/defaultUIClass.st
R Nautilus.package/PackageTreeNautilus.class/instance/package filter/packagePatternString_.st
M Nautilus.package/PackageTreeNautilusUI.class/instance/accessing/groupsAreVisible.st
M NautilusCommon.package/AnnotationRequest.class/README.md
M OpalCompiler-Tests.package/ASTTransformationPluginTest.class/README.md
M OpalCompiler-Tests.package/IRBuilderTest.class/README.md
M OpalCompiler-Tests.package/IRPrinterTest.class/README.md
M OpalCompiler-Tests.package/IRTransformTest.class/README.md
M OpalCompiler-Tests.package/IRVisitorTest.class/README.md
M OpalCompiler-Tests.package/MethodMapExamples.class/README.md
M OpalCompiler-Tests.package/MethodMapTests.class/README.md
M OpalCompiler-Tests.package/MockForCompilation.class/README.md
M OpalCompiler-Tests.package/MockTranscript.class/README.md
M OpalCompiler-Tests.package/MustBeBooleanTests.class/README.md
M OpalCompiler-Tests.package/MyBooleanObject.class/README.md
M OpalCompiler-Tests.package/OCASTCheckerTest.class/README.md
M OpalCompiler-Tests.package/OCASTClosureAnalyzerTest.class/README.md
M OpalCompiler-Tests.package/OCASTTranslatorTest.class/README.md
M OpalCompiler-Tests.package/OCArrayLiteralTest.class/README.md
M OpalCompiler-Tests.package/OCBC2IR2BCSymbolic.class/README.md
M OpalCompiler-Tests.package/OCBytecodeDecompilerExamplesTest.class/README.md
M OpalCompiler-Tests.package/OCBytecodeDecompilerTest.class/README.md
M OpalCompiler-Tests.package/OCBytecodeGeneratorTest.class/README.md
M OpalCompiler-Tests.package/OCCaseOfTest.class/README.md
M OpalCompiler-Tests.package/OCCleanBockTest.class/README.md
M OpalCompiler-Tests.package/OCClosureCompilerTest.class/README.md
M OpalCompiler-Tests.package/OCClosureTests.class/README.md
M OpalCompiler-Tests.package/OCCompiledMethodIntegrityTests.class/README.md
M OpalCompiler-Tests.package/OCCompilerExceptionsTest.class/README.md
M OpalCompiler-Tests.package/OCIfNotNilTests.class/README.md
M OpalCompiler-Tests.package/OCMockCompilationClass.class/README.md
M OpalCompiler-Tests.package/OCNewCompilerWithChangesFunctionalTests.class/README.md
M OpalCompiler-Tests.package/OCPragmaTest.class/README.md
M OpalCompiler-Tests.package/OCScannerTest.class/README.md
M OpalCompiler-Tests.package/OpalCompilerTests.class/README.md
M Polymorph-Widgets.package/ExpanderMorphAnnouncement.class/README.md
M Polymorph-Widgets.package/ExpanderMorphExpanded.class/README.md
M Polymorph-Widgets.package/PopupChoiceOrRequestDialogWindow.class/README.md
M RPackage-Tests.package/RPackageReleaseTest.class/README.md
M RPackage-Tests.package/RPackageRenameTest.class/README.md
M RPackage-Tests.package/RPackageStringExtensionTest.class/README.md
A RPackage-Tests.package/RPackageTest.class/instance/tests-MC/testMcPackage.st
A RPackage-Tests.package/RPackageTest.class/instance/tests-MC/testMcWorkingCopy.st
M Refactoring-Changes.package/RBAddClassChange.class/README.md
M Refactoring-Changes.package/RBAddClassTraitChange.class/README.md
M Refactoring-Changes.package/RBAddClassVariableChange.class/README.md
M Refactoring-Changes.package/RBAddInstanceVariableChange.class/README.md
M Refactoring-Changes.package/RBAddMetaclassChange.class/README.md
M Refactoring-Changes.package/RBAddMethodChange.class/README.md
M Refactoring-Changes.package/RBAddPoolVariableChange.class/README.md
M Refactoring-Changes.package/RBAddTraitChange.class/README.md
M Refactoring-Changes.package/RBCommentChange.class/README.md
M Refactoring-Changes.package/RBCompositeRefactoryChange.class/README.md
M Refactoring-Changes.package/RBRefactoryChangeManager.class/README.md
M Refactoring-Changes.package/RBRefactoryClassChange.class/README.md
M Refactoring-Changes.package/RBRefactoryDefinitionChange.class/README.md
M Refactoring-Changes.package/RBRefactoryVariableChange.class/README.md
M Refactoring-Changes.package/RBRemoveClassChange.class/README.md
M Refactoring-Changes.package/RBRemoveClassVariableChange.class/README.md
M Refactoring-Changes.package/RBRemoveInstanceVariableChange.class/README.md
M Refactoring-Changes.package/RBRemoveMethodChange.class/README.md
M Refactoring-Changes.package/RBRemovePoolVariableChange.class/README.md
M Refactoring-Changes.package/RBRenameClassChange.class/README.md
M Refactoring-Changes.package/RBRenameClassVariableChange.class/README.md
M Refactoring-Changes.package/RBRenameInstanceVariableChange.class/README.md
M Refactoring-Changes.package/RBRenameVariableChange.class/README.md
M Refactoring-Core.package/RBAbstractClass.class/README.md
M Refactoring-Core.package/RBAbstractClassVariableRefactoring.class/README.md
M Refactoring-Core.package/RBAbstractCondition.class/README.md
M Refactoring-Core.package/RBAbstractInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBAbstractVariablesRefactoring.class/README.md
M Refactoring-Core.package/RBAccessorClassRefactoring.class/README.md
M Refactoring-Core.package/RBAddClassRefactoring.class/README.md
M Refactoring-Core.package/RBAddClassVariableRefactoring.class/README.md
M Refactoring-Core.package/RBAddInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBAddMethodRefactoring.class/README.md
M Refactoring-Core.package/RBAddParameterRefactoring.class/README.md
M Refactoring-Core.package/RBCategoryRegexRefactoring.class/README.md
M Refactoring-Core.package/RBChangeMethodNameRefactoring.class/README.md
M Refactoring-Core.package/RBChildrenToSiblingsRefactoring.class/README.md
M Refactoring-Core.package/RBClass.class/README.md
M Refactoring-Core.package/RBClassRefactoring.class/README.md
M Refactoring-Core.package/RBClassRegexRefactoring.class/README.md
M Refactoring-Core.package/RBCondition.class/README.md
M Refactoring-Core.package/RBConjunctiveCondition.class/README.md
M Refactoring-Core.package/RBCreateAccessorsForVariableRefactoring.class/README.md
M Refactoring-Core.package/RBExpandReferencedPoolsRefactoring.class/README.md
M Refactoring-Core.package/RBExtractMethodRefactoring.class/README.md
M Refactoring-Core.package/RBExtractMethodToComponentRefactoring.class/README.md
M Refactoring-Core.package/RBExtractToTemporaryRefactoring.class/README.md
M Refactoring-Core.package/RBGenerateEqualHashRefactoring.class/README.md
M Refactoring-Core.package/RBGeneratePrintStringRefactoring.class/README.md
M Refactoring-Core.package/RBInlineAllSendersRefactoring.class/README.md
M Refactoring-Core.package/RBInlineMethodFromComponentRefactoring.class/README.md
M Refactoring-Core.package/RBInlineMethodRefactoring.class/README.md
M Refactoring-Core.package/RBInlineParameterRefactoring.class/README.md
M Refactoring-Core.package/RBInlineTemporaryRefactoring.class/README.md
M Refactoring-Core.package/RBMetaclass.class/README.md
M Refactoring-Core.package/RBMethod.class/README.md
M Refactoring-Core.package/RBMethodName.class/README.md
M Refactoring-Core.package/RBMethodRefactoring.class/README.md
M Refactoring-Core.package/RBMoveMethodRefactoring.class/README.md
M Refactoring-Core.package/RBMoveVariableDefinitionRefactoring.class/README.md
M Refactoring-Core.package/RBNamespace.class/README.md
M Refactoring-Core.package/RBNegationCondition.class/README.md
M Refactoring-Core.package/RBPrettyPrintCodeRefactoring.class/README.md
M Refactoring-Core.package/RBProtectInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBProtocolRegexRefactoring.class/README.md
M Refactoring-Core.package/RBPullUpClassVariableRefactoring.class/README.md
M Refactoring-Core.package/RBPullUpInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBPullUpMethodRefactoring.class/README.md
M Refactoring-Core.package/RBPushDownClassVariableRefactoring.class/README.md
M Refactoring-Core.package/RBPushDownInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBPushDownMethodRefactoring.class/README.md
M Refactoring-Core.package/RBRefactoring.class/README.md
M Refactoring-Core.package/RBRefactoringManager.class/README.md
M Refactoring-Core.package/RBRefactoryTyper.class/README.md
M Refactoring-Core.package/RBRegexRefactoring.class/README.md
M Refactoring-Core.package/RBRemoveClassRefactoring.class/README.md
M Refactoring-Core.package/RBRemoveClassVariableRefactoring.class/README.md
M Refactoring-Core.package/RBRemoveInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBRemoveMethodRefactoring.class/README.md
M Refactoring-Core.package/RBRemoveParameterRefactoring.class/README.md
M Refactoring-Core.package/RBRenameClassRefactoring.class/README.md
M Refactoring-Core.package/RBRenameClassVariableRefactoring.class/README.md
M Refactoring-Core.package/RBRenameInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBRenameMethodRefactoring.class/README.md
M Refactoring-Core.package/RBRenameTemporaryRefactoring.class/README.md
M Refactoring-Core.package/RBSourceRegexRefactoring.class/README.md
M Refactoring-Core.package/RBSplitCascadeRefactoring.class/README.md
M Refactoring-Core.package/RBSplitClassRefactoring.class/README.md
M Refactoring-Core.package/RBTemporaryToInstanceVariableRefactoring.class/README.md
M Refactoring-Core.package/RBVariableRefactoring.class/README.md
M Refactoring-Critics.package/RBMultiEnvironment.class/README.md
M Refactoring-Critics.package/RBParseTreeEnvironment.class/README.md
M Refactoring-Critics.package/RBSmalllintContext.class/README.md
M Refactoring-Tests-Changes.package/RBRefactoringChangeTests.class/README.md
M Refactoring-Tests-Core.package/RBAbstractClassVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBAbstractInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBAddClassTest.class/README.md
M Refactoring-Tests-Core.package/RBAddClassVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBAddInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBAddMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBAddParameterTest.class/README.md
M Refactoring-Tests-Core.package/RBBasicLintRuleTest.class/README.md
M Refactoring-Tests-Core.package/RBChildrenToSiblingsTest.class/README.md
M Refactoring-Tests-Core.package/RBClassTest.class/README.md
M Refactoring-Tests-Core.package/RBClassToRename.class/README.md
M Refactoring-Tests-Core.package/RBCompositeLintRuleTest.class/README.md
M Refactoring-Tests-Core.package/RBCreateAccessorsForVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBDeprecateMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBExtractMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBExtractMethodToComponentTest.class/README.md
M Refactoring-Tests-Core.package/RBExtractToTemporaryTest.class/README.md
M Refactoring-Tests-Core.package/RBFooLintRuleTest.class/README.md
M Refactoring-Tests-Core.package/RBFooLintRuleTest1.class/README.md
M Refactoring-Tests-Core.package/RBInlineAllMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBInlineMethodFromComponentTest.class/README.md
M Refactoring-Tests-Core.package/RBInlineMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBInlineParameterTest.class/README.md
M Refactoring-Tests-Core.package/RBInlineTemporaryTest.class/README.md
M Refactoring-Tests-Core.package/RBLintRuleTest.class/README.md
M Refactoring-Tests-Core.package/RBMoveInstVarToClassTest.class/README.md
M Refactoring-Tests-Core.package/RBMoveMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBMoveMethodToClassTest.class/README.md
M Refactoring-Tests-Core.package/RBMoveVariableDefinitionTest.class/README.md
M Refactoring-Tests-Core.package/RBNamespaceTest.class/README.md
M Refactoring-Tests-Core.package/RBProtectInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBPullUpClassVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBPullUpInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBPullUpMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBPushDownClassVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBPushDownInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBPushDownMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBRefactoringBrowserTest.class/README.md
M Refactoring-Tests-Core.package/RBRefactoringTest.class/README.md
M Refactoring-Tests-Core.package/RBRefactoryTestDataApp.class/README.md
M Refactoring-Tests-Core.package/RBRemoveClassTest.class/README.md
M Refactoring-Tests-Core.package/RBRemoveClassVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBRemoveInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBRemoveMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBRemoveParameterTest.class/README.md
M Refactoring-Tests-Core.package/RBRenameClassTest.class/README.md
M Refactoring-Tests-Core.package/RBRenameClassVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBRenameInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBRenameMethodTest.class/README.md
M Refactoring-Tests-Core.package/RBRenameTemporaryTest.class/README.md
M Refactoring-Tests-Core.package/RBSearchTest.class/README.md
M Refactoring-Tests-Core.package/RBSubclassOfClassToRename.class/README.md
M Refactoring-Tests-Core.package/RBTemporaryToInstanceVariableTest.class/README.md
M Refactoring-Tests-Core.package/RBTransformationRuleTest.class/README.md
M Refactoring-Tests-Core.package/RBTransformationRuleTest1.class/README.md
M Refactoring-Tests-Core.package/RBVariableTypeTest.class/README.md
M Refactoring-Tests-Critics.package/RBSmalllintTest.class/README.md
M Refactoring-Tests-Critics.package/RBSmalllintTestObject.class/README.md
M Refactoring-Tests-Environment.package/RBBrowserEnvironmentTest.class/README.md
M Rubric.package/RubAnnotationDisplayer.class/README.md
M Rubric.package/RubAnnouncement.class/README.md
M Rubric.package/RubBasicSelectionDecorator.class/README.md
M Rubric.package/RubBoundsChanged.class/README.md
M Rubric.package/RubCanceEditRequested.class/README.md
M Rubric.package/RubCharacterBlock.class/README.md
M Rubric.package/RubCharacterBlockScanner.class/README.md
M Rubric.package/RubCharacterScanner.class/README.md
M Rubric.package/RubCodeSizeFeedback.class/README.md
M Rubric.package/RubColumnDisplayer.class/README.md
M Rubric.package/RubCompositionScanner.class/README.md
M Rubric.package/RubConfigurationChange.class/README.md
M Rubric.package/RubCurrentLineBarDecorator.class/README.md
M Rubric.package/RubCursor.class/README.md
M Rubric.package/RubDisplayScanner.class/README.md
M Rubric.package/RubEditingArea.class/README.md
M Rubric.package/RubEditingMode.class/README.md
M Rubric.package/RubEditingState.class/README.md
M Rubric.package/RubEncryptedDisplayScanner.class/README.md
M Rubric.package/RubExtentChanged.class/README.md
M Rubric.package/RubExtraSelectionDecorator.class/README.md
M Rubric.package/RubFindReplaceDialogWindow.class/README.md
M Rubric.package/RubFindReplaceService.class/README.md
M Rubric.package/RubFindReplaceWindowRequired.class/README.md
M Rubric.package/RubFindTextChanged.class/README.md
M Rubric.package/RubGhostTextDisplayer.class/README.md
M Rubric.package/RubKeystroke.class/README.md
M Rubric.package/RubLineNumberDisplayer.class/README.md
M Rubric.package/RubMorphAnnouncement.class/README.md
M Rubric.package/RubMouseClick.class/README.md
M Rubric.package/RubOpeningClosingDelimiterDecorator.class/README.md
M Rubric.package/RubParagraph.class/README.md
M Rubric.package/RubParagraphDecorator.class/README.md
M Rubric.package/RubPlainSegmentMorph.class/README.md
M Rubric.package/RubPlainTextMode.class/README.md
M Rubric.package/RubPositionChanged.class/README.md
M Rubric.package/RubPrimarySelectionMorph.class/README.md
M Rubric.package/RubPrimarySelectionUpdatedInModel.class/README.md
M Rubric.package/RubReturnEntered.class/README.md
M Rubric.package/RubScrollBar.class/README.md
M Rubric.package/RubScrolledTextExtraSurface.class/README.md
M Rubric.package/RubScrolledTextModel.class/README.md
M Rubric.package/RubScrolledTextMorphThemer.class/README.md
M Rubric.package/RubScrolledTextSideRuler.class/README.md
M Rubric.package/RubSegmentIconMenuItemMorph.class/README.md
M Rubric.package/RubSegmentIconMenuMorph.class/README.md
M Rubric.package/RubSelectionChanged.class/README.md
M Rubric.package/RubSelectorChooserMorph.class/README.md
M Rubric.package/RubShoutStylerDecorator.class/README.md
M Rubric.package/RubSmalltalkCodeMode.class/README.md
M Rubric.package/RubSmalltalkEditor.class/README.md
M Rubric.package/RubSmalltalkEditorModel.class/README.md
M Rubric.package/RubSmalltalkMethodEditorModel.class/README.md
M Rubric.package/RubSmalltalkScriptEditorModel.class/README.md
M Rubric.package/RubSmalltalkScriptingMode.class/README.md
M Rubric.package/RubSurfaceSelectionShape.class/README.md
M Rubric.package/RubTextAcceptRequest.class/README.md
M Rubric.package/RubTextAccepted.class/README.md
M Rubric.package/RubTextAcceptedInModel.class/README.md
M Rubric.package/RubTextChanged.class/README.md
M Rubric.package/RubTextComposer.class/README.md
M Rubric.package/RubTextEditor.class/README.md
M Rubric.package/RubTextFieldMorph.class/README.md
M Rubric.package/RubTextLine.class/README.md
M Rubric.package/RubTextScrollPane.class/README.md
M Rubric.package/RubTextSegmentIconBox.class/README.md
M Rubric.package/RubTextSegmentIconDisplayer.class/README.md
M Rubric.package/RubTextSegmentMorph.class/README.md
M Rubric.package/RubTextSelectionColor.class/README.md
M Rubric.package/RubTextSetInModel.class/README.md
M Rubric.package/RubTextStopConditions.class/README.md
M Rubric.package/RubTextStyleChanged.class/README.md
M Rubric.package/RubTextUpdatedInModel.class/README.md
M Rubric.package/RubUnderlinedSegmentMorph.class/README.md
M SUnit-Core.package/LongTestCaseTest.class/README.md
M SUnit-Core.package/LongTestCaseTestUnderTest.class/README.md
M SUnit-UITesting.package/SimulateKeystrokesSpecification.class/README.md
M SUnit-UITesting.package/SimulateMouseSpecification.class/README.md
M ScriptLoader-Tests.package/ScriptLoaderTest.class/README.md
R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script645.st
A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script646.st
R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50036.st
A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50037.st
M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M Slot-Tests.package/BooleanSlotTest.class/README.md
M Slot-Tests.package/ClassVariableTest.class/README.md
M Slot-Tests.package/PropertySlotTest.class/README.md
M Slot-Tests.package/RelationSetTest.class/README.md
M Slot-Tests.package/RelationSlotTest.class/README.md
M Slot-Tests.package/SlotAnnouncementsTest.class/README.md
M Slot-Tests.package/SlotBasicTest.class/README.md
M Slot-Tests.package/SlotClassBuilderTest.class/README.md
M Slot-Tests.package/SlotClassVariableTest.class/README.md
M Slot-Tests.package/SlotEnvironmentTest.class/README.md
M Slot-Tests.package/SlotErrorsTest.class/README.md
M Slot-Tests.package/SlotExampleMovieAndPersonTest.class/README.md
M Slot-Tests.package/SlotExampleTest.class/README.md
M Slot-Tests.package/SlotLayoutEqualityTest.class/README.md
M Slot-Tests.package/SlotLayoutExtensionTest.class/README.md
M Slot-Tests.package/SlotMethodRecompilationTest.class/README.md
M Slot-Tests.package/SlotMigrationTest.class/README.md
M Slot-Tests.package/SlotSilentTest.class/README.md
M Slot-Tests.package/SlotTraitsTest.class/README.md
M Spec-Inspector.package/EyeInspectorTest.class/README.md
M Spec-Tests.package/TabModelTest.class/README.md
M System-CachingTests.package/DoubleLinkedListTests.class/README.md
M System-CachingTests.package/TTLCacheTests.class/README.md
M System-History-Tests.package/HistoryIteratorTest.class/README.md
M System-History-Tests.package/HistoryNodeTest.class/README.md
M System-Localization-Tests.package/ISOLanguageDefinitionTest.class/README.md
M System-Localization-Tests.package/LocaleAnnouncementTests.class/README.md
M System-Localization-Tests.package/LocaleChangedTest.class/README.md
M Tests.package/AbstractObjectsAsMethod.class/README.md
M Tests.package/AuthorTest.class/README.md
M Tests.package/BaseStreamTest.class/README.md
M Tests.package/BecomeTest.class/README.md
M Tests.package/ChunkImportTestCase.class/README.md
M Tests.package/ClassQueryTest.class/README.md
M Tests.package/ClassRenameFixTest.class/README.md
M Tests.package/ClassTraitTest.class/README.md
M Tests.package/CommandLineHandlerTest.class/README.md
M Tests.package/EventManagerTest.class/README.md
M Tests.package/FileStreamTest.class/README.md
M Tests.package/MOPTestClassA.class/README.md
M Tests.package/MOPTestClassB.class/README.md
M Tests.package/MOPTestClassC.class/README.md
M Tests.package/MOPTestClassD.class/README.md
M Tests.package/MOPTraitTest.class/README.md
M Tests.package/OSPlatformTest.class/README.md
M Tests.package/ObjectFinalizerTests.class/README.md
M Tests.package/ObjectsAsMethodsExample.class/README.md
M Tests.package/STCommandLineHandlerTest.class/README.md
M Tests.package/SmalltalkImageTest.class/README.md
M Tests.package/SystemAnnouncerTest.class/README.md
M Tests.package/SystemDictionaryTest.class/README.md
M Tests.package/SystemNavigationOnNewlyCreatedEnvironmentTest.class/README.md
M Tests.package/SystemOrganizerTest.class/README.md
M Tests.package/TestObjectsAsMethods.class/README.md
M Tests.package/TimeMeasuringTest.class/README.md
M Tests.package/Trait1.class/README.md
M Tests.package/Trait2.class/README.md
M Tests.package/Trait3.class/README.md
M Tests.package/TraitCompositionTest.class/README.md
M Tests.package/TraitFileOutTest.class/README.md
M Tests.package/TraitMethodDescriptionTest.class/README.md
M Tests.package/TraitPureBehaviorTest.class/README.md
M Tests.package/TraitTest.class/README.md
M Tests.package/TraitsTestCase.class/README.md
M Text-Edition-Tests.package/TextEditorTest.class/README.md
M Text-Tests.package/MultiFontTest.class/README.md
M Tool-Diff.package/DiffChangeMorph.class/README.md
M Tool-Diff.package/DiffJoinMorph.class/README.md
M Tool-Diff.package/DiffMapMorph.class/README.md
M Tool-Diff.package/InlineTextDiffBuilder.class/README.md
M Tool-Diff.package/JoinSection.class/README.md
M Tool-Diff.package/JoinSide.class/README.md
M Tool-Diff.package/MergeDiffMorph.class/README.md
M Tool-Diff.package/MergeJoinSection.class/README.md
M Tool-Diff.package/PSMCChangeWrapper.class/README.md
M Tool-Diff.package/PSMCClassChangeWrapper.class/README.md
M Tool-Diff.package/PSMCMergePatchMorph.class/README.md
M Tool-Diff.package/PSMCOrganizationChangeWrapper.class/README.md
M Tool-Diff.package/PSMCPatchOperationWrapper.class/README.md
M Tool-FileList-Tests.package/FileDialogWindowTest.class/README.md
M Tool-FileList.package/FileDirectoryWrapper.class/README.md
M Traits.package/TClassDescription.class/instance/accessing comment/classCommentBlank.st
M TxText-Athens.package/TxAdapterBindings.class/README.md
M TxText-Athens.package/TxAthensLayoutStrategy.class/README.md
M TxText-Athens.package/TxBasicViewMorph.class/README.md
M TxText-Athens.package/TxCairoCharacterSpanDisplayCommand.class/README.md
M TxText-Athens.package/TxCharacterSpanDisplayCommand.class/README.md
M TxText-Athens.package/TxContextMenuAnnouncement.class/README.md
M TxText-Athens.package/TxDisplayCommand.class/README.md
M TxText-Athens.package/TxEditorDecorator.class/README.md
M TxText-Athens.package/TxEmbeddedObjectCommand.class/README.md
M TxText-Athens.package/TxHorizontalSlider.class/README.md
M TxText-Athens.package/TxLayoutViewChanged.class/README.md
M TxText-Athens.package/TxLayoutViewMorph.class/README.md
M TxText-Athens.package/TxNewLineDisplayCommand.class/README.md
M TxText-Athens.package/TxScrollbarDecorator.class/README.md
M TxText-Athens.package/TxSliderAnnouncement.class/README.md
M TxText-Athens.package/TxSliderDragged.class/README.md
M TxText-Athens.package/TxSliderScrollBackward.class/README.md
M TxText-Athens.package/TxSliderScrollForward.class/README.md
M TxText-Athens.package/TxTabDisplayCommand.class/README.md
M TxText-Athens.package/TxTextAdapter.class/README.md
M TxText-Athens.package/TxTextEditorMorph.class/README.md
M TxText-Athens.package/TxTextRenderer.class/README.md
M TxText-Athens.package/TxVerticalSlider.class/README.md
M TxText-AthensTests.package/TxAthensLayoutTest.class/README.md
M TxText-AthensTests.package/TxAthensRenderingTest.class/README.md
M TxText-AthensTests.package/TxAthensTextTest.class/README.md
M TxText-AthensTests.package/TxAthensTextTransformsTest.class/README.md
M TxText-AthensTests.package/TxCharacterWrappingStrategyTest.class/README.md
M TxText-AthensTests.package/TxEmbeddedObjectTest.class/README.md
M TxText-AthensTests.package/TxHighlightRendererTest.class/README.md
M TxText-AthensTests.package/TxLayoutStrategyTest.class/README.md
M TxText-AthensTests.package/TxMultilineSmallTextLayoutTest.class/README.md
M TxText-AthensTests.package/TxNoWrapStrategyTest.class/README.md
M TxText-AthensTests.package/TxOneLineTextLayoutTest.class/README.md
M TxText-AthensTests.package/TxTextLayoutTest.class/README.md
M TxText-AthensTests.package/TxTextPositionToViewCoordinatesTest.class/README.md
M TxText-AthensTests.package/TxViewCoordinatesToTextPositionTest.class/README.md
M TxTextTests-Model.package/TxCharacterSpanTests.class/README.md
M TxTextTests-Model.package/TxCharacterStreamTest.class/README.md
M TxTextTests-Model.package/TxModelTest.class/README.md
M TxTextTests-Model.package/TxSpanTestCase.class/README.md
M TxTextTests-Model.package/TxStyleTests.class/README.md
M Versionner-Commit.package/VSUnloadUnit.class/README.md
M Versionner-Tests-Core-Commands.package/MBAddConfigurationCommandTest.class/README.md
M Versionner-Tests-Core-Commands.package/MBCommandMetacelloTests.class/README.md
M Versionner-Tests-Core-Commands.package/MBCommandTests.class/README.md
M Versionner-Tests-Core-Commands.package/MBLoadConfigurationCommandTest.class/README.md
M Versionner-Tests-Core-Commands.package/VSReleaseDevelopmentVersionCommandTest.class/README.md
M Versionner-Tests-Core-Commands.package/VSValidateConfigurationCommandTest.class/README.md
M Versionner-Tests-Core-DependenciesModel.package/MCModel2MTModelVisitorTest.class/README.md
M Versionner-Tests-Core-DependenciesModel.package/MTDependencyTest.class/README.md
M Versionner-Tests-Core-DependenciesModel.package/MTDevelopmentWorkfowTest.class/README.md
M Versionner-Tests-Core-DependenciesModel.package/MTDevelopmentWorkfowTestWithXMLParser.class/README.md
M Versionner-Tests-Core-DependenciesModel.package/MTModelComparatorTest.class/README.md
M Versionner-Tests-Core-DependenciesModel.package/MTProjectBFSIteratorTest.class/README.md
M Zinc-Character-Encoding-Tests.package/ZnBase64EncoderTests.class/README.md
M Zinc-Character-Encoding-Tests.package/ZnBufferedWriteStreamTests.class/README.md
M Zinc-Character-Encoding-Tests.package/ZnCharacterEncoderTests.class/README.md
M Zinc-Character-Encoding-Tests.package/ZnCharacterStreamTests.class/README.md
M Zinc-Character-Encoding-Tests.package/ZnFastLineReaderTests.class/README.md
M Zinc-Character-Encoding-Tests.package/ZnPercentEncoderTests.class/README.md
M Zinc-Resource-Meta-FileSystem.package/ZnFileUrlTests.class/README.md
M Zinc-Resource-Meta-Tests.package/ZnMimeTypeTests.class/README.md
M Zinc-Resource-Meta-Tests.package/ZnMultiValueDictionaryTests.class/README.md
M Zinc-Resource-Meta-Tests.package/ZnResourceMetaUtilsTests.class/README.md
M Zinc-Resource-Meta-Tests.package/ZnUrlTests.class/README.md
M Zinc-Tests.package/ZnBivalentWriteStreamTests.class/README.md
M Zinc-Tests.package/ZnChunkedStreamTests.class/README.md
M Zinc-Tests.package/ZnClientTests.class/README.md
M Zinc-Tests.package/ZnDigestAuthenticatorTests.class/README.md
M Zinc-Tests.package/ZnDispatcherDelegateTest.class/README.md
M Zinc-Tests.package/ZnEasyTests.class/README.md
M Zinc-Tests.package/ZnEntityReaderTests.class/README.md
M Zinc-Tests.package/ZnEntityTests.class/README.md
M Zinc-Tests.package/ZnEntityWriterTests.class/README.md
M Zinc-Tests.package/ZnHeadersTests.class/README.md
M Zinc-Tests.package/ZnImageExampleDelegateTests.class/README.md
M Zinc-Tests.package/ZnLimitedReadStreamTests.class/README.md
M Zinc-Tests.package/ZnLineReaderTests.class/README.md
M Zinc-Tests.package/ZnMagicCookieJarTests.class/README.md
M Zinc-Tests.package/ZnMagicCookieTests.class/README.md
M Zinc-Tests.package/ZnMessageBenchmarkTests.class/README.md
M Zinc-Tests.package/ZnRequestLineTests.class/README.md
M Zinc-Tests.package/ZnRequestTests.class/README.md
M Zinc-Tests.package/ZnResponseTests.class/README.md
M Zinc-Tests.package/ZnServerTests.class/README.md
M Zinc-Tests.package/ZnStaticFileServerDelegateTests.class/README.md
M Zinc-Tests.package/ZnStatusLineTests.class/README.md
M Zinc-Tests.package/ZnUserAgentSessionTests.class/README.md
M Zinc-Tests.package/ZnUtilsTests.class/README.md
Log Message:
-----------
50037
15503 Add RPackage>>#mcWorkingCopy for MCSliceInfo>>#makeSlice
https://pharo.fogbugz.com/f/cases/15503
15498 Improve Class Comment Template
https://pharo.fogbugz.com/f/cases/15498
15505 Merge PackageTreeNautilus into Nautilus
https://pharo.fogbugz.com/f/cases/15505
http://files.pharo.org/image/50/50037.zip
1
0
As a fairly experienced Smalltalk programmer but a very new user of Pharo,
Where do you guys suggest me to start contributing?
To be more specific, there are parts of the system I don't know, and
practices and conventions of Pharo that I don't grasp yet, so it seems that
work that can be done withour relying on that knowledge would be more
suitable for me.
I'm open to a pair programming session via Skype/Teamviewer or other medium.
For example, I was contemplating on defining the About text for the
Versionner in light of the recent discussions.
4
9
On Mon, May 4, 2015 at 7:56 AM, Sean P. DeNigris <sean(a)clipperadams.com>
wrote:
> >> *Is there a place where to put all these comments and
> >> questions/comments/ramblings?*
> >> *If there is, where?*
> >
> > These are probably best to start on the mail list. Then copy pertinant
> > parts to any issues created.
>
> Also, for really thorny issues, you can build a list of what you learn in a
> doc at https://github.com/pharo-project/pharo-workingRoadmaps . I'm doing
> this for TxText...
>
Interesting.
So, these roadmaps.
I read some of them but I didn't get a clear picture of what are they, so
here I am asking:
What are roadmaps?
Why should we use them? (what problem do they solve)
How do we use them?
I have a feeling that they are like a "roadmap to the final implementation"
That is, an explanation of the different decisions you took as part of
solving a problem that led you to where you finally arrived.
Feel free to correct me.
3
4
I can add them to the vm compilation.
Adding it to the TODOâ¦
Esteban
ps: again, pharo-dev :)
> On 06 May 2015, at 22:45, Matthieu Lacaton <matthieu.lacaton(a)gmail.com> wrote:
>
> Thanks for your answers, I understand now.
> But even if the plugin is not needed it is handy to have because it allows you to use "OSSDL2Driver current" without being returned an OSNullWindowDriver because of the "hasPlugin" returning false.
> Moreover the "eventLoopProcessWithPlugin" is actually much more efficient than the "eventLoopWithoutPlugin" because of the semaphore.
>
> So basically, even if it is not necessary, having the plugin just allows me to code without hacking these methods :p
>
> Thank you,
>
> Matthieu
>
> 2015-05-06 22:32 GMT+02:00 Esteban Lorenzano <estebanlm(a)gmail.com <mailto:estebanlm@gmail.com>>:
> actually, the SDL plugin is not being included because until now it was not necessary.
> There is a difference between the SDL2 dependent functions and the plugin.
> The plugin provides just two functions:
>
> /**
> * Called by the VM heartbeat if installed, to check for the presence of events.
> */
> static void ioCheckForEvents() {
> if (inited) {
> SDL_PumpEvents();
> if (SDL_HasEvents(SDL_FIRSTEVENT, SDL_LASTEVENT)) {
> interpreterProxy->signalSemaphoreWithIndex(inputSemaphoreIndex);
> }
> }
> }
>
> void setSDL2InputSemaphoreIndex(int semaIndex) {
> inited = 1;
> inputSemaphoreIndex = semaIndex;
> setIoProcessEventsHandler(&ioCheckForEvents);
> }
>
> and they are used to replace the event handling the world uses⦠something that you cannot do at this moment because I did not integrate that chunk yet :)
>
> So you should not need it⦠for now.
>
> Esteban
>
> ps: btw⦠this kind of questions are not for regular users but for pharo developers (because you are playing with something that is or will be part of pharo it self), so Iâm redirecting this question there.
>
>> On 06 May 2015, at 22:03, Merwan Ouddane <merwanouddane(a)gmail.com <mailto:merwanouddane@gmail.com>> wrote:
>>
>> Hello Matthieu
>>
>> The sdl plugin is just the SDL runtime binaries recompiled with the vm for eaach plateform, you can find the sources here: https://www.libsdl.org/release/SDL2-2.0.1.zip <https://www.libsdl.org/release/SDL2-2.0.1.zip>
>>
>> The compiled plugin for windows can be found inside the last vm here: http://files.pharo.org/get-files/40/pharo-win-latest.zip <http://files.pharo.org/get-files/40/pharo-win-latest.zip>
>>
>> Cheers,
>> Merwan
>>
>>
>> On 06/05/2015 21:48, Matthieu Lacaton wrote:
>>> Hello, I am currently playing with OSWindow and I am wondering what the "SDL plugin" is in the OSSDL2Driver ?
>>> When I downloaded the latest linux VM + image I got a library called libSDL2DisplayPlugin but how can I get this plugin for windows ? Is it possible to get the source code too ?
>>>
>>> Thanks,
>>>
>>> Matthieu
>>
>>
>
>
1
0