summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dist/Exporter - Synchronize Changes and Makefile.PL from CPAN releaseYves Orton2023-03-034-0/+137
* dist/FindBin - synchronize Makefile.PL from cpan releaseYves Orton2023-03-033-0/+43
* dist/Locale-Maketext - synch Makefile.PL from CPANYves Orton2023-03-033-0/+47
* mg.c: Split out functionality to a seprate functionKarl Williamson2023-03-024-14/+61
* mg.c: Fix OS2 compilation errorKarl Williamson2023-03-021-1/+1
* locale.c: Fix commentKarl Williamson2023-03-021-3/+5
* regcomp.c: Fix RT ticket number in commentKarl Williamson2023-03-021-1/+1
* Allow :isa in class declaration without a blockArne Johannessen2023-03-027-931/+954
* dist/Thread-Queue - add missing build artifactsYves Orton2023-03-027-2/+308
* cpan/Config-Perl-V - update to 0.36Yves Orton2023-03-0230-40/+257
* Fixup for sync-with-cpan - deal with .tgz filesYves Orton2023-03-021-3/+9
* dist/Thread-Semaphore - add missing build artifactsYves Orton2023-03-026-2/+127
* dist/SelfLoader - Update missing build artifactsYves Orton2023-03-024-0/+65
* dist/Math-Complex - add missing files from CPAN distYves Orton2023-03-025-5/+553
* Attribute-Handlers: add Makefile.PLGraham Knop2023-03-023-0/+26
* dist/Test - add missing build artifactsYves Orton2023-03-024-0/+194
* dist/I18N-LangTags - Add Makefile.PL from CPANYves Orton2023-03-023-1/+30
* dist/Net-Ping - add missing build artifactsYves Orton2023-03-024-0/+112
* dist/Tie-File - add missing build artifactsYves Orton2023-03-023-0/+35
* Inline get_context() for non-Win32Karl Williamson2023-03-015-37/+52
* Inline get_vtbl()Karl Williamson2023-03-014-16/+15
* embed.fnc: Mark some inline functions as suchKarl Williamson2023-03-012-37/+37
* POSIX.pod: Remove obsolete C89 referenceKarl Williamson2023-03-011-1/+1
* POSIX.xs: Silence compiler warningKarl Williamson2023-03-012-6/+3
* eval_sv(): improve code commentDavid Mitchell2023-03-011-1/+8
* bump $Math::{Complex,Trig}::VERSIONTony Cook2023-03-012-2/+2
* Math::Trig: make the great_circle_midpoint() example more complete積丹尼 Dan Jacobson2023-03-011-1/+3
* Perl_deb_stack_all() - handle empty CX stackDavid Mitchell2023-02-281-1/+4
* ext/XS-APItest/t/magic.t: simplify recent testDavid Mitchell2023-02-281-8/+13
* XS::APItest::test_EXTEND(): fixupsDavid Mitchell2023-02-281-6/+14
* eval_sv(): call pp_entereval() via runopsDavid Mitchell2023-02-285-91/+112
* call_sv, amagic_call: call pp_entersub via runopsDavid Mitchell2023-02-282-17/+10
* move test out of fresh_perl.t into sub.tDavid Mitchell2023-02-282-14/+11
* pp_sort(): rename a duplicated variableDavid Mitchell2023-02-281-2/+2
* pp_sort(): add comments what the op flags meanDavid Mitchell2023-02-281-0/+18
* rationalise S_unwind_loop()David Mitchell2023-02-281-12/+20
* add code comments concerning grep and map markstack usageDavid Mitchell2023-02-282-0/+112
* for loops: protect GV/LVREF from premature freeDavid Mitchell2023-02-283-0/+20
* simplify scope-exit empty scalar contextDavid Mitchell2023-02-281-6/+2
* don't call pp_pushmark() to push a markDavid Mitchell2023-02-282-5/+4
* NULL sv->sv_debug_file when freedDavid Mitchell2023-02-281-1/+4
* fix check order for filetest overloadDavid Mitchell2023-02-281-2/+4
* perl -DsR: display PADMTPs as <P>David Mitchell2023-02-281-1/+3
* cpan/Digest-SHA - sync to 6.04Yves Orton2023-02-267-31/+28
* Add recent CVf_ flags to Devel::Peek::Dump outputDavid Mitchell2023-02-261-1/+6
* utf8.h: Rmv improper (STRLEN) castKarl Williamson2023-02-261-1/+1
* dist/Time-HiRes - silence ppport warningYves Orton2023-02-262-1/+3
* APITest.xs - silence build warning under 32 bit clangYves Orton2023-02-262-7/+7
* regcomp.c - remove unused debug logic that warns under clang.Yves Orton2023-02-261-4/+0
* dump.c - cast sprintf args properly to silence build warning under clangYves Orton2023-02-261-1/+1