General

Profile

teleological (Riley Lynch)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 3 3

Activity

06/06/2013

05:09 PM Ruby Bug #8500 (Closed): date_core testing address not value of variable on stack
=begin
This line appears ten times in date_core.c:
decode_year(y, ns ? -1 : +1, &nth2, ry);
The type of ns is int*, and it seems to always be populated with the address of a stack variable, with the effect that the condition is ...
teleological (Riley Lynch)

06/04/2013

03:52 PM Ruby Bug #8485 (Closed): Incorrect period index for Gregorian Dates at beginning of each CM_PERIOD
=begin
In Ruby 1.9-2.0 date_core, the year and chronological Julian day of a Date are stored as offsets from an indexed period relative to 0j, -4712-01-01 in the Julian calendar. Each period consists of exactly 194,796 Julian years, i.e...
teleological (Riley Lynch)

05/20/2013

08:03 AM Ruby Bug #8428 (Closed): Date#to_time yields incorrect value for Julian dates
=begin
Date instances with Julian day values that precede the calendar reform start day (i.e. #julian? == true), return Time objects which do not correspond to the chronological Julian day which the Date instances represent.
d = Da...
teleological (Riley Lynch)

Also available in: Atom