[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Apr 18 23:55:04 UTC 2010


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003275.html

Name: Compiler-ar.139
Ancestors: Compiler-nice.138

Fix decompilation not to truncate very long decompiled methods.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003276.html

Name: Monticello-bf.388
Ancestors: Monticello-bp.387

- bullet-proof #infoFromDictionary:cache: and re-use it in #extractInfoFrom:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003277.html

Name: System-dtl.316
Ancestors: System-dtl.315, System-ar.315

Merge System-dtl.315 and System-ar.315

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003278.html

Name: System-ul.316
Ancestors: System-ar.315

- added a missing compatibility method to SmalltalkImage

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003279.html

Name: System-dtl.315
Ancestors: System-ar.314

Add support for optional version identification primitives. Add #vm and #image methods in SystemImage to compliment the existing #os method, and recategorize various methods into method categories for vm, image, and os.

Example usage:

Smalltalk vm interpreterSourceVersion ==> '4.0.3'
Smalltalk vm platformSourceVersion ==> '2188'
Smalltalk vm versionLabel ==> '4.0.3-2188'

Smalltalk image imageFormatVersion ==> 6504
Smalltalk image wordSize ==> 4
Smalltalk image version ==> 'Squeak3.11alpha'

Smalltalk os platformName ==> 'unix'
Smalltalk os osVersion ==> 'linux'
Smalltalk os platformSubtype ==> 'x86_64'
Smalltalk os windowSystemName ==> 'X11'

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003280.html

Name: System-ul.317
Ancestors: System-dtl.316, System-ul.316

- merged

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003281.html

Name: Monticello-bf.389
Ancestors: Monticello-bf.388

- converting a version info to a dictionary should use a string id

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-April/003282.html

Name: Monticello-bf.390
Ancestors: Monticello-bf.389

- make sure the version info id in a dictionary is a string

=============================================



More information about the Squeak-dev mailing list