summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* diag.t - detect use of "deprecate_xxx()" style functionsYves Orton2023-03-182-4/+16
* handy.h - fixup for deprecated warnings and docsYves Orton2023-03-181-21/+37
* embed.fnc - document deprecate_xxx() macros and add them to handy.hYves Orton2023-03-184-64/+48
* regen/warnings.pl - line up categories, put them in date orderYves Orton2023-03-181-5/+6
* warnings.pm - add deprecated::version_downgrade categoryYves Orton2023-03-186-33/+46
* warnings.pm - add deprecated::goto_construct categoryYves Orton2023-03-186-131/+139
* warnings.pm - add deprecated::delimiter_will_be_paired categoryYves Orton2023-03-185-25/+39
* warnings.pm - add deprecated::apostrophe_as_package_separator as new deprecat...Yves Orton2023-03-185-173/+187
* warnings.pm - support deprecated::unicode_property_name categoryYves Orton2023-03-185-120/+134
* warnings.pm - add deprecated::dot_in_inc warings categoryYves Orton2023-03-185-65/+78
* warnings.pm - support deprecated::smartmatch categoryYves Orton2023-03-185-24/+40
* utf8.c - add category parameter to unused warn_on_first_deprecated_use functionYves Orton2023-03-184-6/+8
* regcomp_internal.h - make unused macros for deprecation warnings take categor...Yves Orton2023-03-181-11/+11
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-1825-13/+603
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-1815-7/+292
* threads-shared - fixup typo in commentYves Orton2023-03-182-3/+3
* pod/perldiag.pod - provide full path to issues trackerYves Orton2023-03-181-2/+2
* sv.h - add SvREFCNT_dec_set_NULL()Yves Orton2023-03-185-1/+47
* regen/mg_vtable.pl - rename confusing var %sig to %vtable_confYves Orton2023-03-181-7/+6
* t/lib/GH_15109 - rename to t/lib/callerYves Orton2023-03-188-16/+16
* t/TEST - chomp manifest during readYves Orton2023-03-181-1/+2
* cpan/Test-Simple - Update to version 1.302194Yves Orton2023-03-1871-71/+73
* Revert "fixup, use old logic until 5.37 - TO BE SQUASHED"Yves Orton2023-03-181-9/+1
* win32: inject a socket-aware version of CloseHandle() into the CRTTomasz Konojacki2023-03-174-173/+182
* win32: initialise winsock unconditionallyTomasz Konojacki2023-03-173-99/+4
* Porting/cmpVERSION.pl - Handle new modules as not an errorJon Gentle2023-03-172-0/+7