Daily Commit Log

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

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2016-June/068226.html

Name: Kernel-eem.1029
Ancestors: Kernel-mt.1028

Supply missing simulation methods for the new Mutex primitives and hence render through on code like the following funcitonal again:

Mutex new critical:
        [[Object new]
                on: Notification
                do: [:noti| ]]

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

http://lists.squeakfoundation.org/pipermail/packages/2016-June/068227.html

Name: Kernel-eem.1030
Ancestors: Kernel-eem.1029

Fix simulation of the withArgs:executeMethod: and tryPrimitive:withArgs: primitives, as well as providing support for receiver:tryPrimitive:withArgs: when it is implemented.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-June/068228.html

Name: WebClient-Core-topa.101
Ancestors: WebClient-Core-ul.100

Only close streams that are still connected.

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