summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cygwin.c: Remove memory leaksKarl Williamson2023-02-081-0/+6
* cygwin.c: Remove misleading commentsKarl Williamson2023-02-081-6/+2
* cygwin.c: Use mnemonic instead of repeating exprKarl Williamson2023-02-081-8/+10
* Simplify copyright yearsElvin Aslanov2023-02-081-4/+1
* regcomp.c - remove (**{ ... }) from the regex engineYves Orton2023-02-087-64/+41
* perldelta for b1414dcb98d, dd3d299fefbbfTony Cook2023-02-081-0/+11
* Use per-word calcs in utf8_length()Karl Williamson2023-02-083-23/+133
* util.c - move was_here to be initialized earlierYves Orton2023-02-081-1/+1
* newATTRSUB_x: don't try to sv_cmp() an AV*Tony Cook2023-02-082-1/+10
* warn on redefining an array constant subTony Cook2023-02-083-5/+17
* perlfunc/require: Note that AUTOLOAD cannot resolve INCDIRTony Cook2023-02-081-0/+3
* allow AUTOLOAD for the INC method of objects in @INCTony Cook2023-02-082-2/+23
* Clarify perldoc bless per #18713Joe McMahon2023-02-082-18/+58
* Add missing closing parens to the examplesScott Baker2023-02-071-3/+2
* Remove the "technical" explanationScott Baker2023-02-071-12/+0
* Move return example after explanationScott Baker2023-02-071-3/+4
* Add some examples for push()Scott Baker2023-02-071-2/+18
* toke.c - dont just return the function, assign it to an intermediaryYves Orton2023-02-071-2/+5
* Ensure 'ok #' test output includes a locationPaul "LeoNerd" Evans2023-02-071-1/+1
* Don't test if PATHs are wrappedHåkon Hægland2023-02-071-1/+6
* locale.c: Silence compiler warningKarl Williamson2023-02-071-0/+2
* pv_escape(): Fix compiler warningKarl Williamson2023-02-072-2/+2
* Replaced SSGROW with SSCHECK inside regcppushAlexander Nikolov2023-02-071-1/+1
* buildtoc: Fix to work on native line endingsKarl Williamson2023-02-071-1/+1
* buildtoc: Use mnemonic instead of hard-coded code pointKarl Williamson2023-02-071-1/+1
* 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