summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Address GH #20571Karl Williamson2022-12-202-1/+13
* Fix broken API: sync_locale()Karl Williamson2022-12-201-6/+2
* Add testing global locale switching; Todo #20565Karl Williamson2022-12-202-0/+60
* API-test:locale.t: Look for a comma radix localeKarl Williamson2022-12-201-5/+7
* Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence testsPaul "LeoNerd" Evans2022-12-191-1/+2
* File/Glob.xs: Idempotent setting of PL_opfreehook (fixes GH#20615)Paul "LeoNerd" Evans2022-12-172-3/+5
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-25/+44
* utf8_hop forwards Change continuation start behaviorKarl Williamson2022-12-071-3/+4
* APItest: Generalize hop test for EBCDICKarl Williamson2022-12-071-3/+2
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-063-3/+3
* pod2html: Group '*' and 'no*' switches in documentationJames E Keenan2022-12-051-41/+19
* POSIX::localeconv: Return empty/special valuesKarl Williamson2022-11-301-6/+3
* pod2html: sort command-line switchesJames E Keenan2022-11-301-78/+77
* perl.c - move PL_restartop assert out of perl_run()Yves Orton2022-11-301-2/+23
* Fix POSIX::strxfrm()Karl Williamson2022-11-293-22/+14
* Testing.pm: minor grammatical corrections and docs tidyingJames E Keenan2022-11-281-13/+20
* Pod-Html auxiliary subroutines now imported only from Pod::Html::UtilJames E Keenan2022-11-284-124/+7
* ext/XS-APItest/APItest.pm: Bump $VERSIONJames E Keenan2022-11-211-1/+1
* test SvPVbyte*() and SvPVutf8*() variants set lenTony Cook2022-11-213-19/+48
* only fully calculate the stash (effective) name where neededTony Cook2022-11-181-1/+1
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-2/+2
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-012-4/+2
* 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
* dump.c - in op_dump show the hints and feature bitsYves Orton2022-11-011-0/+1
* Fix fegetround on s390x with clangTom Stellard2022-10-292-2/+2
* version bump to squashRichard Leach2022-10-241-1/+1
* OP_EMPTYAVHV - optimized empty ANONLIST/ANONHASHRichard Leach2022-10-241-0/+1
* POSIX.xs: Add some mutex locksKarl Williamson2022-09-292-2/+28
* Update POSIX synopsisElvin Aslanov2022-09-102-3/+3
* Mark certain mutex lock macros as privateKarl Williamson2022-09-091-8/+8
* ext/lib - bump module versions on Opcode.pm, APItest and DeparseYves Orton2022-09-082-2/+2
* OP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lexRichard Leach2022-09-071-1/+1
* Update synopses on User:: and Sys:: modulesElvin Aslanov2022-09-051-2/+2
* Update Hash::Util synopsisElvin Aslanov2022-09-051-2/+2
* POSIX: mbrlen,mbtowc: Use SvPVbyte not SvPVKarl Williamson2022-08-251-2/+2
* Add OPpTARGET_MY optimization to OP_UNDEFRichard Leach2022-08-251-30/+30
* Handle intrin files on win32 with gccKenneth Olwing2022-08-251-19/+24
* Add PUSHpvs("literal") macro familyPaul "LeoNerd" Evans2022-08-241-2/+2
* Revert "XXX Temporarily skip on Windows"Karl Williamson2022-08-221-2/+0
* langinfo.t: Use mnemonic; Avoid $_Karl Williamson2022-08-221-3/+3
* Langinfo.t: White-space comments onlyKarl Williamson2022-08-221-6/+5
* langinfo.t: Cope with bad system locale returnsKarl Williamson2022-08-221-11/+140
* Langinfo.t: Use different loc_tools function to simplifyKarl Williamson2022-08-221-6/+2
* Add Perl_langinfo8()Karl Williamson2022-08-221-60/+4
* Add my_strftime8()Karl Williamson2022-08-221-13/+3
* Move POSIX::localeconv() logic to locale.cKarl Williamson2022-08-221-204/+1
* locale.c: Improve non-nl_langinfo() CODESET calcKarl Williamson2022-08-221-7/+11
* locale.c: Mollify clangKarl Williamson2022-08-221-1/+1