summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Make security warnings in the Safe and Opcode modules more direct.John Lightsey2021-01-091-1/+8
* Correctly set LC_CTYPE back in POSIX/t/time.tLeon Timmermans2021-01-061-1/+1
* Make DynaLoader on MacOS check library existence with dlopenLeon Timmermans2021-01-061-4/+12
* APItest/t/utf16_to_utf8.t: Skip on EBCDICKarl Williamson2020-06-071-0/+2
* APItest/t/svpv.t: Generalize for EBCDICKarl Williamson2020-06-071-6/+12
* Add quadmath to list of libraries.Peter John Acklam2020-05-251-0/+5
* Finally, bump version of File-GlobSawyer X2020-05-241-1/+1
* Fix File::Glob test:Sawyer X2020-05-241-8/+7
* Remove File::Glob::glob() entirelySawyer X2020-05-241-7/+0
* update POSIX POD to indicate that 'to(lower|upper)' were removedSergiy Borodych2020-05-231-0/+2
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-227-9/+9
* B: Remove duplicate check for split op in walkoptree.tDagfinn Ilmari Mannsåker2020-05-221-2/+2
* Fix edge case test failure in ext/POSIX/t/mb.tDominic Hargreaves2020-04-111-7/+8
* ext/XS-APItest/APItest.xs - make allowances for big endian architecturesisyphus2020-04-021-14/+108
* APItest.pm: Bump version to 1.09Karl Williamson2020-04-021-1/+1
* Eliminate build-time warningZefram2020-03-302-2/+2
* File-Glob/bsd_glob.c: use PerlEnv_getenv()Karl Williamson2020-03-181-2/+2
* POSIX.xs: Never pass NULL to ctermid()Karl Williamson2020-03-182-3/+5
* Dynaloader: Add, fix commentsKarl Williamson2020-03-161-1/+13
* Bump IPC-Open3 versions to fix cmp_version.tNicolas R2020-03-132-2/+2
* IPC::Open2 and IPC::Open3 documentation updatesDan Book2020-03-132-50/+65
* Add strict and warnings to some .PL filesNicolas R2020-03-131-1/+6
* chained comparisonsZefram2020-03-121-1/+3
* use re qw(debug foo) should warnKarl Williamson2020-03-112-3/+14
* ext/re/re.pm: Fix up setting debug option defaultsKarl Williamson2020-03-111-1/+13
* Allow wildcard pattern debuggingKarl Williamson2020-03-052-7/+63
* bump $XS::APItest::VERSIONTony Cook2020-03-041-1/+1
* APItest: get a compile-time warning if IVdf doesn't match IV_MAXTony Cook2020-03-042-1/+24
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-193-20/+215
* POSIX::mblen: Make length parameter optionalKarl Williamson2020-02-193-5/+9
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-193-33/+80
* Remove claimed support for mbstowcs, wcstombcKarl Williamson2020-02-123-27/+1
* Reword pod2html crossref err msgs; show only if $verboseMarc Green2020-02-112-12/+21
* B::perlstring - add support for \e (Fix #17526)Yves Orton2020-02-043-2/+43
* XS-APItest: add tests for U8TO64_LE() and other hashing macros and codeYves Orton2020-01-243-1/+717
* pv_uni_display: Use common fcn; \b mnemonicKarl Williamson2020-01-233-3/+2
* Warn on too high a code point if portable warn enabledKarl Williamson2020-01-231-4/+11
* error check the calls to sigaddset in POSIX::SigSet->newTony Cook2020-01-063-2/+27
* utf8.c: Change parameter types of internal fcnsKarl Williamson2020-01-031-1/+1
* OP_MULTIDEREF: avoid trailing null aux byteDavid Mitchell2020-01-021-0/+14
* Update documentation for hash_seed()Slaven Rezic2019-12-301-2/+2
* POSIX.xs: Fix typo displayed when fcn doesn't existKarl Williamson2019-12-292-2/+2
* APItest.xs: fix subsignature testDavid Mitchell2019-12-252-4/+6
* POSIX.pod: Clarify strtod() textKarl Williamson2019-12-231-2/+3
* POSIX.pod: Clarify setlocale() textKarl Williamson2019-12-231-3/+4
* POSIX.pod: Clarify localeconv() textKarl Williamson2019-12-231-3/+5
* POSIX.pod: Fix typoKarl Williamson2019-12-231-1/+1
* POSIX.pod: Fix typoKarl Williamson2019-12-201-1/+1
* POSIX.pod: Update setlocale() docsKarl Williamson2019-12-201-9/+15
* Add memCHRs() macro and use itKarl Williamson2019-12-184-5/+5