Update ppport.h to 3.14_05
[Data-Peek.git] / ChangeLog
blob06a44fa4b37eed712214e62326715162d3122d7c
1 2008-10-23 0.24 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3         * Implement DDisplay ()
4         * Implement triplevar ()
6 2008-10-21 0.23 - H.Merijn Brand   <h.m.brand@xs4all.nl>
8         * Selecting to install DP did not install Data::Peek
10 2008-10-20 0.22 - H.Merijn Brand   <h.m.brand@xs4all.nl>
12         * Updated to ppport-3.14_01
13         * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
14         * DP.pm gets version from Peek.pm
15         * DP.pm should not be installed in Data namespace
17 2008-10-13 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
19         * Typo in pod (Joshua Juran)
20         * MSwin doesn't use plain \n (RT#39916)
21         * Some MSWin (ActivePerl) and AIX builds do not have
22           Perl_sv_peek () exported (RT#39916)
24 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
26         * Renamed DDumper to Data::Peek
27         * Default argument for DPeek is $_
28         * Optionally install DP as shortcut for Data::Peek
29         * Public git repo set up
31 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
33         * Allocated length for PV's depends on arch (upped test to 8)
34         * Released on Amsterdam.pm
36 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
38         * Start writing tests for DDump ()
39         * Added DDual ()
41 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
43         * PerlIO is only available in 5.8 and up
44         * Perl 5.6 is a minimal requirement for 'use warnings'
45         * Tests for DPeek ()
46         * 5.8.0 did not export Perl_sv_catpvn ()
47         * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
48         * Tests for DDumper ()
49         * Doc changes
50         * In void context DDumper prints to STDERR
52 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
54         * Initial attempt