summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Export S_ISLNK and S_ISSOCK from POSIX.pmDavid Cantrell2023-01-193-6/+6
* regexec.c - fix memory leak in EVAL.Yves Orton2023-01-152-0/+46
* POSIX.pod: Clarify mbtowc(), wctomb() podKarl Williamson2023-01-121-6/+8
* File::Find: handle \ in symbolic links on Win32Tony Cook2023-01-101-1/+4
* regcomp.pl - fixup intflags debug data to handle gaps properlyYves Orton2023-01-094-2/+43
* av.c - av_store() do the refcount dance around magic av'sYves Orton2023-01-092-0/+87
* Fix mojibake in POSIX::strftime()Karl Williamson2023-01-051-3/+0
* perlapi,POSIX.pod: Note problematic behavior with strftime()Karl Williamson2023-01-051-0/+3
* File-Find/t - use File::Temp to create a private test directory to prevent ra...Yves Orton2023-01-043-4/+18
* File-Find/t/taint.t - do not use rel2abs after we have forced to Unix modeYves Orton2023-01-041-22/+13
* XS-APItest/t/locale.t - deal with indented values properlyYves Orton2022-12-301-1/+1
* POSIX::fmax - Correct the variable used in exampleAndrew Ruthven2022-12-291-1/+1
* ext/FileCache/t/ - fixup paralleism issues in testsYves Orton2022-12-266-16/+16
* sv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX formatsYves Orton2022-12-223-2/+33
* gv.c - rename amagic_find() to amagic_applies()Yves Orton2022-12-223-1/+74
* 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