summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-2/+0
* use is_deeply instead of eq_ Test::More functionsMichiel Beijen2021-12-241-8/+8
* Use builtin::reftype/refaddr in .t filesPaul "LeoNerd" Evans2021-12-081-1/+1
* Use builtin::weaken() in .t files in lib/ + ext/Paul "LeoNerd" Evans2021-12-082-2/+1
* Fix the build and tests when NODEFAULT_SHAREKEYS is definedNicholas Clark2021-10-201-0/+4
* Rename HE_SVSLOT to HE_ARENA_ROOT_IXNicholas Clark2021-10-112-4/+4
* Avoid a use-after-free deleting 8-bit keys from stashesNicholas Clark2021-09-161-0/+19
* Test SvIsBOOL() using XS::APItestPaul "LeoNerd" Evans2021-09-153-0/+91
* APItest.xs: remove unneeded SvPV_force_nolen()David Mitchell2021-09-101-2/+0
* Test that mg_copy is called only when expected.Nicholas Clark2021-08-282-3/+72
* Unicode tests should be in XS::APItest, not XS::APItest::Magic.Nicholas Clark2021-08-281-9/+2
* Delete Perl_ptr_table_clear, marked as deprecated since v5.14.0Nicholas Clark2021-08-213-11/+1
* Add utf8_to_utf16Karl Williamson2021-08-142-4/+55
* APItest.xs: White space onlyKarl Williamson2021-08-071-1528/+1528
* Remove some cruft from XS::APItest.Nicholas Clark2021-07-261-10/+1
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-025-16/+16
* APItest/t/locale.t: Fix testsKarl Williamson2021-04-031-2/+4
* APItest/t/locale.t: Add missing SKIP: labelKarl Williamson2021-04-031-0/+1
* quadmath: handle long doubles supplied via va_args in sv_vcatpvfn_flags()Tony Cook2021-03-303-11/+17
* APItest.xs - suppress valid -Wformat-overflow warning (Issue 18170)sisyphus2020-12-272-3/+14
* bump $XS::APItest::VERSIONTony Cook2020-12-141-1/+1
* build test for the read/write mutex macrosTony Cook2020-12-141-0/+25
* move ignore for XS-APItest into dists own gitignoreGraham Knop2020-11-231-0/+1
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+4
* Fix up delimcpy_no_escape()Karl Williamson2020-10-312-16/+45
* Rewrite delimcpy to use memchr and Copy, not per-byteKarl Williamson2020-10-311-2/+3
* Add API test for delimcpy()Karl Williamson2020-10-313-1/+217
* Fix typosSamanta Navarro2020-10-031-1/+1
* APItest.xs: Silence compiler warningKarl Williamson2020-09-272-2/+2
* APItest.xs: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* XS-APItest: use PERL_VERSION_GE helper☢ ℕicolas ℝ2020-08-043-3/+3
* Comply old C-standartIvan Baidakou2020-07-301-2/+2
* Try to fix for MSVCIvan Baidakou2020-07-301-1/+2
* Correct my_rpeep example in perlgutsIvan Baidakou2020-07-301-4/+9
* ext/XS-APItest/t/utf8_warn_base.pl: Fix a couple testsKarl Williamson2020-07-171-2/+0
* ext/XS-APItest/t/utf8_warn_base.pl: Fix comment misstatementKarl Williamson2020-07-171-2/+3
* ext/XS-APItest/t/hv_macro.t: Generalize for EBCDICKarl Williamson2020-07-171-3/+9
* XS-APItest: Silence a compiler warningKarl Williamson2020-07-172-1/+2
* 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