[Pkg] The Trunk: Kernel-bf.996.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 18 23:58:07 UTC 2016


Bert Freudenberg uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-bf.996.mcz

==================== Summary ====================

Name: Kernel-bf.996
Author: bf
Time: 18 February 2016, 3:57:42.016305 pm
UUID: 0ff27acd-a99f-4705-a40d-c2eb6c1597fe
Ancestors: Kernel-bf.995

Typo.

=============== Diff against Kernel-bf.995 ===============

Item was changed:
  ----- Method: DateAndTime>>hasSmallerTicksThan: (in category 'private') -----
  hasSmallerTicksThan: aDateAndTime
  	
  	^ jdn < aDateAndTime julianDayNumber or:
  		[ jdn > aDateAndTime julianDayNumber
  			ifTrue: [ false ]
  			ifFalse:
  				[ seconds < aDateAndTime secondsSinceMidnight or:
  					[ seconds > aDateAndTime secondsSinceMidnight
  						ifTrue: [ false ]
+ 						ifFalse: [ nanos < aDateAndTime nanoSecond ] ] ] ]!
- 						ifFalse: [ nanoSeconds < aDateAndTime nanoSecond ] ] ] ]!



More information about the Packages mailing list