[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Feb 19 22:55:02 UTC 2016


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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009433.html

Name: Kernel-bf.994
Ancestors: Kernel-eem.993

Make Timespan explicitly ignore its start's timezone offset if it was created with the defaultOffset.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009434.html

Name: 51Deprecated-bf.18
Ancestors: 51Deprecated-mt.17

Deprecate DateAndTime class>>nowWithOffset:

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009435.html

Name: Kernel-bf.995
Ancestors: Kernel-bf.994

Add preference to disable automatic timezone adjustment.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009436.html

Name: KernelTests-cmm.304
Ancestors: KernelTests-eem.303

Expose nightmare bug just introduced by recent Chronology changes.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009437.html

Name: Kernel-bf.996
Ancestors: Kernel-bf.995

Typo.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009438.html

Name: Kernel-bf.997
Ancestors: Kernel-bf.996

Make testRematerializedDateComparison pass.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009439.html

Name: Kernel-bf.998
Ancestors: Kernel-bf.997

Fix underscore assignments

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009440.html

Name: Kernel-eem.999
Ancestors: Kernel-bf.998

Fix isSuspended (my last commit was a regression; I had confused isSuspended with isBlocked).  Comment all the isFoo testing methods in process.  Add isBlocked.  Modify Process>>terminate to set the pc of the context of a process that is not auto-terminated to its endPC so that isTerminated and isSuspended can distinguish between processes either terminated or suspended.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009441.html

Name: KernelTests-eem.305
Ancestors: KernelTests-cmm.304

Expand on the process state tests to test more processes and to test the new isBlocked.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009442.html

Name: Kernel-eem.1000
Ancestors: Kernel-eem.999

Make Process>>resume primitive.  Andreas fixed the ancestor of the Cog VM so that the resume primitive fails if the suspendedContext is not a context.  This renders Tim's suspendedCOntext ifNil: [^self primitiveFailed] guard obsolete.  Hence nuke primitiveResume.

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009443.html

Name: Kernel-tfel.1001
Ancestors: Kernel-eem.1000

Fix fallback code in Large(Positive|Negative)Integer>>normalize. The code incorrectly assumed that if you max/min integer is larger than -2**30 / 2**30-1 then you are on 64bit. Some VMs do not do Integer tagging, and for those the check should be as on the machine level (-2**31 / 2**31-1)

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009444.html

Name: Graphics-tfel.326
Ancestors: Graphics-tfel.325

use VM primitive to flip screen buffers when drawing rectangles to the screen

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

http://lists.squeakfoundation.org/pipermail/packages/2016-February/009445.html

Name: Morphic-mt.1089
Ancestors: Morphic-mt.1088

Check for running UI process simplified due to latest updates in Process class.

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


More information about the Squeak-dev mailing list