Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES
[p5sagit/p5-mst-13.2.git] / ext / Time-Piece / Changes
CommitLineData
16433e2b 1
2Time::Piece Changes
3
6653081c 41.15
5 - Skip a test on Win32 that there's just no way of passing
6 - Document the above failure
7
5f320ac7 81.14
9 - rework add_months() to not rely on strptime being able to parse illegal
10 dates (Gisle Aas).
11 - Various win32 TZ fixes from p5p core perl version
12
124e6c84 131.13
14 - More QNX fixes (kraai@ftbfs.org)
15 - Restore freebsd copyright on strptime.
16 - Added add_months and add_years methods.
17
181.12
19 - QNX fixes
20 - Merge with perl core version
21
16433e2b 221.11
23 - Skip %V test on Win32
24
251.10
26 - Number of bug fixes from RT
27 - (maintenance by Ricardo SIGNES)
28 - avoid warning in _mktime (bug #19677)
29
301.09
31 - (patches from Ricardo SIGNES)
32 - Tests largely moved to Test::More (from Test.pm)
33 - Time::Piece should now be safely subclassable
34
351.08
36 - A number of fixes for strptime
37 - Fixed docs wrt Time::Object references
38 - Fixed docs wrt ->month returning short month name
39 - Added ->fullmonth and ->fullday to get full day names
40
411.07
42 - Fix for ->week method
43
441.06
45 - Fix for Solaris pre-2.8
46 - Compilation checked on:
47 sparc solaris 2.7
48 sparc solaris 2.8
49 i686 linux
50 ia64 linux
51 pa-risc1.1 hpux 10.20
52 pa-risc2.0 hpux 11.00
53 alpha dec_osf 4.0
54 - Fixes for Win32 (Randy Kobes)
55
561.05
57 - Fix for Solaris (again)
58
591.04
60 - Slight fixes to strptime for Solaris and MacOSX
61 - Bug in strptime with daylight savings fixed.
62
631.03
64 - Updated MJD stuff (Tim Jeness)
65 - Added compare tests
66 - Ported test suite to Test.pm finally
67
681.01
69 - Added cs_sec and cs_mon to Time::Seconds so that
70 old Time::Object installs still work (except for add())
71