summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update pop() docs with examplesScott Baker2023-03-301-6/+15
* dist/Net-Ping - remove HPUX from the exclusions list in 450_service.tYves Orton2023-03-292-3/+3
* Porting/maintainers.pl - remove Net-Ping customized filesYves Orton2023-03-292-16/+0
* t/porting/globvar.t - fix for HPUXYves Orton2023-03-291-2/+6
* hints/hpux - only run d_strtold define override check on version < 11.23Yves Orton2023-03-291-7/+9
* perl.c - show HAS_LONG_DOUBLE and HAS_STRTOLD as well as USE_LONG_DOUBLEYves Orton2023-03-291-0/+6
* threads-shared - use pure pragma version of CLANG_DIAG_IGNOREYves Orton2023-03-292-4/+4
* dist/threads - use pure pragma form of CLANG_DIAG_IGNORE in threads.xsYves Orton2023-03-292-4/+4
* intrpvar - ignore deprecated warning on MSVC as wellYves Orton2023-03-291-0/+2
* intrpvar.h - silence deprcation warning on HPUXYves Orton2023-03-291-0/+7
* util.c - avoid warning about truncated pointer valueYves Orton2023-03-294-1/+43
* util.c - assign HS_GETXSVERLEN() to var before assertYves Orton2023-03-291-3/+3
* perlio.c - double cast PerlIO_lockcnt()Yves Orton2023-03-291-1/+1
* Devel-PPPort - deal with signed klen in check_HeUTF8Yves Orton2023-03-292-3/+3
* numeric.c - change logical && to bitwise & in nantype testYves Orton2023-03-291-1/+1
* regcomp.c - eliminate assignment in while conditionYves Orton2023-03-291-23/+25
* ExtUtils-ParseXS - silence warnings about unreached code in generated XS codeYves Orton2023-03-297-6/+24
* t/op/sprintf2 - TODO some failing tests for %g.Yves Orton2023-03-291-1/+7
* Porting/cmpVERSION.pl - deal with old git clients better in tag date parsingYves Orton2023-03-291-2/+10
* sv.c - don't cast SVTYPEMASK to svtype, use SvIS_FREED() instead.Yves Orton2023-03-293-7/+7
* regexec.c - mark the bottom of a sub as never reachedYves Orton2023-03-291-2/+1
* regcomp.c - simplify logic to eliminate unreached codeYves Orton2023-03-291-4/+1
* pp_sys.c - suppress warning about comparison to unsigned valueYves Orton2023-03-291-0/+6
* op.c - deal with not-reached statement warningYves Orton2023-03-291-2/+1
* peep.c - ensure deferred_queue is initialized before useYves Orton2023-03-291-1/+1
* regcomp.h - use a common union for head and args across all regnodes.Yves Orton2023-03-297-223/+176
* regcomp.h - use different struct member names for U8 vs U32 str_lenYves Orton2023-03-291-6/+6
* perl.h - silence certain warnings on HPUX globally.Yves Orton2023-03-292-0/+17
* locale.c: get_displayable_string: Check bad inputKarl Williamson2023-03-281-0/+4
* 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