summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.35.2Neil Bowers2021-07-231-2/+3
* Updated with changed modulesNeil Bowers2021-07-231-23/+183
* Update Module::CoreList for 5.35.2Neil Bowers2021-07-233-8/+86
* first cut at perldeltaNeil Bowers2021-07-231-318/+34
* Updated for 5.35.2Neil Bowers2021-07-231-2/+2
* Updated Text-Tabs+Wrap from 2013.0523 to 2021.0717Neil Bowers2021-07-2220-28/+167
* Upgraded Encode from 3.08 to 3.10Neil Bowers2021-07-226-38/+33
* version of Devel::PPPort wasn't bumped when mergingNeil Bowers2021-07-221-1/+1
* Upgraded Math::BigRat, Math::BigInt::FastCalc, Math::BigInt, & bignumNeil Bowers2021-07-2265-1802/+6844
* Use G_LIST in dist/threadsPaul "LeoNerd" Evans2021-07-222-10/+10
* Unicode::UCD: Bump version; regenKarl Williamson2021-07-205-5/+5
* Unicode::UCD: Fix character name in PODJakub Wilk2021-07-201-1/+1
* Add perldelta.pod entry describing G_ARRAY->G_LIST renamePaul "LeoNerd" Evans2021-07-191-0/+8
* Update op/length.t to use strict/modern 'is()' testsKarl Williamson2021-07-181-62/+41
* Devel::PPPort: Fix STMT_START { ... } STMT_ENDKarl Williamson2021-07-181-1/+1
* Sync Devel::PPPort with CPAN version 3.63Karl Williamson2021-07-18128-1051/+2308
* Partially Revert "skip using gcc brace groups for STMT_START/END"Karl Williamson2021-07-181-2/+7
* perlapi: Consolidate and revise pod for toCASE_CHANGEfoo()Karl Williamson2021-07-171-111/+151
* Sven Kirmess is now a Perl authorKarl Williamson2021-07-171-0/+1
* Bump if.pm versionKarl Williamson2021-07-171-1/+1
* Put back the old url for unicode.org (in lib/unicore) since there is now a re...Thibault DUPONCHELLE2021-07-179-21/+21
* Refine the changes to perlintro.pod after feedback and discussion.Nicholas Clark2021-07-171-6/+4
* Three small changes to perlintro.podNicholas Clark2021-07-171-6/+5
* Add missing word in 'if's documentationSven Kirmess2021-07-171-1/+1
* CPAN and Core match at Data-Dumper-2.183Chris 'BinGOs' Williams2021-07-171-1/+1
* Sync DB_File with CPAN version 1.856Paul Marquess2021-07-176-11/+11
* Merge branch '18780-compound-token-split-by-macro' into bleadJames E Keenan2021-07-152-12/+2
|\
| * skip using gcc brace groups for STMT_START/ENDTony Cook2021-07-152-12/+2
|/
* Haiku BFS does not store atime and always return current timeThibault Duponchelle2021-07-134-17/+32
* Increment $VERSION throughoutJames E Keenan2021-07-113-3/+3
* Merge branch 'pod-html-refactoring-3-of-5' into bleadJames E Keenan2021-07-113-142/+141
|\
| * Re-arrange subs in calling orderJames E Keenan2021-07-113-142/+141
|/
* get working directory on a non existing path returns a value and no errno on ...Thibault Duponchelle2021-07-102-1/+4
* av_new_alloc: revise description of size parameterRichard Leach2021-07-061-4/+3
* Only set IOKp, not IOK on $) and $(.Felipe Gasper2021-07-062-2/+22
* Fix syntax error wwhen NAN_COMPARE_BROKENKarl Williamson2021-07-061-1/+1
* Merge branch 'pod-html-refactoring-2-of-5' into bleadJames E Keenan2021-07-0615-442/+670
|\
| * Use lowercase for lexical variables -- even filehandlesJames E Keenan2021-07-062-12/+12
| * After eval-ing $VERSION, assign return value back to $VERSIONJames E Keenan2021-07-061-2/+1
| * Pod-Html: rename Auxiliary.pm to Util.pmJames E Keenan2021-07-067-12/+12
| * Keep $VERSION in synchJames E Keenan2021-07-061-1/+1
| * Introduce refine_parser()James E Keenan2021-07-061-49/+51
| * Introduce generate_cache() and identify_input()James E Keenan2021-07-061-42/+61
| * Rename one method per suggestion from rjbsJames E Keenan2021-07-061-2/+2
| * Introduce internal sub set_Title();James E Keenan2021-07-061-18/+23
| * Introduce internal sub refine_globals()James E Keenan2021-07-061-19/+25
| * Create internal sub parse_input_for_podtree()James E Keenan2021-07-061-13/+20
| * Remove last hard-tabs from Html.pmJames E Keenan2021-07-061-13/+12
| * Create sub write_file()James E Keenan2021-07-061-17/+21
| * Introduce Pod::Html::AuxiliaryJames E Keenan2021-07-0613-256/+333