Fix pulling a large time off the stack by using a real double. What I really need...
authorMichael G. Schwern <schwern@pobox.com>
Thu, 2 Oct 2008 21:30:26 +0000 (17:30 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 3 Jan 2009 17:39:00 +0000 (18:39 +0100)
commit7315c673ba1f7464d13b316726d987b19ed41a4a
tree80aa3883193761c9c8c563e60620cbe23877f0d7
parent806a119aef40085e6ee4a5a8bbab77cca98c9d08
Fix pulling a large time off the stack by using a real double. What I really need is SvQV.

Fix list context with large years.

List context can now go to 2**63-513.  I don't know why that's not 2**63-1
but I'll take it.  Maybe double imprecision.

Scalar context with large years still busted.  It appears to be something
inside Perl_newSVpvf().
pp_sys.c