summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Update Module::CoreList for 5.35.3Karen Etheridge2021-08-203-2/+30
* bump $Time::HiRes::VERSIONTony Cook2021-08-171-1/+1
* Storable.xs: Fix a (possible) typo in byte-masking expression.TAKAI Kousuke2021-08-121-1/+1
* Time-HiRes: handle $Config{d_various} correctlyTony Cook2021-08-101-4/+16
* Only initialize threads::shared interpreter onceLeon Timmermans2021-08-052-10/+12
* Unicode-Normalize: Save '&' instrs by casting to U8Karl Williamson2021-07-302-9/+9
* Storable: Save a '&' instr by casting to U8Karl Williamson2021-07-302-2/+2
* Safe: safeutf8.t: Generalize for EBCDICKarl Williamson2021-07-251-2/+2
* Skip 501_ping_icmpv6.t when icmpv6 cannot be initialized. Credits to rurbanThibault DUPONCHELLE2021-07-241-1/+5
* Bump the perl version in various places ready for 5.35.3Neil Bowers2021-07-242-0/+23
* U:N: Generalize to work on EBCDICKarl Williamson2021-07-2314-172/+29
* U::N: Improve ok() functionKarl Williamson2021-07-231-2/+23
* Unicode::Normalize: Make ok() common to all .t filesKarl Williamson2021-07-2312-89/+23
* Update Module::CoreList for 5.35.2Neil Bowers2021-07-233-8/+86
* Use G_LIST in dist/threadsPaul "LeoNerd" Evans2021-07-222-10/+10
* Devel::PPPort: Fix STMT_START { ... } STMT_ENDKarl Williamson2021-07-181-1/+1
* Sync Devel::PPPort with CPAN version 3.63Karl Williamson2021-07-18127-1051/+2285
* Partially Revert "skip using gcc brace groups for STMT_START/END"Karl Williamson2021-07-181-2/+7
* Bump if.pm versionKarl Williamson2021-07-171-1/+1
* Add missing word in 'if's documentationSven Kirmess2021-07-171-1/+1
* skip using gcc brace groups for STMT_START/ENDTony Cook2021-07-151-7/+2
* Haiku BFS does not store atime and always return current timeThibault Duponchelle2021-07-132-10/+17
* get working directory on a non existing path returns a value and no errno on ...Thibault Duponchelle2021-07-102-1/+4
* Data::Dumper 2.183 was released on 2021-07-05.Nicholas Clark2021-07-052-2/+6
* Fix version numbers and attribution in the Data::Dumper changes file.Nicholas Clark2021-07-051-14/+14
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-07-052-2/+8
* Change dumper.t to done_testing() from plan() and an explicit test count.Nicholas Clark2021-07-051-9/+5
* Refactor the variable name code in Dumpxs to avoid repeated SvPV* calls.Nicholas Clark2021-07-052-24/+49
* In Data_Dumper_Dumpxs, rename name to name_sv.Nicholas Clark2021-07-051-20/+20
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-07-052-2/+6
* Data::Dumper was erroneously stringifying qr'$foo' as qr/$foo/Nicholas Clark2021-07-053-4/+77
* Data::Dumper 2.182 was released on 2021-06-30.Nicholas Clark2021-06-302-2/+6
* Reformatted Data-Dumper Changes as per CPAN::Changes::SpecNeil Bowers2021-06-301-386/+299
* Dumper.xs: Add commentKarl Williamson2021-06-301-1/+4
* Dumper.xs: Output orphaned EBCDIC control as octalKarl Williamson2021-06-301-20/+11
* Dumper.xs: Revise calculation of needed sizeKarl Williamson2021-06-301-7/+5
* Dumper.xs: isDIGIT() is now in ppport.hKarl Williamson2021-06-301-6/+2
* Dumper.xs: Port ESC_NATIVE back on EBCDICKarl Williamson2021-06-301-1/+1
* Bump Data::Dumper's $VERSION and update Changes, for a dev release.Nicholas Clark2021-06-302-2/+6
* Report Data::Dumper problems to Perl 5 Github issues queueJames E Keenan2021-06-301-0/+13
* Improve perlxs grammarBen Cornett2021-06-251-3/+3
* Drop support for XSLoader below 5.6Todd Rinaldo2021-06-203-55/+3
* Add strict to XSLoader_pm.PLLeon Timmermans2021-06-201-4/+7
* Add warnings to XSLoader.tLeon Timmermans2021-06-201-0/+4
* Update Module::CoreList for 5.35.2Max Maischein2021-06-203-2/+31
* Update Module::CoreList for 5.35.1Max Maischein2021-06-203-7/+112
* Add missing quotes to IO::Socket::INET exampleDave Lambley2021-06-101-1/+1
* avoid a prototype warning assigning \&getcwd to *cwdTony Cook2021-06-091-1/+2
* don't fallback to simple pwdTony Cook2021-06-091-6/+0
* remove code that assuming finding pwd on the path is reasonableTony Cook2021-06-091-14/+0