summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regen/scope_types.pl - add tool to manage the scope type definesYves Orton2022-11-015-115/+312
* scope_types.h - new header file for scope type dataYves Orton2022-11-014-132/+131
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-0113-37/+307
* mg.c/perl.c/scope.c - fixup mangled indentation and whitespaceYves Orton2022-11-013-17/+16
* Add tests for value magicLeon Timmermans2022-11-012-4/+19
* Test localization of ext magicLeon Timmermans2022-11-011-1/+8
* Simplify magic testLeon Timmermans2022-11-013-6/+6
* Add PERL_MAGIC_extvalueLeon Timmermans2022-11-016-12/+26
* peep.c - add a comment/question to a commentYves Orton2022-11-011-1/+5
* op.c - remove superfluous whitespaceYves Orton2022-11-011-1/+0
* dump.c - in op_dump show the hints and feature bitsYves Orton2022-11-012-0/+6
* perlfunc.pod - document module_true in the require entryYves Orton2022-11-011-2/+8
* Enable `use feature 'module_true'`chromatic2022-11-018-27/+305
* locale.c: Handle locale names with '@'Karl Williamson2022-10-311-3/+18
* perly.y - add a diag_listed_as for UnimplementedYves Orton2022-10-314-221/+223
* perly.* - update perly files with more recent bisonYves Orton2022-10-313-273/+274
* locale.c Avoid redundant querylocaleKarl Williamson2022-10-301-2/+1
* Time::HiRes: Fix compiler warningKarl Williamson2022-10-301-2/+0
* Memoize: exclude CPAN-only toolchain from coreAristotle Pagaltzis2022-10-303-52/+1
* dump.c - add missing castYves Orton2022-10-301-1/+1
* Use new xV_FROM_REF macrosPaul "LeoNerd" Evans2022-10-291-5/+2
* Define some xV_FROM_REF() macrosPaul "LeoNerd" Evans2022-10-291-0/+28
* Fix fegetround on s390x with clangTom Stellard2022-10-292-2/+2
* dump.c - document sv_dump_depth()Yves Orton2022-10-281-0/+13
* Update experimental to 0.029Max Maischein2022-10-282-3/+7
* toke.c - rework "Perl_no_op" warnings so we call Perl_warner() once onlyYves Orton2022-10-2613-94/+108
* t/op/lex.t - allow it to be run from the root of the repoYves Orton2022-10-261-1/+5
* porting/diag.t - allow it to be run from the root directoryYves Orton2022-10-261-1/+5
* feature.h - simplify expression CURRENT_HINTS expressionYves Orton2022-10-262-2/+12
* op.c - copy cop_features to the COP inserted into the OP treeTony Cook2022-10-262-0/+3
* t/op/require_errors.t: Fix Windows miniperl warningKarl Williamson2022-10-251-1/+1
* Clarify perlfunc sleep entryKarl Williamson2022-10-251-1/+4
* locale.c: Silence '-Wchar-subscripts' C++ warningKarl Williamson2022-10-251-2/+7
* Add sv_derived_from_hv() helper functionPaul "LeoNerd" Evans2022-10-254-0/+28
* t/test.pl: Fix threads signalling watchdog cancellationKarl Williamson2022-10-251-1/+16
* Better handling of builtin CV attributesPaul "LeoNerd" Evans2022-10-259-233/+301
* threads.xs: Use plain SvREFCNT_dec if SvREFCNT_dec_NN unavailableKarl Williamson2022-10-241-0/+3
* dist/threads: Only veto switching locale on new perlsTony Cook2022-10-242-2/+8
* 19207: Document ellipsis statement errorJoe McMahon2022-10-242-0/+16
* version bump to squashRichard Leach2022-10-241-1/+1
* OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASHRichard Leach2022-10-2412-401/+665
* Also bump the Module::CoreList version number in Porting/Maintainers.plMax Maischein2022-10-241-1/+1
* Update Memoize to 1.15Max Maischein2022-10-249-138/+110
* bump ExtUtils::ParseXS version to 3.47Graham Knop2022-10-2410-10/+10
* fix ExtUtils::ParseXS compatibility with perl < 5.8.8Graham Knop2022-10-241-0/+4
* overload: bump versionGraham Knop2022-10-241-1/+1
* overload: only disable builtin warnings where blessed is calledGraham Knop2022-10-241-1/+1
* overload: remove localizing of error varibles when not loading a moduleGraham Knop2022-10-241-2/+0
* overload: clean up whitespaceGraham Knop2022-10-241-360/+364
* locale.c: Remove redundant conditionalKarl Williamson2022-10-241-1/+1