This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade Unicode::Normalize to 1.14.
[perl5.git] / cpan / Time-Piece / Changes
CommitLineData
16433e2b
SP
1Time::Piece Changes
2
90d55c29
CBW
31.20
4 - Fix for alloca broke Solaris
5 - Fixed documentation buggette about strptime
6 - Added ->pretty() method for Time::Seconds objects
7 - Add %s support to strptime
8
91.19
10 - Fix for alloca broke FreeBSD
11
121.18
13 - Fix for alloca on IRIX
14
151.17
16 - Force all to use internal strptime then everyone gets %z even OSX
17 users.
18 - Finally figured out the timezone test failures on Win32 and fixed
19 them.
20
211.16
22 - Implement %z for the internal implementation of strptime().
23 Unfortunately this doesn't get picked up everywhere, so there are no
24 tests for it (yet - patches welcome).
25 - Fix for major bug in add_months() using negative months which were
26 multiples of 12. Also affected add_years() with negative years.
27 - Fix for object creation bug in get_epochs which called new from object
28 but that wasn't supported in the new() code.
29 - Added docs about the weakness of using epoch seconds internally and
30 suggested alternatives.
31 - Removed useless "use UNIVERSAL qw(isa)" line.
32 - Fix for installing over core perl version.
33
6653081c
DM
341.15
35 - Skip a test on Win32 that there's just no way of passing
36 - Document the above failure
37
5f320ac7
SH
381.14
39 - rework add_months() to not rely on strptime being able to parse illegal
40 dates (Gisle Aas).
41 - Various win32 TZ fixes from p5p core perl version
42
124e6c84
RGS
431.13
44 - More QNX fixes (kraai@ftbfs.org)
45 - Restore freebsd copyright on strptime.
46 - Added add_months and add_years methods.
47
481.12
49 - QNX fixes
50 - Merge with perl core version
51
16433e2b
SP
521.11
53 - Skip %V test on Win32
54
551.10
56 - Number of bug fixes from RT
57 - (maintenance by Ricardo SIGNES)
58 - avoid warning in _mktime (bug #19677)
59
601.09
61 - (patches from Ricardo SIGNES)
62 - Tests largely moved to Test::More (from Test.pm)
63 - Time::Piece should now be safely subclassable
64
651.08
66 - A number of fixes for strptime
67 - Fixed docs wrt Time::Object references
68 - Fixed docs wrt ->month returning short month name
69 - Added ->fullmonth and ->fullday to get full day names
70
711.07
72 - Fix for ->week method
73
741.06
75 - Fix for Solaris pre-2.8
76 - Compilation checked on:
77 sparc solaris 2.7
78 sparc solaris 2.8
79 i686 linux
80 ia64 linux
81 pa-risc1.1 hpux 10.20
82 pa-risc2.0 hpux 11.00
83 alpha dec_osf 4.0
84 - Fixes for Win32 (Randy Kobes)
85
861.05
87 - Fix for Solaris (again)
88
891.04
90 - Slight fixes to strptime for Solaris and MacOSX
91 - Bug in strptime with daylight savings fixed.
92
931.03
94 - Updated MJD stuff (Tim Jeness)
95 - Added compare tests
96 - Ported test suite to Test.pm finally
97
981.01
99 - Added cs_sec and cs_mon to Time::Seconds so that
100 old Time::Object installs still work (except for add())
101