From: Jarkko Hietaniemi Date: Thu, 9 Sep 1999 15:56:52 +0000 (+0000) Subject: perldeltify change #4115. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3a1d5647737d6f75a9a27253766130f69d2a48e;p=p5sagit%2Fp5-mst-13.2.git perldeltify change #4115. p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6 p4raw-id: //depot/cfgperl@4116 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2561cde..bfd071a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -530,7 +530,9 @@ runtime error. The timelocal() and timegm() functions used to silently return bogus results when the date exceeded the machine's integer range. They -now consistently croak() if the date falls in an unsupported range. +now consistently croak() if the date falls in an unsupported range-- +but on the other hand they now accept "out-of-limits" day-of-month +to make "Julian date" conversions easier. =item Win32