summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move av_new_alloc from av.c to inline.hRichard Leach2022-06-084-44/+47
* inline.h: add av_push_simpleRichard Leach2022-06-084-0/+36
* Appease gcc's warning that keysv may be used uninitialized in op.cPaul "LeoNerd" Evans2022-06-081-1/+1
* perlapi: Deprecate 5 functionsKarl Williamson2022-06-083-7/+30
* Opcode.xs now uses PL_op_name and PL_op_desc directlyNicholas Clark2022-06-081-4/+4
* opset_len in Opcode.xs is a constant, so should be a static constNicholas Clark2022-06-082-19/+13
* ExtUtils::CBuilder - bump versionGraham Knop2022-06-0814-14/+14
* ExtUtils::CBuilder - print out commands being run in usable formGraham Knop2022-06-082-5/+40
* Module::CoreList - change github clone URL to httpsGraham Knop2022-06-081-1/+1
* pp_unshift: av_store is often unnecessaryRichard Leach2022-06-081-3/+24
* feature - document that use utf8 should probably be used for non-ascii delimi...Dan Book2022-06-072-2/+10
* Correctly indent the body of the while{} loop in S_aassign_scan()Paul "LeoNerd" Evans2022-06-071-168/+167
* Also join the 'else if'Paul "LeoNerd" Evans2022-06-071-3/+2
* Fix indentation of a line of code in op.c to not be misleadingPaul "LeoNerd" Evans2022-06-071-2/+1
* Rename variable in EXTEND_HWM_SETHugo van der Sanden2022-06-061-5/+5
* Refactor warning-generating code in two different places into one common func...Paul "LeoNerd" Evans2022-06-061-55/+55
* Update checksums in some generated filesKarl Williamson2022-06-065-4/+11
* locale.c: Declare three static arrays to be so.Karl Williamson2022-06-061-3/+3
* perlapi: Document my_failure_exit()Karl Williamson2022-06-062-1/+14
* Add official Unicode normalization testsKarl Williamson2022-06-066-1/+38130
* opt.t: Fix count of tests to be skippedJames E Keenan2022-06-061-1/+1
* Comprehensive charset.t testsKarl Williamson2022-06-061-21/+110
* Make tr/// SV compiled components ReadOnlyKarl Williamson2022-06-051-2/+10
* Remove deprecated functionsKarl Williamson2022-06-057-1041/+0
* utf8.c: Minor comment changesKarl Williamson2022-06-041-2/+2
* Add comments to taint_env, taint_properKarl Williamson2022-06-041-1/+5
* perldelta for d6a9a133f0ec, 34e6e2fba776Tony Cook2022-06-031-4/+5
* remove some leftover debug output from filetime_from_time()Tony Cook2022-06-032-1/+14
* bump $GDBM_File::VERSIONTony Cook2022-06-031-1/+1
* GDBM_File: fix fetching mmapsizeTony Cook2022-06-032-2/+7
* perlapi: Consolidate gv_fetchmeth forms, improve docKarl Williamson2022-06-021-45/+47
* regex: Create a macro to avoid some #ifdef'sKarl Williamson2022-06-023-15/+8
* regexec.c: Use modern name for functionKarl Williamson2022-06-021-2/+2
* regcomp,regexec: Shorten #define nameKarl Williamson2022-06-023-24/+24
* Rename internal functionKarl Williamson2022-06-025-16/+16
* regexec.c: Remove obsolete codeKarl Williamson2022-06-021-9/+0
* regcomp.h: Add, fix, clarify commentsKarl Williamson2022-06-021-44/+65
* regcomp.c: Move loop declaration closer to useKarl Williamson2022-06-021-2/+1
* utf8.h: Add unsigned cast to array index parameterKarl Williamson2022-06-021-1/+1
* regcomp.c: Use mnemonic instead of what it evaluates toKarl Williamson2022-06-011-5/+6
* perlapi: hv_stores and do_close are now documentedKarl Williamson2022-06-011-2/+2
* Update email for Mark Jason DominusKarl Williamson2022-06-012-1/+2
* perlapi: Document do_closeKarl Williamson2022-06-011-1/+17
* remove irrelevant mention of scalar referencesMark Dominus2022-05-311-1/+0
* perl5360delta: remove reduplicated "please"Ricardo Signes2022-05-311-1/+1
* perl5360delta: re-add a truncated lineRicardo Signes2022-05-311-0/+1
* Regen perldebgutSKarl Williamson2022-05-311-1/+0
* perldiag: Fix typo, collapse some msgsKarl Williamson2022-05-312-19/+3
* Make STRLENs() available to coreKarl Williamson2022-05-314-12/+6
* regcomp.sym: Comment why no ANYOFRs node existsKarl Williamson2022-05-311-2/+14