summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Bump the perl version in various places for 5.35.7Richard Leach2021-11-211-1/+1
* POD breakage in lib/warnings.pmPete Houston2021-11-181-2/+2
* remove cop addressed from saved lines when the cop is freedTony Cook2021-11-151-0/+43
* document the DebugWrap class used internally to perl5db.tTony Cook2021-11-151-0/+144
* allow DebugWrap to take the test code as an argumentTony Cook2021-11-151-1/+21
* feature.pm: remove bareword_filehandles from :5.36Ricardo Signes2021-11-021-6/+8
* feature: remove indirect and multidimensional in v5.36Ricardo Signes2021-11-021-5/+4
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-026-18/+8
* lib/diagnostics.pm remove obscure wording in PODRobert Rothenberg2021-10-231-2/+2
* Bump version to 5.35.6Leon Timmermans2021-10-211-1/+1
* n-at-a-time for loops now warn by default (as 'experimental::for_list').Nicholas Clark2021-10-151-0/+2
* Add a new warning experimental::for_list.Nicholas Clark2021-10-151-5/+10
* B::Deparse now handles n-at-a-time for.Nicholas Clark2021-10-152-2/+23
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-086-14/+6
* add OPpUSEINT op_private flag bitDavid Mitchell2021-10-071-13/+4
* Remove the last traces of the no longer existing cmd_l commandE. Choroba2021-10-071-4/+4
* Change %grandfathers to %legacy in Config.tNicholas Clark2021-09-281-9/+10
* Remove grandfather as a verb in Tie::Handle, Tie::Hash and Tie::ScalarOlaf Alders2021-09-283-8/+8
* Bump versions from v5.35.4 to v5.35.5Matthew Horsfall2021-09-201-1/+1
* mktables: Remove relics of removed legacy tablesKarl Williamson2021-09-152-10/+4
* Support Unicode 14.0Unicode Consortium2021-09-1559-2525/+6804
* regen/mk_invlists.pl: Add commentKarl Williamson2021-09-151-1/+1
* mktables: Split a Line Break equivalence classKarl Williamson2021-09-152-2/+19
* mktables: Reorder some comments, white-spaceKarl Williamson2021-09-152-10/+13
* mktables: Rename variable, and hoist calc from loopKarl Williamson2021-09-152-4/+5
* test and fix using T_CVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_AVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_HVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_SVREF_REFCOUNT as an output parameterTony Cook2021-09-131-1/+1
* test and fix using T_SV as an OUTPUT parameterTony Cook2021-09-131-1/+1
* Unicode::UCD: Don't depend on a file current syntaxKarl Williamson2021-08-312-18/+16
* UCD.t: Add testKarl Williamson2021-08-311-0/+2
* Unicode::UCD: Fix typo in podKarl Williamson2021-08-312-3/+3
* Remove deprecated Unicode filesKarl Williamson2021-09-013-221/+22
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-256-8/+40
* Bump the perl version in various places for 5.35.4Karen Etheridge2021-08-221-1/+1
* perlfunc 'ref' and UNIVERSAL: document isa operator alternativeDan Book2021-08-221-2/+5
* perldelta for sort.pm becoming a no-op.Nicholas Clark2021-08-181-1/+1
* mktables: Generate =head1 NAME line in Name.pmKarl Williamson2021-08-152-1/+6
* Document v5.35 warnings-on-by-defaultBen Cornett2021-08-151-1/+7
* lib/unicore/mktables: correct sub signatures in 2 locationsJames E Keenan2021-08-142-3/+1
* mktables: Change "null string" to "empty string"Karl Williamson2021-08-112-3/+3
* mktables: Add, fix commentsKarl Williamson2021-08-112-3/+3
* mktables: Fix debugging issuesKarl Williamson2021-08-112-7/+7
* Provide a simple API for testing features enabledTony Cook2021-08-101-0/+131
* mktables: Fix table outputKarl Williamson2021-08-092-3/+3
* Remove EBCDIC-only codeKarl Williamson2021-08-071-1/+1
* Enable capture variables to be used in a Net::hostent gethost callSlaven Rezic2021-08-062-8/+17
* Remove the flags OPpSORT_STABLE and OPpSORT_UNSTABLE.Nicholas Clark2021-07-311-7/+1
* The sort pragma is now a no-op. It no longer sets or clears any hints bits.Nicholas Clark2021-07-312-100/+101