summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* there is no sv_catpvfn()Tony Cook2019-03-141-1/+1
* PERL_OP_PARENT is always defined, stop testing for itTony Cook2019-01-252-3/+1
* Provide defined value for $TODO only where test is still failing.James E Keenan2019-01-201-3/+5
* Revert "Remove some deprecated functions from mathoms.c"Karl Williamson2018-07-193-5/+19
* APItest: Add comprehensive UTF-8 validity testsKarl Williamson2018-07-051-0/+269
* Remove some deprecated functions from mathoms.cKarl Williamson2018-06-283-19/+5
* grok_atoUV: allow non-C strings and documentKarl Williamson2018-06-252-2/+2
* fix Mingw GCC C++ build errors PL_inf/PL_nanDaniel Dragan2018-05-242-2/+2
* PATCH: [perl #133121] Fix crash in gv_fetchmeth_svSergey Aleynikov2018-04-191-1/+8
* fix SEGV in XS::APItest::Backrefs::Comctl32Version()Daniel Dragan2018-04-172-2/+2
* Change enum names for new locale function parametersKarl Williamson2018-03-121-2/+2
* APItest/t/locale.t: Store hash return for readabilityKarl Williamson2018-03-121-4/+4
* APItest/t/locale.t: Sort some testsKarl Williamson2018-03-121-6/+6
* APItest/t/locale.t: Add detail to test namesKarl Williamson2018-02-251-4/+5
* APItest:locale.t Fix ALT_DIGITS testKarl Williamson2018-02-221-1/+1
* Fix two bugs when calling &xsub when @_ has holesFather Chrysostomos2018-02-181-0/+7
* APItest: Add U8* typemap, and use itKarl Williamson2018-02-162-82/+83
* APItest: Fix C++ compilesKarl Williamson2018-02-091-4/+8
* APItest: Correct parameter signKarl Williamson2018-02-081-1/+1
* Add uvchr_to_utf8_flags_msgs()Karl Williamson2018-02-072-25/+98
* APItest:t/utf8_warn_base.pl: Clarify some commentsKarl Williamson2018-02-071-5/+5
* APItest:t/utf8_warn_base.pl: Move a variable outside sub()Karl Williamson2018-02-071-11/+12
* APItest:t/utf8_warn_base.pl; Fix 'ok' testsKarl Williamson2018-02-071-3/+3
* APItest: Add tests for utf8_to_bytes()Karl Williamson2018-02-042-0/+86
* APItest:t/utf8_setup.pl: Display printables as themselvesKarl Williamson2018-02-041-1/+5
* 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
|/