summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-202-1/+6
* APItest/t/locale.t: Fix to not show failures on OpenBsdKarl Williamson2017-09-181-5/+7
* I18N-Langinfo: Use new fcn Perl_langinfo()Karl Williamson2017-09-093-4/+29
* Add API function Perl_langinfo()Karl Williamson2017-09-093-4/+111
* I18N-Langinfo/t/Langinfo.t: Reinstate tests, modernizeKarl Williamson2017-09-091-46/+20
* (perl #131746) avoid undefined behaviour in Copy() etcTony Cook2017-09-042-2/+2
* Drop VMS::stdio compatibility shimNeil Bowers2017-08-301-32/+6
* Add another param to validate_protoFather Chrysostomos2017-08-282-2/+2
* Use temp files with extensions in rt131211.t on VMS.Craig A. Berry2017-08-121-0/+3
* Fix missing break in tovmsspec.Craig A. Berry2017-08-121-0/+1
* utf8.c: EBCDIC fixKarl Williamson2017-08-091-1/+4
* test cv_[gs]et_call_checker_flags()Zefram2017-08-082-15/+42
* use cv_set_call_checker_flags() where possibleZefram2017-08-082-2/+2
* utf8_to_uvchr() EBCDIC fixKarl Williamson2017-08-051-1/+1
* sv_dump(): display regex LEN and LV-as-RX regexpDavid Mitchell2017-08-041-1/+4
* APItest/t/utf8_warn_base.pl: Fix broken testsKarl Williamson2017-07-301-1/+2
* APItest/t/utf8.t: Fix broken test on EBCDICKarl Williamson2017-07-301-2/+4
* Give OP_RV2HV a targDavid Mitchell2017-07-273-20/+20
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-273-30/+24
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-272-7/+6
* make B.pm, Concise.pm support PL_sv_zeroDavid Mitchell2017-07-273-5/+8
* Revert B::Debug removalDagfinn Ilmari Mannsåker2017-07-251-2/+2
* Remove B::Debug from core distribution.James E Keenan2017-07-251-2/+2
* PerlIO::scalar: check invariant at compile timeLukas Mai2017-07-162-2/+2
* Opcode: check invariant at compile timeLukas Mai2017-07-162-2/+2
* ext/File-Glob/t/rt131211.t: Fix typoKarl Williamson2017-07-151-1/+1
* Move bulk of POSIX::setlocale to locale.cKarl Williamson2017-07-152-106/+6
* Fix File::Glob/t/rt131211.tKarl Williamson2017-07-151-1/+1
* File-Glob/t/rt131211.t: skip when File::Glob not usedKarl Williamson2017-07-132-1/+4
* Forbid above IV_MAX code pointsKarl Williamson2017-07-121-35/+73
* utf8n_to_uvchr(): Properly handle extremely high code pointsKarl Williamson2017-07-121-2/+5
* rm APItest/t/utf8_malformed.tKarl Williamson2017-07-121-217/+0
* Move test to utf8_warn_base.plKarl Williamson2017-07-122-13/+30
* APItest/t/utf8_malformed.t: Remove 2 redundant testsKarl Williamson2017-07-121-13/+0
* APItest/t/utf8_warn_base.pl: White-space onlyKarl Williamson2017-07-121-51/+55
* APItest/t/utf8_warn_base.pl: Add a testKarl Williamson2017-07-121-0/+4
* APItest/t/utf8_malformed.t: move tests to utf8_warn_base.plKarl Williamson2017-07-122-141/+146
* APItest/t/utf8_malformed.t: move test to utf8_warn_base.plKarl Williamson2017-07-122-13/+8
* APItest/t/utf8_malformed.t: Remove redundant testKarl Williamson2017-07-121-7/+0
* APItest/t/utf8_malformed.t: Remove 2 redundant testsKarl Williamson2017-07-121-27/+0
* APItest/t/utf8_malformed.t: Remove redundant testKarl Williamson2017-07-121-8/+0
* APItest/t/utf8_warn_base.pl: Add testsKarl Williamson2017-07-121-27/+71
* APItest/t/utf8_warn_base.pl: Move some testsKarl Williamson2017-07-121-157/+165
* APItest/t/utf8_warn_base.pl: Move some setup codeKarl Williamson2017-07-121-16/+16
* APItest/t/utf8_warn_base.pl: Clean up test nameKarl Williamson2017-07-121-5/+7
* APItest/t/utf8_warn_base.pl: Skip inappropriate testsKarl Williamson2017-07-121-0/+7
* APItest/t/utf8_warn_base.pl: Use a default valueKarl Williamson2017-07-121-4/+18
* utf8n_to_uvchr() Properly test for extended UTF-8Karl Williamson2017-07-121-23/+46
* utf8.h: Add synonyms for flag namesKarl Williamson2017-07-123-59/+63
* APItest/t/utf8_warn_base.pl: Generate smaller overlongsKarl Williamson2017-07-121-10/+38