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