summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new release to perlhistv5.37.8reneeb2023-01-201-0/+1
* finalize perldelta for 5.37.8reneeb2023-01-201-322/+59
* Update Module::CoreList for 5.37.8reneeb2023-01-201-6/+59
* Update copyright yearsreneeb2023-01-202-3/+3
* regexec.c - harden internals against missing logical_nparensYves Orton2023-01-204-11/+19
* Export S_ISLNK and S_ISSOCK from POSIX.pmDavid Cantrell2023-01-193-6/+6
* update podlators to 5.01reneeb2023-01-2077-468/+947
* Update IO::Zlib to 1.14reneeb2023-01-202-2/+2
* update Config::Perl::V to 0.35reneeb2023-01-192-3/+3
* update JSON::PP to 4.16reneeb2023-01-1911-185/+131
* regcomp.c - add optimistic eval (*{ ... }) and (**{ ... })Yves Orton2023-01-1912-48/+229
* op/fork.t: skip the ulimit fork test under LSANTony Cook2023-01-191-0/+2
* Fix typo in older perldeltalilinjie2023-01-183-1/+3
* Configure: Add various C99 compatibility improvementsFlorian Weimer2023-01-171-5/+11
* Peter Levine is now a Perl author.Karl Williamson2023-01-171-0/+1
* Add parameter types to declarations for clang-16Peter Levine2023-01-171-2/+2
* bisect-runner.pl: When did warnings clear upJames E Keenan2023-01-161-0/+53
* pp_multiconcat: don't set svpv_p to an invalid pointerTony Cook2023-01-171-2/+3
* Remove full stop in the 'try' feature headingDagfinn Ilmari Mannsåker2023-01-162-2/+2
* Override *.h files as C with LinguistElvin Aslanov2023-01-151-0/+1
* regcomp_study.c - disable CURLYX optimizations when EVAL has been seen anywhereYves Orton2023-01-153-5/+20
* regcomp.c - increase size of CURLY nodes so the min/max is a I32Yves Orton2023-01-155-36/+48
* regexec.c - fix accept in CURLYX/WHILEM construct.Yves Orton2023-01-156-12/+62
* regexec.c - fix memory leak in EVAL.Yves Orton2023-01-154-2/+52
* regcomp_trie.c - use the indirect types so we are safe to changesYves Orton2023-01-151-8/+11
* regcomp.c - add whitespace to binary operationYves Orton2023-01-151-2/+1
* regcomp.h - get rid of EXTRA_STEP definesYves Orton2023-01-152-2/+0
* regexec.c - rework CLOSE_CAPTURE() to take rex as an arg to enable reuse.Yves Orton2023-01-151-21/+25
* regcomp_study.c - Add a way to disable CURLYX optimisationsYves Orton2023-01-152-12/+22
* t/re/re_rests - extend test to show more buffersYves Orton2023-01-151-1/+1
* Porting/updateAUTHORS.pl: Suggested `git config` command is wrongBenjamin Smith2023-01-141-4/+4
* perldelta for 67244d99e1 and earlier commitsJames E Keenan2023-01-141-0/+8
* embed.pl - add a way to declare a parameter should be non-zeroYves Orton2023-01-144-5/+8
* Expose op_force_list() as a real API function; use it directly in op.cPaul "LeoNerd" Evans2023-01-144-11/+39
* Correct sort docs about value of the sort func.Andy Lester2023-01-141-1/+1
* get_{av,hv} should ignore SVf_UTF8 when testing if flags == 0Paul "LeoNerd" Evans2023-01-141-4/+6
* t/test.pl - assign caller() to separate vars in _where()Richard Leach2023-01-131-2/+2
* regexec.c - avoid calling regrepeat when the max is 0Yves Orton2023-01-132-2/+24
* Add myself as authorFerenc Erki2023-01-131-0/+1
* Fix typosFerenc Erki2023-01-131-2/+2
* regcomp_internal.h: Fix leak in regex testsKarl Williamson2023-01-121-0/+4
* POSIX.pod: Clarify mbtowc(), wctomb() podKarl Williamson2023-01-121-6/+8
* Fix PerlEnv_putenv threaded compilation on WindowsKarl Williamson2023-01-125-8/+33
* Don't panic if can't destroy mutex during global destructionKarl Williamson2023-01-121-12/+19
* Syntax highlight configpmElvin Aslanov2023-01-121-0/+1
* regcomp.c etc - rework branch reset so it works properlyYves Orton2023-01-1211-82/+413
* handy.h - add NewCopy() macro to combine New and Copy.Yves Orton2023-01-121-0/+9
* test.pl - add support for rtriming fresh perl outputYves Orton2023-01-121-3/+19
* Replace FreeBSD URL's with new HTTPS onesElvin Aslanov2023-01-112-3/+3
* Hint should advise using 'make regen'James E Keenan2023-01-111-2/+2