v 0.29
[Data-Peek.git] / ChangeLog
blob352c4b7c74475c74ba5e733a20770d06236ebf76
1 2009-11-09 0.29 - H.Merijn Brand   <h.m.brand@xs4all.nl>
3     * Use skip instead of skip_all for builds that have no DPeek ()
4     * Be more lenient towards the allocated space
6 2009-11-06 0.28 - H.Merijn Brand   <h.m.brand@xs4all.nl>
8     * DDump () now dumps the variable itself, instead of a copy (Zefram)
9     * Add DGrow ()
11 2009-06-03 0.27 - H.Merijn Brand   <h.m.brand@xs4all.nl>
13     * void context behaviour for DPeek ()
14     * void context behaviour for DDual ()
16 2009-06-03 0.26 - H.Merijn Brand   <h.m.brand@xs4all.nl>
18     * Upped copyright to 2009
19     * Corrected paren placement for bless (...)
20     * Documentation fixes
21     * Added Test::NoWarnings
22     * Added DDsort ()
24 2008-11-24 0.25 - H.Merijn Brand   <h.m.brand@xs4all.nl>
26     * Wrong e-mail in META.yml
27     * #34831 fixed tied $,
29 2008-10-31 0.24 - H.Merijn Brand   <h.m.brand@xs4all.nl>
31     * Implement DDisplay ()
32     * Implement triplevar ()
33     * Update ppport.h to 3.14_05 (mhx++)
34     * 5.6.x DDisplay ()'s UTF8 different
35     * make leaktest/leakcheck enabled and executed
37 2008-10-21 0.23 - H.Merijn Brand   <h.m.brand@xs4all.nl>
39     * Selecting to install DP did not install Data::Peek
41 2008-10-20 0.22 - H.Merijn Brand   <h.m.brand@xs4all.nl>
43     * Updated to ppport-3.14_01
44     * YAML declared 1.4 (META.yml) instead of 1.1 (YAML)
45     * DP.pm gets version from Peek.pm
46     * DP.pm should not be installed in Data namespace
48 2008-10-13 0.21 - H.Merijn Brand   <h.m.brand@xs4all.nl>
50     * Typo in pod (Joshua Juran)
51     * MSwin doesn't use plain \n (RT#39916)
52     * Some MSWin (ActivePerl) and AIX builds do not have
53       Perl_sv_peek () exported (RT#39916)
55 2008-10-08 0.20 - H.Merijn Brand   <h.m.brand@xs4all.nl>
57     * Renamed DDumper to Data::Peek
58     * Default argument for DPeek is $_
59     * Optionally install DP as shortcut for Data::Peek
60     * Public git repo set up
62 2008-10-07 0.16 - H.Merijn Brand   <h.m.brand@xs4all.nl>
64     * Allocated length for PV's depends on arch (upped test to 8)
65     * Released on Amsterdam.pm
67 2008-09-26 0.15 - H.Merijn Brand   <h.m.brand@xs4all.nl>
69     * Start writing tests for DDump ()
70     * Added DDual ()
72 2008-09-25 0.11 - H.Merijn Brand   <h.m.brand@xs4all.nl>
74     * PerlIO is only available in 5.8 and up
75     * Perl 5.6 is a minimal requirement for 'use warnings'
76     * Tests for DPeek ()
77     * 5.8.0 did not export Perl_sv_catpvn ()
78     * Tested for 5.6.2, 5.8.0, 5.8.7, 5.8.8, 5.10.0, and devel
79     * Tests for DDumper ()
80     * Doc changes
81     * In void context DDumper prints to STDERR
83 2008-09-24 0.10 - H.Merijn Brand   <h.m.brand@xs4all.nl>
85     * Initial attempt