summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* Perl_langinfo: Teach about YESSTR and NOSTRKarl Williamson2018-01-301-0/+2
* APItest/t/locale.t: Add some testsKarl Williamson2018-01-301-19/+26
* APItest/APItest.xs: Simplify mappingsKarl Williamson2018-01-301-7/+6
* APItest/t/utf8_warn_base.pl: White-space onlyKarl Williamson2018-01-301-636/+636
* APItest/t/utf8_warn_base.pl: Improve diagnosticsKarl Williamson2018-01-301-6/+13
* Add utf8n_to_uvchr_msgs()Karl Williamson2018-01-302-34/+149
* Allow space for NUL is UTF-8 array declsKarl Williamson2018-01-222-2/+2
* Avoid some branchesKarl Williamson2018-01-151-1/+1
* merge branch zefram/dumb_matchZefram2017-12-172-19/+11
|\
| * avoid gratuitous given/when in testZefram2017-11-281-14/+9
| * remove useless "default" mechanismZefram2017-11-281-3/+1
| * eviscerate smartmatchZefram2017-11-221-3/+2
| * regularise "when"Zefram2017-11-211-2/+2
* | Add variant_under_utf8_count() core functionKarl Williamson2017-12-112-0/+69
* | is_utf8_invariant_string(): small speed optimizationKarl Williamson2017-12-111-1/+1
* | APItest/t/handy_base.pl: Avoid uninitialized warningKarl Williamson2017-12-111-0/+1
* | APItest.xs: shenanigans to avoid warningsFather Chrysostomos2017-12-111-0/+6
* | Avoid newGVgen in default typemapFather Chrysostomos2017-12-101-0/+14
* | APItest/t/utf8.t: Simplify some testsKarl Williamson2017-12-082-26/+64
* | APItest/t/utf8.t: Clarify a couple of test namesKarl Williamson2017-12-071-2/+2
* | put shadowing warnings in their own categoryZefram2017-12-062-2/+2
* | stop using &PL_sv_yes as no-op methodZefram2017-12-052-2/+10
* | APItest: Add ability to test API fcn utf8_length()Karl Williamson2017-11-271-0/+7
* | APItest: Initialize parameterKarl Williamson2017-11-271-1/+1
* | Search for UTF-8 invariants by wordKarl Williamson2017-11-233-1/+38
|/
* Suppress warning in XS-APItest’s sniscow.tFather Chrysostomos2017-11-161-1/+1
* test wrap_keyword_plugin (RT #132413)Lukas Mai2017-11-112-2/+34
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-112-7/+5
* Dest buffer needs to be bigger for utf16_to_utf8()Karl Williamson2017-11-081-1/+1
* Add memBEGINs(), memENDs() and use them in APItestKarl Williamson2017-11-061-6/+7
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-6/+3
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-21/+20
* Rename strEQs to strBEGINs; remove strNEsKarl Williamson2017-11-061-20/+20
* APItest.xs: Omit unused variableKarl Williamson2017-11-011-3/+1
* Make get_cv cope with subrefsFather Chrysostomos2017-10-313-1/+18
* Basic tests for get_cvn_flagsFather Chrysostomos2017-10-312-0/+28
* Convert strcmp into strEQ, strNEKarl Williamson2017-10-242-4/+4
* Avoid loading .bs files twice when using XSLoaderDagfinn Ilmari Mannsåker2017-10-232-3/+3
* Unbreak gv_fetchmeth_svFather Chrysostomos2017-10-081-1/+6
* APItest/t/locale.t: Fix to not show failures on OpenBsdKarl Williamson2017-09-181-5/+7
* Add API function Perl_langinfo()Karl Williamson2017-09-093-4/+111
* utf8.c: EBCDIC fixKarl Williamson2017-08-091-1/+4
* test cv_[gs]et_call_checker_flags()Zefram2017-08-082-15/+42
* utf8_to_uvchr() EBCDIC fixKarl Williamson2017-08-051-1/+1
* 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
* 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