The Trunk: Chronology-Core-pre.9.mcz

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

The Trunk: Chronology-Core-pre.9.mcz

commits-2
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
  !