| Commit message (Expand) | Author | Age | Files | Lines |
* | utf8.h: Refactor UNICODE_IS_NONCHAR() | Karl Williamson | 2021-05-28 | 1 | -3/+3 |
* | regexec.c: Move parameter cast into macro | Karl Williamson | 2021-05-28 | 1 | -8/+5 |
* | inline.h: Clarify comment | Karl Williamson | 2021-05-28 | 1 | -1/+2 |
* | regcomp.h: Fix typos in comments | Karl Williamson | 2021-05-28 | 1 | -2/+2 |
* | regexec.c: Replace code with equivlent inline fcn | Karl Williamson | 2021-05-28 | 1 | -2/+1 |
* | perl.h: Fix typo in comment | Karl Williamson | 2021-05-28 | 1 | -1/+1 |
* | Vulnerabilities in cpan/ modules still affect perl; we should handle them | Karen Etheridge | 2021-05-28 | 1 | -2/+4 |
* | isUTF8_CHAR() Check ptr before dereferencing | Karl Williamson | 2021-05-28 | 1 | -1/+1 |
* | remove MSVC100/vcexpress2010 from CI, at least for now | Tony Cook | 2021-05-27 | 1 | -44/+0 |
* | Perl_clear_defarray - array does not actually need Zeroing | Richard Leach | 2021-05-26 | 1 | -1/+1 |
* | Perl_clear_defarray: faster array creation via new macro+function | Richard Leach | 2021-05-26 | 1 | -4/+3 |
* | Add Perl_av_new_alloc() function and newAV_alloc_x/z() macros | Richard Leach | 2021-05-26 | 5 | -0/+94 |
* | Data::Dumper 2.180 was released on 2021-05-26. | Nicholas Clark | 2021-05-26 | 3 | -3/+7 |
* | perldelta.pod: entry for 2583ef6 (undef = ) | Richard Leach | 2021-05-25 | 1 | -0/+12 |
* | Make scalar assignment to undef a compile time error | Richard Leach | 2021-05-25 | 2 | -2/+4 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-25 | 2 | -2/+6 |
* | Restore the explicit Data::Dumper Makefile.PL | Nicholas Clark | 2021-05-25 | 2 | -0/+11 |
* | perldelta for 76d2194af, 73a0855d2ec, 8f432bc3ba | Tony Cook | 2021-05-25 | 1 | -3/+11 |
* | File::Copy: compare inode numbers as strings | Tony Cook | 2021-05-25 | 1 | -2/+2 |
* | Update version from CPAN to 0.9929 | Todd Rinaldo | 2021-05-24 | 14 | -172/+13 |
* | Make use open :std push layers without any munging | Leon Timmermans | 2021-05-24 | 1 | -13/+8 |
* | Do not cache utf8 offsets for non-canonical lengths | Leon Timmermans | 2021-05-24 | 4 | -8/+23 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-24 | 2 | -2/+6 |
* | 5.8.1 provides all of isASCII, isPRINT, isALPHA and isIDFIRST. | Nicholas Clark | 2021-05-24 | 1 | -17/+0 |
* | Dumper.xs can use more emulation functions from ppport.h | Nicholas Clark | 2021-05-24 | 1 | -49/+1 |
* | Update Maintainers.PL with experimental version info from 0.022 to 0.24 | Max Maischein | 2021-05-24 | 1 | -1/+1 |
* | mark test modules (found in ext/*/t/) as no_index | Tony Cook | 2021-05-24 | 3 | -1/+73 |
* | update PathTools changes for the inode comparison change | Tony Cook | 2021-05-24 | 1 | -0/+4 |
* | bump PathTools to 3.81 | Tony Cook | 2021-05-24 | 11 | -11/+11 |
* | PathTools: compare inode numbers as strings | Tony Cook | 2021-05-24 | 1 | -7/+7 |
* | fix utime() to set $!/errno when called on a closed handle | Tony Cook | 2021-05-24 | 2 | -0/+2 |
* | update dist/PathTools/Changes | Tony Cook | 2021-05-24 | 1 | -0/+26 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-23 | 2 | -2/+6 |
* | Eliminate $WANT, inline &SKIP_TEST into &TEST_BOTH, and pass $want to &TEST. | Nicholas Clark | 2021-05-23 | 1 | -19/+14 |
* | Convert all the Data::Dumper "numbers" and "strings" tests to TEST_BOTH. | Nicholas Clark | 2021-05-23 | 1 | -119/+118 |
* | Convert the tests for Dumpxs in list context and B::Deparse to TEST_BOTH. | Nicholas Clark | 2021-05-23 | 1 | -9/+12 |
* | Convert the test for blessed overloaded blobs to TEST_BOTH. | Nicholas Clark | 2021-05-23 | 1 | -5/+4 |
* | TEST_BOTH now handles DumperX/Dumper tests. | Nicholas Clark | 2021-05-23 | 1 | -37/+39 |
* | Add TEST_BOTH and SKIP_BOTH to dumper.t to remove a *lot* of DRY violations. | Nicholas Clark | 2021-05-23 | 1 | -369/+286 |
* | Better pure-Perl fallback output for v-strings. | Nicholas Clark | 2021-05-23 | 2 | -5/+5 |
* | Correct Data::Dumper test case for when no Data::Dumper XS code has loaded. | Nicholas Clark | 2021-05-23 | 2 | -1/+56 |
* | Convert dumper.t to Test::More. | Nicholas Clark | 2021-05-23 | 1 | -57/+65 |
* | Bump Data::Dumper's $VERSION and update Changes, for a dev release. | Nicholas Clark | 2021-05-23 | 2 | -2/+6 |
* | Remove Data::Dumper::_sortkeys(), which was only needed for pre 5.8.0 | Nicholas Clark | 2021-05-23 | 2 | -17/+1 |
* | Data::Dumper's minimum Perl version is now v5.8.1, up from v5.6.1 | Nicholas Clark | 2021-05-23 | 4 | -168/+39 |
* | Update Test::Simple from 1.302183 to 1.302185 | Max Maischein | 2021-05-23 | 73 | -75/+114 |
* | Add dry-run option "-n" to Porting/makemeta, documentation | Max Maischein | 2021-05-23 | 1 | -4/+36 |
* | Prepare Module::CoreList for 5.35.1 | Max Maischein | 2021-05-23 | 3 | -2/+49 |
* | Bump the perl version in various places for 5.35.1 | Max Maischein | 2021-05-23 | 21 | -131/+131 |
* | Update entry for dist/Data-Dumper | James E Keenan | 2021-05-22 | 1 | -1/+1 |