summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-163-80/+0
* un-TODO pl_check.t and remove io/handle.tTony Cook2019-12-121-5/+1
* provide a test for the PL_check mis-behaviourTony Cook2019-12-123-0/+84
* APItest.xs: Increase versionPali2019-12-101-1/+1
* APItest.xs: Fix compile warning: format ā€˜%dā€™ expects argument of type ā€˜...Pali2019-12-101-1/+1
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-1/+2
* ext/XS-APItest/t/utf8_warn_base.pl: Fix for EBCDICKarl Williamson2019-12-071-20/+27
* ext/XS-APItest/t/utf8_warn_base.pl: Don't recalculate valueKarl Williamson2019-12-071-4/+3
* ext/XS-APItest/t/utf8_warn_base.pl: Fix comment typosKarl Williamson2019-12-071-3/+2
* move the implementation of %-, %+ into coreTony Cook2019-12-042-138/+4
* POSIX/t/time.t: Reset LC_CTYPE to CKarl Williamson2019-11-271-3/+11
* fix POSIX.xs under VMSDavid Mitchell2019-11-191-6/+11
* declare perl core's sig handler as 1-argDavid Mitchell2019-11-181-1/+0
* POSIX::sigaction(): use correct sig handlerDavid Mitchell2019-11-182-15/+40
* ext/DynaLoader/dl_aix.xs: Use isDIGIT macroKarl Williamson2019-11-112-2/+2
* Fix a broken linkTom Hukins2019-10-251-20/+4