summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update version from CPAN to 0.9929Todd Rinaldo2021-05-2414-172/+13
* Make use open :std push layers without any mungingLeon Timmermans2021-05-241-13/+8
* Do not cache utf8 offsets for non-canonical lengthsLeon Timmermans2021-05-244-8/+23
* 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 Maintainers.PL with experimental version info from 0.022 to 0.24Max Maischein2021-05-241-1/+1
* mark test modules (found in ext/*/t/) as no_indexTony Cook2021-05-243-1/+73
* 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
* fix utime() to set $!/errno when called on a closed handleTony Cook2021-05-242-0/+2
* 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
* Update Test::Simple from 1.302183 to 1.302185Max Maischein2021-05-2373-75/+114
* Add dry-run option "-n" to Porting/makemeta, documentationMax Maischein2021-05-231-4/+36
* Prepare Module::CoreList for 5.35.1Max Maischein2021-05-233-2/+49
* Bump the perl version in various places for 5.35.1Max Maischein2021-05-2321-131/+131
* Update entry for dist/Data-DumperJames E Keenan2021-05-221-1/+1
* Perl_pad_new: directly allocate SV* array, remove av_store() callsRichard Leach2021-05-221-2/+9
* Perl_pad_push: directly allocate SV* array, remove av_store() callsRichard Leach2021-05-221-2/+6
* Perl_pad_push: assign the SV to store in sv, use single av_store()Richard Leach2021-05-221-6/+5
* 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
* Update Scalar-List-Utils to 1.56Max Maischein2021-05-2211-22/+262
* release schedule: schedule a few months outRicardo Signes2021-05-211-14/+12
* Fix typoDave Cross2021-05-211-1/+1
* Perlsphere has been replaced by Planet Perl. Perl Weekly is now on httpsDave Cross2021-05-211-3/+3
* All gravyChris 'BinGOs' Williams2021-05-211-1/+1
* IO: add a test for sync()Tomasz Konojacki2021-05-211-1/+10
* IO: implement sync() for win32Tomasz Konojacki2021-05-2112-12/+16
* incorporate review feedbackFelipe Gasper2021-05-201-30/+25