[pharo-project/pharo-core] e5380d: 50257

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[pharo-project/pharo-core] e5380d: 50257

Eliot Miranda-3
  Branch: refs/heads/5.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: e5380da14700e05975d826f97c9006436418ae40
      https://github.com/pharo-project/pharo-core/commit/e5380da14700e05975d826f97c9006436418ae40
  Author: Jenkins Build Server <[hidden email]>
  Date:   2015-08-20 (Thu, 20 Aug 2015)

  Changed paths:
    M Graphics-Transformations.package/MatrixTransform2x3.class/class/instance creation/newFromStream_.st
    A Monticello-OldDataStreamCompatibility.package/MCOldDataStreamExtensions.class/README.md
    A Monticello-OldDataStreamCompatibility.package/MCOldDataStreamExtensions.class/class/class initialization/initialize.st
    A Monticello-OldDataStreamCompatibility.package/MCOldDataStreamExtensions.class/definition.st
    A Monticello-OldDataStreamCompatibility.package/ManifestMonticelloOldDataStreamCompatibility.class/README.md
    A Monticello-OldDataStreamCompatibility.package/ManifestMonticelloOldDataStreamCompatibility.class/definition.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readBitmap.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readByteArray.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readClass.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readFloat.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readMethod.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readRectangle.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readReference.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readShortInst.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readShortRef.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readStringOld.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readUser.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readWordArray.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/readWordLike.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeBitmap_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeByteArray_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeClass_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeFloat_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeRectangle_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeStringOld_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeUser_.st
    A Monticello-OldDataStreamCompatibility.package/extension/MCDataStream/instance/writeWordLike_.st
    A Monticello-OldDataStreamCompatibility.package/extension/WordArray/class/newFromStream_.st
    M Monticello.package/MCDataStream.class/class/initialize-release/initialize.st
    A Monticello.package/MCDataStream.class/class/initialize-release/initializeTypeMap.st
    A Monticello.package/MCDataStream.class/class/initialize-release/readSelectors.st
    A Monticello.package/MCDataStream.class/class/initialize-release/registerClass_atIndex_usingReadSelector_usingWriteSelector_.st
    A Monticello.package/MCDataStream.class/class/initialize-release/registerReaderSelector_atIndex_.st
    A Monticello.package/MCDataStream.class/class/initialize-release/registerWriterSelector_atIndex_.st
    A Monticello.package/MCDataStream.class/class/initialize-release/typeMap.st
    A Monticello.package/MCDataStream.class/class/initialize-release/writeSelectors.st
    M Monticello.package/MCDataStream.class/definition.st
    M Monticello.package/MCDataStream.class/instance/write and read/next.st
    M Monticello.package/MCDataStream.class/instance/write and read/nextPut_.st
    R Monticello.package/MCDataStream.class/instance/write and read/noteCurrentReference_.st
    R Monticello.package/MCDataStream.class/instance/write and read/readBitmap.st
    R Monticello.package/MCDataStream.class/instance/write and read/readByteArray.st
    R Monticello.package/MCDataStream.class/instance/write and read/readClass.st
    R Monticello.package/MCDataStream.class/instance/write and read/readFloat.st
    R Monticello.package/MCDataStream.class/instance/write and read/readMethod.st
    R Monticello.package/MCDataStream.class/instance/write and read/readRectangle.st
    R Monticello.package/MCDataStream.class/instance/write and read/readReference.st
    R Monticello.package/MCDataStream.class/instance/write and read/readShortInst.st
    R Monticello.package/MCDataStream.class/instance/write and read/readShortRef.st
    R Monticello.package/MCDataStream.class/instance/write and read/readStringOld.st
    R Monticello.package/MCDataStream.class/instance/write and read/readUser.st
    R Monticello.package/MCDataStream.class/instance/write and read/readWordArray.st
    R Monticello.package/MCDataStream.class/instance/write and read/readWordLike.st
    M Monticello.package/MCDataStream.class/instance/write and read/typeIDFor_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeBitmap_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeByteArray_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeClass_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeFloat_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeRectangle_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeStringOld_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeUser_.st
    R Monticello.package/MCDataStream.class/instance/write and read/writeWordLike_.st
    R NativeBoost-Unix.package/UnixEnvironment.class/README.md
    R NativeBoost-Unix.package/UnixEnvironment.class/class/testing/isDefaultFor_.st
    R NativeBoost-Unix.package/UnixEnvironment.class/definition.st
    R NativeBoost-Unix.package/UnixEnvironment.class/instance/accessing/environ.st
    R NativeBoost-Unix.package/UnixEnvironment.class/instance/enumeration/keysAndValuesDo_.st
    R NativeBoost-Unix.package/UnixEnvironment.class/instance/private/environAt_.st
    R NativeBoost-Unix.package/UnixEnvironment.class/instance/private/setEnv_value_.st
    R NativeBoost-Win32.package/Win32Environment.class/README.md
    R NativeBoost-Win32.package/Win32Environment.class/class/testing/isDefaultFor_.st
    R NativeBoost-Win32.package/Win32Environment.class/definition.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/accessing/environmentStrings.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/enumeration/keysAndValuesDo_.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/private/getEnvSize_.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/private/getEnv_.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/private/getEnv_buffer_size_.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/private/setEnv_value_.st
    R NativeBoost-Win32.package/Win32Environment.class/instance/private/unsetEnv_.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50256.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - scripts/script50257.st
    R ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50256.st
    A ScriptLoader50.package/ScriptLoader.class/instance/pharo - updates/update50257.st
    M ScriptLoader50.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
    R System-Changes.package/ChangeSet.class/instance/filein%2Fout/checkForUnclassifiedMethods.st
    R System-Changes.package/ChangeSet.class/instance/filein%2Fout/checkForUncommentedMethods.st
    R System-Changes.package/ChangeSet.class/instance/filein%2Fout/checkForUnsentMessages.st
    M System-Changes.package/ChangeSet.class/instance/filein%2Fout/fileOut.st
    R System-Changes.package/ChangeSet.class/instance/filein%2Fout/lookForSlips.st
    A System-OSEnvironments.package/OSEnvironment.class/README.md
    A System-OSEnvironments.package/OSEnvironment.class/class/accessing/environmentFor_.st
    A System-OSEnvironments.package/OSEnvironment.class/class/instance creation/current.st
    A System-OSEnvironments.package/OSEnvironment.class/class/instance creation/default.st
    A System-OSEnvironments.package/OSEnvironment.class/class/instance creation/platform_.st
    A System-OSEnvironments.package/OSEnvironment.class/class/testing/initialize.st
    A System-OSEnvironments.package/OSEnvironment.class/class/testing/isAvailable.st
    A System-OSEnvironments.package/OSEnvironment.class/class/testing/isDefaultFor_.st
    A System-OSEnvironments.package/OSEnvironment.class/class/testing/shutDown_.st
    A System-OSEnvironments.package/OSEnvironment.class/definition.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/associations.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/at_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/at_ifAbsentPut_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/at_ifAbsent_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/at_ifPresent_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/at_ifPresent_ifAbsent_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/at_put_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/keys.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/platform.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/removeKey_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/accessing/values.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/converting/asDictionary.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/enumeration/associationsDo_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/enumeration/do_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/enumeration/keysAndValuesDo_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/enumeration/keysAndValuesDo_withAssociationString_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/enumeration/keysDo_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/enumeration/valuesDo_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/initialize-release/initializeWith_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/private/getEnv_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/private/unsetEnv_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/testing/includesKey_.st
    A System-OSEnvironments.package/OSEnvironment.class/instance/testing/includes_.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/README.md
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/class/testing/isAvailable.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/class/testing/isDefaultFor_.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/definition.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/instance/enumeration/keysAndValuesDo_.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/instance/private/getEnv_.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/instance/private/setEnv_value_.st
    A System-OSEnvironments.package/PlatformIndependentEnvironment.class/instance/private/unsetEnv_.st
    A System-OSEnvironments.package/UnixEnvironment.class/README.md
    A System-OSEnvironments.package/UnixEnvironment.class/class/testing/isDefaultFor_.st
    A System-OSEnvironments.package/UnixEnvironment.class/definition.st
    A System-OSEnvironments.package/UnixEnvironment.class/instance/accessing/environ.st
    A System-OSEnvironments.package/UnixEnvironment.class/instance/enumeration/keysAndValuesDo_.st
    A System-OSEnvironments.package/UnixEnvironment.class/instance/private/environAt_.st
    A System-OSEnvironments.package/UnixEnvironment.class/instance/private/setEnv_value_.st
    A System-OSEnvironments.package/Win32Environment.class/README.md
    A System-OSEnvironments.package/Win32Environment.class/class/testing/isDefaultFor_.st
    A System-OSEnvironments.package/Win32Environment.class/definition.st
    A System-OSEnvironments.package/Win32Environment.class/instance/accessing/environmentStrings.st
    A System-OSEnvironments.package/Win32Environment.class/instance/enumeration/keysAndValuesDo_.st
    A System-OSEnvironments.package/Win32Environment.class/instance/private/getEnvSize_.st
    A System-OSEnvironments.package/Win32Environment.class/instance/private/getEnv_.st
    A System-OSEnvironments.package/Win32Environment.class/instance/private/getEnv_buffer_size_.st
    A System-OSEnvironments.package/Win32Environment.class/instance/private/setEnv_value_.st
    A System-OSEnvironments.package/Win32Environment.class/instance/private/unsetEnv_.st
    A System-OSEnvironments.package/extension/OSPlatform/instance/environment.st
    R System-Platforms.package/OSEnvironment.class/README.md
    R System-Platforms.package/OSEnvironment.class/class/accessing/environmentFor_.st
    R System-Platforms.package/OSEnvironment.class/class/instance creation/default.st
    R System-Platforms.package/OSEnvironment.class/class/instance creation/platform_.st
    R System-Platforms.package/OSEnvironment.class/class/testing/isAvailable.st
    R System-Platforms.package/OSEnvironment.class/class/testing/isDefaultFor_.st
    R System-Platforms.package/OSEnvironment.class/definition.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/associations.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/at_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/at_ifAbsentPut_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/at_ifAbsent_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/at_ifPresent_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/at_ifPresent_ifAbsent_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/at_put_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/keys.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/platform.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/removeKey_.st
    R System-Platforms.package/OSEnvironment.class/instance/accessing/values.st
    R System-Platforms.package/OSEnvironment.class/instance/converting/asDictionary.st
    R System-Platforms.package/OSEnvironment.class/instance/enumeration/associationsDo_.st
    R System-Platforms.package/OSEnvironment.class/instance/enumeration/do_.st
    R System-Platforms.package/OSEnvironment.class/instance/enumeration/keysAndValuesDo_.st
    R System-Platforms.package/OSEnvironment.class/instance/enumeration/keysAndValuesDo_withAssociationString_.st
    R System-Platforms.package/OSEnvironment.class/instance/enumeration/keysDo_.st
    R System-Platforms.package/OSEnvironment.class/instance/enumeration/valuesDo_.st
    R System-Platforms.package/OSEnvironment.class/instance/initialize-release/initializeWith_.st
    R System-Platforms.package/OSEnvironment.class/instance/private/getEnv_.st
    R System-Platforms.package/OSEnvironment.class/instance/private/unsetEnv_.st
    R System-Platforms.package/OSEnvironment.class/instance/testing/includesKey_.st
    R System-Platforms.package/OSEnvironment.class/instance/testing/includes_.st
    M System-Platforms.package/OSPlatform.class/definition.st
    R System-Platforms.package/OSPlatform.class/instance/accessing/environment.st
    R System-Platforms.package/OSPlatform.class/instance/private/createEnvironment.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/README.md
    R System-Platforms.package/PlatformIndependentEnvironment.class/class/testing/isAvailable.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/class/testing/isDefaultFor_.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/definition.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/instance/enumeration/keysAndValuesDo_.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/instance/private/getEnv_.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/instance/private/setEnv_value_.st
    R System-Platforms.package/PlatformIndependentEnvironment.class/instance/private/unsetEnv_.st
    R System-Platforms.package/Win32Platform.class/instance/accessing/environment.st
    R System-Support.package/SmalltalkImage.class/instance/housekeeping/removeAllLineFeeds.st

  Log Message:
  -----------
  50257
16298 get rid of Tool-Base in the bootstrap
        https://pharo.fogbugz.com/f/cases/16298

15861 Create test package for Jobs
        https://pharo.fogbugz.com/f/cases/15861

16283 Collections-Abstract should not depend on Graphics-Primitive
        https://pharo.fogbugz.com/f/cases/16283

16208 System-Support should have a System-Support-Tests
        https://pharo.fogbugz.com/f/cases/16208

16293 get rid of NativeBoost dependency in the bootstrap
        https://pharo.fogbugz.com/f/cases/16293

http://files.pharo.org/image/50/50257.zip