summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hints/freebsd.sh: Don't use querylocale() due to bugsKarl Williamson2022-08-171-0/+4
* locale.c: Fix wrongly worded panic error messageKarl Williamson2022-08-171-2/+2
* run/locale.t: Skip collation test if no LC_COLLATIONKarl Williamson2022-08-171-1/+1
* win32/GNUmakefile: correct $(CONFIGPM) depsBram2022-08-171-1/+1
* Add extra scope block for switch case (fix g++)Bram2022-08-171-1/+2
* locale.c: Fix memory leakKarl Williamson2022-08-171-0/+2
* Add 'g++' build in the GitHub workflowBram2022-08-171-0/+1
* Add a PadnameREFCNT_inc() macroPaul "LeoNerd" Evans2022-08-173-3/+14
* Perldelta for GH#19943 (OP_PADSV_STORE)Richard Leach2022-08-171-1/+3
* Filter-Util-Call: sync with CPAN version 1.63Reini Urban2022-08-173-5/+5
* CUSTOMIZED entry needs relative path from distributionJames E Keenan2022-08-171-1/+1
* Memoize: sync with CPAN version 1.10Aristotle Pagaltzis2022-08-1734-554/+523
* Implement OP_PADSV_STORE - combined sassign/padsv OPRichard Leach2022-08-1715-755/+875
* add missing =cut to sv.hDavid Mitchell2022-08-171-0/+2
* prevent calling recursing into S_concat_pat() for an empty arrayTony Cook2022-08-171-4/+9
* Define a CvREFCOUNTED_ANYSV flagPaul "LeoNerd" Evans2022-08-168-2/+89
* locale.c: Fix trial_locales declaration (fix g++)Bram2022-08-161-2/+2
* t/porting/authors.t - respect .mailmap in testYves Orton2022-08-161-1/+1
* locale.c: Clarify commentKarl Williamson2022-08-151-1/+1
* Cleanup 'use system default locale' on WIN32Bram2022-08-151-59/+29
* Set fallback_(desc|name) when adding trial_localesBram2022-08-151-21/+22
* Use struct for `trial_locales`Bram2022-08-151-14/+27
* Use the cPMOPx-family of macros instead of manual (PMOP*) castingPaul "LeoNerd" Evans2022-08-153-11/+11
* Use the cUNOPx-family of macros instead of manual (UNOP*) castingPaul "LeoNerd" Evans2022-08-153-22/+22
* Use the cLOGOPx-family of macros instead of manual (LOGOP*) castingPaul "LeoNerd" Evans2022-08-153-6/+6
* Use the cBINOPx-family of macros instead of manual (BINOP*) castingPaul "LeoNerd" Evans2022-08-152-9/+9
* Use the cLISTOPx-family of macros instead of manual (LISTOP*) castingPaul "LeoNerd" Evans2022-08-152-24/+24
* Use the cSVOPx-family of macros instead of manual (SVOP*) castingPaul "LeoNerd" Evans2022-08-153-38/+38
* locale.c: Fix memory leakKarl Williamson2022-08-141-0/+4
* regen/warnings.pl Rmv extraneous 'my' declarationKarl Williamson2022-08-141-1/+1
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-1219-27/+313
* hv.c/handy.h - move logic from hv.c to handy.hYves Orton2022-08-122-12/+27
* dist/threads - add a test to check that the pod version matches codeYves Orton2022-08-123-3/+26
* t/op/each.t - Deal with env vars PERL_HASH_SEED or PERL_PERTURB_KEYS being setYves Orton2022-08-121-4/+12
* Make PerlIO::get_layers accept IO referencesLeon Timmermans2022-08-123-6/+23
* Don't use POSIX 2008 locales on cygwinKarl Williamson2022-08-112-0/+5
* Add what-to-do when push after merge failsBram2022-08-111-0/+21
* run/locale.t: Skip localeconv test if not on systemKarl Williamson2022-08-101-2/+8
* Add missing merge message for 5a04f3b4c9..58236863a5Karl Williamson2022-08-100-0/+0
* Document C<local *STDOUT> as an alternative to C<select ... select>James E Keenan2022-08-101-0/+28
* Digest-SHA: Sync with CPAN version 6.03Mark Shelor2022-08-108-22/+33
* Make DEBUGGING the default on CI for WindowsKarl Williamson2022-08-091-4/+4
* locale.c: Print code point in hex, not decimalKarl Williamson2022-08-091-10/+10
* locale.c: Add check that strxfrm didn't failKarl Williamson2022-08-091-5/+14
* locale.c: Change assert() into STATIC_ASSERT()Karl Williamson2022-08-091-1/+1
* Swap the ordering of two locale category indicesKarl Williamson2022-08-092-22/+22
* locale.c: Rmv unnecessary variableKarl Williamson2022-08-091-7/+5
* locale.c: Make sure newlocale() doesn't destroy argKarl Williamson2022-08-091-24/+27
* locale.c: panic if shouldn't-happen events doKarl Williamson2022-08-091-21/+10
* locale.c: Don't waste time executing a no-opKarl Williamson2022-08-091-0/+17