[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Jul 18 23:55:02 UTC 2014


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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007160.html

Name: System-nice.675
Ancestors: System-nice.674

Remove a bit of ascii/binary dance.
This is possible
- in CodeLoader because ByteArray now understands unzipped
- in DataStream>>readString, because nextString will turn stream to binary right after we asked for ascii...
- in SmartRefStream>>appendClassDefns because we can forward the job to an asciiStream.
Beware, this last part was not WideString friendly, and still isn't really.
We should better use something like UTF8 but it's not a local change - we'll see later...

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007161.html

Name: Collections-nice.574
Ancestors: Collections-ul.573

Less ascii/binary dance.
The sender of nextString doesn't try to force ascii, anymore so the implementor doesn't have to force binary.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007162.html

Name: KernelTests-eem.275
Ancestors: KernelTests-eem.274

Add a test for BlockClosure>>sourceString

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007163.html

Name: Kernel-eem.858
Ancestors: Kernel-eem.857

Fix a couple of bugs in BlockClosure>>printSourceOn:

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007164.html

Name: Kernel.spur-eem.858
Ancestors: Kernel-eem.858

Kernel-eem.858 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.168

Fix a couple of bugs in BlockClosure>>printSourceOn:

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007165.html

Name: System-eem.676
Ancestors: System-nice.675

Fix vmStatisticsReportString for Spur.
Provide Smalltalk vm isRunningSpur.
Improve isRunningCogit & isRunningCog
Extend the comment in vmParameterAt:

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007166.html

Name: System.spur-eem.676
Ancestors: System-eem.676

System-eem.676 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.168

Fix vmStatisticsReportString for Spur.
Provide Smalltalk vm isRunningSpur.
Improve isRunningCogit & isRunningCog
Extend the comment in vmParameterAt:

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007167.html

Name: Kernel-eem.859
Ancestors: Kernel-eem.858

Add the base ServiceGui menu hook to StringHolder in
preparation for making CodeHolder's one augment menus,
not just Browser's.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007168.html

Name: Tools-eem.525
Ancestors: Tools-eem.524

Nuke CodeHolder's null menuHook:named:shifted: now there's
a null StringHolder>>menuHook:named:shifted:

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007169.html

Name: Services-Base-eem.52
Ancestors: Services-Base-topa.51

Augment message list menus in the CodeHolder hierarchy.
Now cmm's mc history/mc origin is available from
message lists, message names et al.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-July/007170.html

Name: Kernel.spur-eem.859
Ancestors: Kernel-eem.859

Kernel-eem.859 patched for Spur by SpurBootstrapMonticelloPackagePatcher Cog-eem.168

Add the base ServiceGui menu hook to StringHolder in
preparation for making CodeHolder's one augment menus,
not just Browser's.

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


More information about the Squeak-dev mailing list