[squeak-dev] The Trunk: Chronology-Core-pre.9.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 12 15:39:02 UTC 2017


Patrick Rein uploaded a new version of Chronology-Core to project The Trunk:
http://source.squeak.org/trunk/Chronology-Core-pre.9.mcz

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

Name: Chronology-Core-pre.9
Author: pre
Time: 12 May 2017, 5:38:53.048874 pm
UUID: a643e5e5-bb82-e841-99c6-fbecce3e6e5f
Ancestors: Chronology-Core-ul.8

tiny change of code formatting

=============== Diff against Chronology-Core-ul.8 ===============

Item was changed:
  ----- Method: DateAndTime>>setJdn:seconds:nano:offset: (in category 'squeak protocol') -----
  setJdn: j seconds: s nano: n offset: o
  
+ 	jdn := j.
+ 	seconds := s.
+ 	nanos :=  n.
+ 	offset :=  o
- jdn := j.
- seconds := s.
- nanos :=  n.
- offset :=  o
  !



More information about the Squeak-dev mailing list