summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* perldelta for 626df4fd56, 6c19911f93Tony Cook2023-02-201-0/+7
* Perldelta for 8ab54e77 (GIMME/dowantarray deprecation)Dagfinn Ilmari Mannsåker2023-02-191-1/+6
* mark next release as assignedKaren Etheridge2023-02-191-1/+1
* Fix typo of 'compilation' in docs in pad.cPaul "LeoNerd" Evans2023-02-191-1/+1
* Update Trig.pm積丹尼 Dan Jacobson2023-02-191-1/+2
* embed.pl - sort and dedupe flags in embef.fnc as part of tidyYves Orton2023-02-193-1137/+1146
* embed.fnc - sort entries alphabetically by function name.Yves Orton2023-02-192-2624/+2641
* manually triggered generated files - add file type data to modelineYves Orton2023-02-194-8/+8
* perly.* - update generated files to include file type in modelineYves Orton2023-02-193-307/+308
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-1931-58/+60
* t/porting/regen.t - no more "whack-a-mole" subtest executionYves Orton2023-02-191-23/+55
* regen/regen_lib.pl - don't leave -new files in the tree when tests failYves Orton2023-02-191-1/+9
* Devel-PPPort - silence maybe-uninitialized warnings on gcc-12Yves Orton2023-02-192-5/+5
* pp_hot.c - rework padhv_rv2hv_common fix maybe-uninit warning on gcc 12Yves Orton2023-02-191-11/+11
* mro.xs - silence maybe-uninitialized warning on gcc 12Yves Orton2023-02-192-10/+4
* toke.c - silence maybe-uninitialized warning on gcc 12Yves Orton2023-02-191-1/+1
* perldelta.pod: performance entry for GH #20800Richard Leach2023-02-191-0/+6
* parent: synch with CPAN version 0.241Max Maischein2023-02-184-4/+4
* Fix a bunch of memory leaks in feature 'class'Paul "LeoNerd" Evans2023-02-179-45/+113
* [pod] release_managers_guide.pod: spelling fixElvin Aslanov2023-02-171-1/+1
* t/lib/croak/toke - hide conflict markers in test codeYves Orton2023-02-171-7/+8
* t/test.pl - support obfu conflict markers for code via run_multiple_progs()Yves Orton2023-02-171-0/+5
* t/test.pl - support NOTE comments in code for run_multiple_progs()Yves Orton2023-02-171-0/+3
* Calculate conflict markers instead of hardcodingAndrew Hewus Fresh2023-02-171-7/+4
* Delete dangling sv_catxmlpvs definitionDagfinn Ilmari Mannsåker2023-02-161-2/+0
* experimental: sync with CPAN version 0.031Leon Timmermans2023-02-155-6/+167
* Update VERSION in Maintainers.plJonathan Stowe2023-02-151-1/+1
* IO-Compress: sync with CPAN version 2.204Paul Marquess2023-02-1531-144/+146
* MANIFEST: Correct spelling in 3 descriptionsJames E Keenan2023-02-141-3/+3
* Perl_re_op_compile: additional parens to satisfy CoverityRichard Leach2023-02-131-1/+1
* document deprecation of ' as the package separatorTony Cook2023-02-143-7/+19
* perldelta for d8a109ccd8Tony Cook2023-02-141-1/+9
* Configure: don't probe for the malloc()/free() return typeTony Cook2023-02-141-29/+3
* Perl_leave_adjust_stacks: don't make mortal copies of SvIMMORTAL SVsRichard Leach2023-02-131-0/+7
* Unit-test classes and instances with threadsPaul "LeoNerd" Evans2023-02-132-0/+48
* Set the CvREFCOUNTED_ANYSV flag on injected constructor so we sv_dup() the st...Paul "LeoNerd" Evans2023-02-131-2/+3
* Ensure that sv_dup() handles new class structuresPaul "LeoNerd" Evans2023-02-132-1/+31
* Should set the SVphv_HasAUX flag explicitly; it isn't necessarily SvOOK any morePaul "LeoNerd" Evans2023-02-131-1/+1
* Refactor out the part of sv_dup that clones the HvAUX structure into its own ...Paul "LeoNerd" Evans2023-02-134-64/+77
* Provide padname_dup_inc() and padnamelist_dup_inc()Paul "LeoNerd" Evans2023-02-133-5/+15
* Move the macros which wrap sv_dup_inc() into sv.hPaul "LeoNerd" Evans2023-02-134-19/+18
* sv.c: fix compilation with g++ <= 7Tomasz Konojacki2023-02-121-0/+1
* cflags.SH - add -Wno-use-after-free on gcc 12/13Yves Orton2023-02-131-0/+13
* Must call Perl_croak() on the proto_perl, not the target perl, when failing d...Paul "LeoNerd" Evans2023-02-121-1/+1
* perlvar.pod - add "Scoping Rules of Regex Variables" sectionYves Orton2023-02-122-80/+135
* S_do_chomp: remove unused svrecode SVRichard Leach2023-02-111-4/+1
* Perldelta for new 'class' featurePaul "LeoNerd" Evans2023-02-111-0/+28
* win32: do not allow seekdir() out of boundsAlex Davies2023-02-115-3/+85
* Merge branch 'bisect-runner-tweaks' into bleadYves Orton2023-02-111-22/+716
|\
| * bisect-runner.pl should supply a prototype for Gv_AMupdateNicholas Clark2023-02-111-0/+17