summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid a use-after-free warning by converting a pointer to a UV for debug prin...Paul "LeoNerd" Evans2023-02-071-1/+2
* Also add a note to the docs of op_free() to remind users about clearing the O...Paul "LeoNerd" Evans2023-02-071-0/+9
* Assert that an op_free()'ed op has an op_first if it has OPf_KIDS (fixes #20764)Paul "LeoNerd" Evans2023-02-071-0/+6
* perldelta for a36fec492e3c3, 7e2d91e6d3a09eTony Cook2023-02-071-1/+6
* toke.c: deprecation warning for ' as a package separatorTony Cook2023-02-0714-72/+142
* Enable the current "Old package separator used in string" by defaultTony Cook2023-02-072-4/+13
* Update Changes and bump version in Maintainers for IO,FindBin,ExporterTodd Rinaldo2023-02-064-3/+22
* Test::Simple: sync with CPAN 1.302192Chad Granum2023-02-0572-71/+72
* perlapi: Move some embedding pod into proper sectionKarl Williamson2023-02-041-0/+1
* Correct code-like snippet in documentationJames E Keenan2023-02-032-3/+3
* t/29a_upcopy.t - under parallel builds allow more time for testYves Orton2023-02-014-11/+14
* embed.pl - the 's', 'S', 'i' and 'I' flags are mutually exclusiveYves Orton2023-02-015-13/+26
* File-Find/t - rework tempdir creation and cleanupYves Orton2023-01-312-25/+26
* UNIVERSAL.pm - Use lexical variables in SynopsisElvin Aslanov2023-01-311-11/+11
* Update autodie to CPAN version 2.36Todd Rinaldo2023-01-3013-17/+18
* Configure - fix handling of quoted gcc outputKurt Fitzner2023-01-312-1/+2
* win32/*akefile - delete before renameYves Orton2023-01-302-0/+2
* Update Memoize to 1.16Aristotle Pagaltzis2023-01-298-14/+17
* Make the new optree function declarations conditional on PERL_CORE|PERL_USE_V...Paul "LeoNerd" Evans2023-01-283-14/+20
* Expose {optimize,finalize}_optree() as real API functionsPaul "LeoNerd" Evans2023-01-283-12/+10
* Update autodie to CPAN version 2.35Todd Rinaldo2023-01-2710-9/+14
* pp_hot.c - fix branch reset matches in list contextYves Orton2023-01-272-23/+109
* Add some closing parens I missed in the first passScott Baker2023-01-251-2/+2
* perldelta for af62106ad344b13Tony Cook2023-01-251-1/+4
* check the IO object exists when writing to IO magic variablesTony Cook2023-01-252-12/+56
* Put the example after the explanationScott Baker2023-01-241-2/+4
* Add some examples to `unshift()` docsScott Baker2023-01-241-5/+12
* dump.c - dump new regexp fields properlyYves Orton2023-01-233-84/+206
* hv_macro.h - fix commentYves Orton2023-01-211-2/+2
* regcomp.c - fix fencepost error duping a regexYves Orton2023-01-211-6/+6
* Prepare Module::CoreList for 5.37.9reneeb2023-01-214-3/+32
* bump version for 5.37.9reneeb2023-01-2120-124/+124
* New perldelta for 5.37.9reneeb2023-01-2010-99/+548
* tick release of 5.37.8 in Porting/release_schedule.podreneeb2023-01-201-1/+1
* update epigraphs.podreneeb2023-01-201-0/+7
* Merge branch 'release-5.37.8' into bleadreneeb2023-01-203-328/+119
|\
| * 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
* | bisect-runner docs: explain more about bisectionHugo van der Sanden2023-01-201-0/+23
* | bisect-runner docs: modify example to use 'expect-fail'Hugo van der Sanden2023-01-201-6/+5
|/
* 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