summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* test infra - Under -DNO_TAINT_SUPPORT skip tests that use -T or -tYves Orton2023-04-021-3/+6
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-183-1/+54
* Fix my_strftime() upper space limitKarl Williamson2023-03-041-10/+28
* ext/XS-APItest/t/magic.t: simplify recent testDavid Mitchell2023-02-281-8/+13
* XS::APItest::test_EXTEND(): fixupsDavid Mitchell2023-02-281-6/+14
* APITest.xs - silence build warning under 32 bit clangYves Orton2023-02-262-7/+7
* regexec.c - fix memory leak in EVAL.Yves Orton2023-01-152-0/+46
* av.c - av_store() do the refcount dance around magic av'sYves Orton2023-01-092-0/+87
* XS-APItest/t/locale.t - deal with indented values properlyYves Orton2022-12-301-1/+1
* sv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX formatsYves Orton2022-12-223-2/+33
* gv.c - rename amagic_find() to amagic_applies()Yves Orton2022-12-223-1/+74
* Fix broken API: sync_locale()Karl Williamson2022-12-201-6/+2
* Add testing global locale switching; Todo #20565Karl Williamson2022-12-202-0/+60
* API-test:locale.t: Look for a comma radix localeKarl Williamson2022-12-201-5/+7
* utf8_hop forwards Change continuation start behaviorKarl Williamson2022-12-071-3/+4
* APItest: Generalize hop test for EBCDICKarl Williamson2022-12-071-3/+2
* ext/XS-APItest/APItest.pm: Bump $VERSIONJames E Keenan2022-11-211-1/+1
* test SvPVbyte*() and SvPVutf8*() variants set lenTony Cook2022-11-213-19/+48
* only fully calculate the stash (effective) name where neededTony Cook2022-11-181-1/+1
* Add tests for value magicLeon Timmermans2022-11-012-4/+19
* Test localization of ext magicLeon Timmermans2022-11-011-1/+8
* Simplify magic testLeon Timmermans2022-11-013-6/+6
* ext/lib - bump module versions on Opcode.pm, APItest and DeparseYves Orton2022-09-081-1/+1
* Add PUSHpvs("literal") macro familyPaul "LeoNerd" Evans2022-08-241-2/+2
* Define a CvREFCOUNTED_ANYSV flagPaul "LeoNerd" Evans2022-08-163-1/+44
* APItest:locale.t: Use proper test for LC_ALL presenceKarl Williamson2022-07-261-1/+1
* fixup XS::APItest::gimme() return valueDavid Mitchell2022-07-201-1/+4
* Add `newAVav()` and `newAVhv()`Paul "LeoNerd" Evans2022-07-132-0/+63
* Finish changing offset to hopKarl Williamson2022-07-101-2/+2
* APItest: Change comments/variable namesKarl Williamson2022-07-102-5/+4
* goto(&xs_sub): provide correct caller contextDavid Mitchell2022-07-062-1/+11
* Change !! to cBOOL() in dist/ext modulesKarl Williamson2022-06-201-1/+1
* Revert "Do per-word hop back"Karl Williamson2022-06-141-3/+0
* Do per-word hop backKarl Williamson2022-06-141-0/+3
* APItest.xs: flush output in test_bool_internals_funcLeon Timmermans2022-05-301-0/+1
* XS-APItest - add tests for new API calls and for bool internalsYves Orton2022-05-274-2/+107
* APItest/t/sv_streq.t: Generalize for EBCDICKarl Williamson2022-03-261-7/+7
* Add test for the previous commit fixing Perl_my_strtodTAKAI Kousuke2022-03-052-0/+31
* gh19010: simplify and expand inf/nan testsHugo van der Sanden2022-03-041-30/+36
* gh19010: fix returns for Perl_grok_infnanHugo van der Sanden2022-03-041-7/+10
* Fix UTF8_IS_REPLACEMENT() and add testsKarl Williamson2022-03-013-1/+17
* Also document and unit-test the correct handling of UTF-8Paul "LeoNerd" Evans2022-01-271-2/+16
* Slight tidying of testsPaul "LeoNerd" Evans2022-01-272-6/+8
* Create sv_streq() API family, as a stringy copy of the sv_numeq() onesPaul "LeoNerd" Evans2022-01-272-0/+43
* Have sv_numeq() respect == overloading unless the SV_SKIP_OVERLOAD flag is pa...Paul "LeoNerd" Evans2022-01-262-2/+16
* Initial implementation of sv_numeq() and _flags() variantPaul "LeoNerd" Evans2022-01-264-1/+33
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-252-0/+2
* 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