summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-222-3/+3
* 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
* 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
* XS-APItest: add tests for U8TO64_LE() and other hashing macros and codeYves Orton2020-01-243-1/+717
* Warn on too high a code point if portable warn enabledKarl Williamson2020-01-231-4/+11
* utf8.c: Change parameter types of internal fcnsKarl Williamson2020-01-031-1/+1
* APItest.xs: fix subsignature testDavid Mitchell2019-12-252-4/+6
* 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
* 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
* APItest: Remove use of macros about to be removedKarl Williamson2019-09-292-98/+73
* fix leak in APItest.xsDavid Mitchell2019-09-251-4/+4
* XS-APItest/t/subsignature.t: remove debugging codeDavid Mitchell2019-09-251-1/+0
* put signature ops in their own subtree.David Mitchell2019-09-233-4/+12
* bump $XS::APItest::VERSIONTony Cook2019-09-021-1/+1
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-022-1/+60
* [perl #132474] Add function for parsing sub signaturesPaul "LeoNerd" Evans2019-07-223-2/+89
* (perl #134177) add G_RETHROW flag to eval_sv()Tony Cook2019-07-082-2/+26
* (perl #134175) tests for eval_pv rethrowing objectsTony Cook2019-06-051-2/+5
* Remove remaining assignments to SvCUR and SvLEN in coreDagfinn Ilmari Mannsåker2019-05-282-2/+2
* 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