Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003480.htmlName: System-ar.342
Ancestors: System-cmm.341
Add a test to identify whether the image is running under Cog or not.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003481.htmlName: Tests-ar.83
Ancestors: Tests-HenrikSperreJohansen.82
Guard TestObjectsAsMethods against crashes on Cog.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003482.htmlName: System-ar.343
Ancestors: System-ar.342
Fixes an ancient issue when launching Squeak with a script as argument. The code the converted the script name to a file url was just utterly and horribly broken and could not possibly work. With the fix, one can now again start Squeak with arguments of the form:
squeak mysqueak.image file.st
squeak mysqueak.image scripts/file.st
squeak mysqueak.image ../../svn/scripts/file.st
(and of course any kind of URL)
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003483.htmlName: System-tbn.344
Ancestors: System-ar.343
recategorize #isRunningCog under vm
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-June/003484.htmlName: Multilingual-ul.121
Ancestors: Multilingual-nice.120
- use #ifNil: when possible
- simplified UTF8TextConverter >> #nextFromStream:empty log message
=============================================