summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
...
* Data::Dumper 2.180 was released on 2021-05-26.Nicholas Clark2021-05-262-2/+6
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-05-252-2/+6
* Restore the explicit Data::Dumper Makefile.PLNicholas Clark2021-05-251-0/+10
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-05-242-2/+6
* 5.8.1 provides all of isASCII, isPRINT, isALPHA and isIDFIRST.Nicholas Clark2021-05-241-17/+0
* Dumper.xs can use more emulation functions from ppport.hNicholas Clark2021-05-241-49/+1
* update PathTools changes for the inode comparison changeTony Cook2021-05-241-0/+4
* bump PathTools to 3.81Tony Cook2021-05-2411-11/+11
* PathTools: compare inode numbers as stringsTony Cook2021-05-241-7/+7
* update dist/PathTools/ChangesTony Cook2021-05-241-0/+26
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-05-232-2/+6
* Eliminate $WANT, inline &SKIP_TEST into &TEST_BOTH, and pass $want to &TEST.Nicholas Clark2021-05-231-19/+14
* Convert all the Data::Dumper "numbers" and "strings" tests to TEST_BOTH.Nicholas Clark2021-05-231-119/+118
* Convert the tests for Dumpxs in list context and B::Deparse to TEST_BOTH.Nicholas Clark2021-05-231-9/+12
* Convert the test for blessed overloaded blobs to TEST_BOTH.Nicholas Clark2021-05-231-5/+4
* TEST_BOTH now handles DumperX/Dumper tests.Nicholas Clark2021-05-231-37/+39
* Add TEST_BOTH and SKIP_BOTH to dumper.t to remove a *lot* of DRY violations.Nicholas Clark2021-05-231-369/+286
* Better pure-Perl fallback output for v-strings.Nicholas Clark2021-05-232-5/+5
* Correct Data::Dumper test case for when no Data::Dumper XS code has loaded.Nicholas Clark2021-05-232-1/+56
* Convert dumper.t to Test::More.Nicholas Clark2021-05-231-57/+65
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-05-232-2/+6
* Remove Data::Dumper::_sortkeys(), which was only needed for pre 5.8.0Nicholas Clark2021-05-232-17/+1
* Data::Dumper's minimum Perl version is now v5.8.1, up from v5.6.1Nicholas Clark2021-05-234-168/+39
* Prepare Module::CoreList for 5.35.1Max Maischein2021-05-233-2/+49
* Data::Dumper 2.180 was released on 2021-05-17.Nicholas Clark2021-05-222-2/+6
* Bump Data::Dumper's $VERSION and update Changes.Nicholas Clark2021-05-222-2/+6
* Rework Data::Dumper Unicode-in-qr support.Nicholas Clark2021-05-222-21/+49
* Document the scanning logic in Data::Dumper's dump_regexp.Nicholas Clark2021-05-221-0/+16
* More tests for Unicode in qr//.Nicholas Clark2021-05-221-5/+53
* More regression tests for perl #58608 (quoting / in qr//).Nicholas Clark2021-05-221-1/+27
* Current ppport.h forcibly overrides older buggy versions of utf8_to_uvchr_bufNicholas Clark2021-05-221-0/+5
* ppport.h's utf8_to_uvchr_buf implementation misses a NULL check in one place.Nicholas Clark2021-05-221-1/+3
* IO: add a test for sync()Tomasz Konojacki2021-05-211-1/+10
* IO: implement sync() for win32Tomasz Konojacki2021-05-2112-12/+16
* Bump to 5.35.0:Sawyer X2021-05-213-2/+32
* Update Module::CoreListSawyer X2021-05-151-0/+1
* Update Changes file for Data::Dumper.Nicholas Clark2021-05-141-2/+26
* For 5.34.0, revert the fix for GH #18614 as it introduces a regression.Nicholas Clark2021-05-143-6/+5
* Update Module::CoreList for 5.34.0Sawyer X2021-05-043-2/+32
* Update changed modules in Module::CoreListTodd Rinaldo2021-04-201-1/+46
* Docs: Emphasize SvPVbyte and SvPVutf8 over SvPV. This updatesFelipe Gasper2021-04-142-5/+6
* Correct documentation of indent Style 2James E Keenan2021-04-071-11/+10
* Bump $VERSION throughout dist/ExtUtils-ParseXS/libJames E Keenan2021-03-249-9/+9
* Bump $VERSION to keep porting tests happyJames E Keenan2021-03-241-1/+1
* ExtUtils::ParseXS fix error-message bugEd J2021-03-243-2/+40
* use PERL_VERSION_LE not 5.33+ PERL_VERSION_LTEd J2021-03-241-2/+2
* Prepare Module::CoreList for 5.033009Nicolas R2021-03-203-2/+32
* Update Module::CoreList for 5.33.8Nicolas R2021-03-201-0/+31
* Bump Data::Dumper versionAaron Crane2021-03-031-2/+2
* Make Data::Dumper mark regex output as UTF-8 if neededAaron Crane2021-03-032-1/+28