This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document string- and number-specific bitops in perlop
[perl5.git] / dist / Data-Dumper /
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-21 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.156
2014-12-21 Father ChrysostomosUse GIMME_V in Data::Dumper
2014-12-14 Tony CookUseqq no longer forces use of the pure-perl Data::Dumper
2014-12-06 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.155
2014-12-06 Jarkko Hietaniemigcc thinks it can see how 'entry' can be accessed unini...
2014-09-18 Steffen MuellerData::Dumper version bump for CPAN release
2014-09-18 Tony Cookdon't recurse infinitely in Data::Dumper
2014-06-24 Tony Cookremove extraneous setting of $TODO
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Tony Cooktest for the Data::Dumper bug fixed by "Change newSVpvn...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-05 Karl WilliamsonData::Dumper: Fix wrong #if
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-03-07 Steffen MuellerData::Dumper update/changelog and version bump
2013-12-29 James E KeenanAdd names (descriptions) to t/dumper.t tests lacking...
2013-12-18 Tony Cook[perl #120384] make hash key quoting compatible between...
2013-12-17 Tony Cookbump $Data::Dumper::VERSION
2013-12-17 Tony Cook[perl #82948] use re::regexp_pattern in list context...
2013-09-09 Father ChrysostomosDumper.xs: Update comment
2013-09-07 Karl WilliamsonData-Dumper/Dumper.pm: An EBCDIC fix
2013-08-25 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.149
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-02 Tony Cookprevent a precedence warning on clang
2013-07-23 Tony Cook[perl #74798] fix the build for -Duseithreads
2013-07-22 Tony Cookbump version for Data-Dumper
2013-07-22 Tony Cook[perl #74798] improved useqq compatibility with the...
2013-07-17 Tony Cookhandle xs Useqq dumping of strings with an escape follo...
2013-07-17 Tony Cookadjust indentation to match other DD code
2013-07-17 Slaven RezicData::Dumper: useqq implementation for xs
2013-07-07 Father ChrysostomosSuppress dep warnings in DD’s indent.t
2013-05-25 David Steinbrunnertypo fix for Data::Dumper
2013-03-15 Steffen MuellerData::Dumper version bump and changelog for release
2013-03-15 Steffen MuellerData::Dumper test compatibility fixes for older Perls
2013-03-15 Steffen MuellerAdd security warning about eval'ing DD output
2013-03-14 Karl WilliamsonAllow Data::Dumper to work on older Perls
2013-02-28 James E KeenanLoosen the passing requirement for a regex.
2013-02-26 Steffen MuellerUpdate Data::Dumper version and release date
2013-02-26 Steffen MuellerUpdate Data::Dumper changelog
2013-02-17 Steffen Mueller[perl #116587] Data::Dumper intermittently fails tests...
2013-01-31 James E KeenanData-Dumper: Boost test coverage and refactor.
2013-01-13 Aaron CraneMake Data::Dumper XS ignore Freezer return value
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-12 Steffen MuellerBring Data::Dumper version and changelog up to date...
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-22 Steffen MuellerData::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...
2012-10-04 Steffen MuellerData::Dumper: Promote dev version to stable release
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-07 Steffen MuellerData::Dumper: Updated changelog
2012-08-07 Steffen MuellerData::Dumper: Fix tests for pure-Perl implementation
2012-08-06 Karl WilliamsonData::Dumper: Fix to use with earlier Perls
2012-08-06 Steffen MuellerData::Dumper: Import more change history
2012-08-02 Steffen MuellerData::Dumper: Comment on previous optimization
2012-08-02 Steffen MuellerData::Dumper: Option to avoid building much of the...
2012-07-30 Nicholas ClarkFix C pre-processor expression in Dumper.xs
2012-07-29 Father ChrysostomosDumper.xs: Avoid scan_vstring on 5.17.3
2012-07-29 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_07
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-02-19 Nicholas ClarkRefactor code in Data::Dumper to assume that >=5.8...
2012-02-04 Nicholas ClarkAvoid a warning from clang when compiling Data::Dumper.
2012-02-04 Father Chrysostomos[perl #58608] Fix DD’s dumping of qr|\/|
2012-02-04 Father ChrysostomosData::Dumper/qr.t: This test is not strict-safe
2012-02-04 Father ChrysostomosData::Dumper/qr.t: Add test names and diagnostics
2012-02-04 Father ChrysostomosData::Dumper: qr.t: Add a pure-Perl TODO test
2012-02-04 Alexandr Ciornii[perl #58608] TODO tests for DD and qr|\/|
2012-02-04 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_04
2012-02-04 Father Chrysostomos[perl #107372] DD and overloaded blessed globs
2011-12-31 Father ChrysostomosAllow Data::Dumper to load on miniperl
2011-12-31 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_03
2011-12-26 Father ChrysostomosSkip failing DD tests under 5.6
2011-12-26 Father ChrysostomosFix DD’s vstring tests unter 5.6
2011-12-26 Father ChrysostomosMake DD dump *{''} correctly under 5.6
2011-12-26 Father ChrysostomosMake DD dump *{''} properly
2011-12-25 Father Chrysostomos[perl #101162] DD support for vstrings
2011-12-25 Father ChrysostomosIncrease $Data::Dumper::VERSION to 2.135_02
2011-12-19 Steffen MuellerData::Dumper: Changelog and version bump
2011-11-22 Father ChrysostomosMake Data::Dumper UTF8- and null-clean with GVs
2011-09-07 Nicholas ClarkIn Dumper.xs, use sv_newmortal() instead of sv_mortalco...
2011-08-25 Father ChrysostomosDumper.xs: Suppress compiler warning
2011-08-09 Father ChrysostomosKeep verbatim pod in Data::Dumper within 80 cols
2011-05-28 Steffen MuellerUpgrade Data::Dumper to 2.131
2011-05-20 Steffen MuellerFix skip() usage in tests
2011-01-25 Nicholas ClarkConvert Data::Dumper's overload.t to Test::More
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-12-19 Zeframbump version of many modules
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-20 Chris 'BinGOs' Wil... Bump Data::Dumper version as previous commit made a...
2010-11-20 Nicholas ClarkFix the test fix for older perls (5499dc3d6e47ea78...
2010-11-20 Father ChrysostomosSkip [perl #72332] DD test on 5.10.1
2010-11-19 Steffen MuellerFix Data::Dumper test on old perls
2010-11-12 Father ChrysostomosUpdate Data::Dumper’s change log
2010-11-12 Father ChrysostomosIncrease Data::Dumper’s version
2010-11-07 Niko TyniFix an out of bounds write in Data-Dumper with malforme...
2010-10-18 Father ChrysostomosSet Data::Dumper’s release date to that of perl 5.13.6
2010-09-28 Florian RagwitzRemove a wrong +x bit
2010-09-28 Slaven Rezic[perl #74798] test Data::Dumper with all latin1 characters
next