summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utf8.h: Add commentKarl Williamson2023-03-281-2/+2
* perlre: Fix grammarKarl Williamson2023-03-281-1/+1
* t/harness - rework App::Prove::State setup to not warn and use customizable s...Yves Orton2023-03-282-4/+26
* cpan/ExtUtils-MakeMaker - Update to version 7.70Yves Orton2023-03-2837-78/+80
* Porting/sync-with-cpan - pickup ExtUtils::MakeMaker changes betterYves Orton2023-03-281-3/+10
* [doc] update description of $^H and %^H in perlvarLukas Mai2023-03-281-9/+8
* report uninit variable name even in optimized casesLukas Mai2023-03-242-1/+62
* [doc] clarify behavior of File::Copy::cp re: permissionsLukas Mai2023-03-241-4/+7
* don't set a special filetype for generated .gitignoreLukas Mai2023-03-242-10/+20
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-2438-40/+40
* perlio.c: remove silly castsLukas Mai2023-03-231-14/+18
* perldelta for 51675517951Tony Cook2023-03-231-1/+3
* getsockopt: increase the buffer size for getsockopt()Tony Cook2023-03-231-3/+6
* perl.h - remove redundant /*EMPTY*/ commentYves Orton2023-03-221-1/+1
* fix precedence issue with NOOPZefram2023-03-221-1/+1
* t/porting/test_testlist.t - test that we test the same thing with t/harness a...Yves Orton2023-03-224-20/+154
* t/TEST - rework poor mans getoptYves Orton2023-03-221-9/+24
* t/TEST - glob @ARGV after we setup @INC properly (win32 only)Yves Orton2023-03-221-5/+13
* Cast to avoid a signedness-comparison warningPaul "LeoNerd" Evans2023-03-221-1/+1
* Cast result of hv_store_ent() to (void) to quiet an HPUX compiler warningPaul "LeoNerd" Evans2023-03-221-4/+4
* Bump version to 5.37.11, update Module-CoreListYves Orton2023-03-2123-126/+151
* make sync-with-cpan support dist as wellYves Orton2023-03-211-21/+23
* New perldelta for 5.37.11Yves Orton2023-03-2110-334/+786
* release_schedule.pod - update to reflect 5.37.10 is releasedYves Orton2023-03-211-1/+1
* release_managers_guide.pod - tweak metacpan location to check for the releaseYves Orton2023-03-211-2/+7
* epigraphs.pod - add epigraph from 5.37.10Yves Orton2023-03-211-1/+12
* Add new release to perlhistv5.37.10Yves Orton2023-03-201-1/+2
* perldelta.pod - add more docs on %{^HOOK}, update github links,Yves Orton2023-03-201-31/+90
* Update Module::CoreList for 5.37.10Yves Orton2023-03-201-0/+103
* update INSTALLYves Orton2023-03-201-2/+2
* Porting/Maintainers.pl - update Module-CoreList entry to reflect latest on CPANYves Orton2023-03-201-1/+1
* cpan/libnet - update to version 3.15 and remove old customization infoYves Orton2023-03-2018-114/+64
* pod/perldelta.pod - updates for 5.37.10Yves Orton2023-03-202-200/+212
* embed.fnc - remove redundant deprecate_xxx() macro declarationsYves Orton2023-03-192-19/+0
* regexec.c - convert UNWIND_PAREN() into an inline static functionYves Orton2023-03-194-14/+35
* regexec.c - convert CAPTURE_CLEAR into an inline static functionYves Orton2023-03-194-24/+36
* regen/embed.pl - change _aDEPTH and _pDEPTH to not have a leading underbarYves Orton2023-03-197-23/+35
* regcomp.c - throw an error if we have more U16_MAX open parens.Yves Orton2023-03-192-0/+8
* regexp.h - document lastcp and cp in regmatch_stateYves Orton2023-03-191-74/+91
* t/re/re_tests - fixup version for changeYves Orton2023-03-191-1/+1
* regcomp.h - document RE_PESSIMISTIC_PARENS and VOLATILE_REF definesYves Orton2023-03-192-4/+52
* pp_ctl.c - don't overallocate paren buffers in rxres_save().Yves Orton2023-03-192-4/+6
* Mark vtbl argument in sv_unmagicext const in PPPort as wellLeon Timmermans2023-03-182-2/+2
* Mark vtbl argument in sv_unmagicext constLeon Timmermans2023-03-183-4/+4
* proto.h - fixup remove unneeded defineYves Orton2023-03-181-1/+0
* t/porting/deprecation.t - add tests for deprecation documentation and categoriesYves Orton2023-03-183-112/+260
* perldeprecation.pod - add unscheduled deprecations and add category infoYves Orton2023-03-181-0/+52
* perldeprecation.pod - apostrophe as package separator goes away in 5.42Yves Orton2023-03-181-8/+8
* perldeprecation.pod - add smartmatch deprecationYves Orton2023-03-181-0/+9
* diag.t - parse and validate "when" parameter from deprecated_xxx() macrosYves Orton2023-03-181-2/+9