summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* threads.xs: Set non thread context in ithread_set()Karl Williamson2023-04-041-0/+3
* workflows/testsuite.yaml - Add testing of -DNO_TAINT_SUPPORTYves Orton2023-04-021-0/+1
* test infra - Under -DNO_TAINT_SUPPORT skip tests that use -T or -tYves Orton2023-04-026-14/+76
* workflows/testsuite.yml - Automatically test without taint supportDavid Cantrell2023-04-021-0/+1
* Config.pm - add taint_disabled and taint_support to %ConfigYves Orton2023-04-022-22/+107
* Deparse: fix scalar-proto sub calls without argumentsLukas Mai2023-04-022-54/+156
* perlretut: use a numbered list to format a numbered listLukas Mai2023-03-311-33/+37
* regexec.c: fix warning about unused argument to capture_clearLukas Mai2023-03-311-0/+1
* locale.c: Don't use bit-wise 'or' when bool is meantKarl Williamson2023-03-301-5/+7
* ParseXS: Correct colon translation of $type in OUTPUT sectionLeon Timmermans2023-03-301-1/+2
* t/porting/bincompat.t - test the code itself not just the outputYves Orton2023-03-303-12/+52
* op.c: use consistent spacing around = and ,Lukas Mai2023-03-301-4/+3
* op.c: remove unneeded variableLukas Mai2023-03-301-5/+3
* edit a comment in op.c that confused meLukas Mai2023-03-291-22/+23
* Perl RFC have been renamed to PPCPhilippe Bruhat (BooK)2023-03-292-2/+2
* Fix some wording per @demerphqScott Baker2023-03-301-10/+9
* Add docs for BEGIN, INIT, CHECK for pop()Scott Baker2023-03-301-0/+3
* Add a section about additional blocksScott Baker2023-03-301-0/+3
* Update shift() docs with examplesScott Baker2023-03-301-8/+17
* 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