seanjensengrey / mosh-scheme

Automatically exported from code.google.com/p/mosh-scheme
Other
0 stars 0 forks source link

SRFI-19: lacks 2009 leap second #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We don't have a leap second inserted between 2008 and 2009.

tm:leap-second-table should be added an entry like: 
(1230768000 . 34)

(took from http://jjy.nict.go.jp/news/leaps2009.html )

Original issue reported on code.google.com by oku...@gmail.com on 25 Jan 2011 at 11:45

GoogleCodeExporter commented 9 years ago
target change (unknown -> 0.2.7)

todo:

- introduce above change.
- write a test
- see other implementations for this problem.

note:

- Larceny already have this fix.

Original comment by oku...@gmail.com on 31 Jan 2011 at 5:06

GoogleCodeExporter commented 9 years ago
FIxed.
https://github.com/okuoku/mosh/commit/0ca4a5cfa1dead8940bc2896ea94323332d43bd5

We should implement ISO-C/C++ backend of this..Test was not added.

Original comment by oku...@gmail.com on 19 Feb 2011 at 8:11