This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Add comment, reorder conditional branches
[perl5.git] / ext / XS-APItest /
2020-01-24 Yves OrtonXS-APItest: add tests for U8TO64_LE() and other hashing...
2020-01-23 Karl WilliamsonWarn on too high a code point if portable warn enabled
2020-01-04 Karl Williamsonutf8.c: Change parameter types of internal fcns
2019-12-25 David MitchellAPItest.xs: fix subsignature test
2019-12-15 Tony CookRevert "Move PL_check to the interp vars to fix threadi...
2019-12-12 Tony Cookun-TODO pl_check.t and remove io/handle.t
2019-12-12 Tony Cookprovide a test for the PL_check mis-behaviour
2019-12-10 PaliAPItest.xs: Increase version
2019-12-10 PaliAPItest.xs: Fix compile warning: format ‘%d’ expects...
2019-12-07 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix for EBCDIC
2019-12-07 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Don't recalculate...
2019-12-07 Karl Williamsonext/XS-APItest/t/utf8_warn_base.pl: Fix comment typos
2019-09-29 Karl WilliamsonAPItest: Remove use of macros about to be removed
2019-09-25 David Mitchellfix leak in APItest.xs
2019-09-25 David MitchellXS-APItest/t/subsignature.t: remove debugging code
2019-09-23 David Mitchellput signature ops in their own subtree.
2019-09-02 Tony Cookbump $XS::APItest::VERSION
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-07-22 Paul "LeoNerd" Evans[perl #132474] Add function for parsing sub signatures
2019-07-08 Tony Cook(perl #134177) add G_RETHROW flag to eval_sv()
2019-06-05 Tony Cook(perl #134175) tests for eval_pv rethrowing objects
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-03-13 Tony Cookthere is no sv_catpvfn()
2019-01-24 Tony CookPERL_OP_PARENT is always defined, stop testing for it
2019-01-20 James E KeenanProvide defined value for $TODO only where test is...
2018-07-19 Karl WilliamsonRevert "Remove some deprecated functions from mathoms.c"
2018-07-05 Karl WilliamsonAPItest: Add comprehensive UTF-8 validity tests
2018-06-29 Karl WilliamsonRemove some deprecated functions from mathoms.c
2018-06-25 Karl Williamsongrok_atoUV: allow non-C strings and document
2018-05-24 Daniel Draganfix Mingw GCC C++ build errors PL_inf/PL_nan
2018-04-19 Sergey AleynikovPATCH: [perl #133121] Fix crash in gv_fetchmeth_sv
2018-04-17 Daniel Draganfix SEGV in XS::APItest::Backrefs::Comctl32Version()
2018-03-12 Karl WilliamsonChange enum names for new locale function parameters
2018-03-12 Karl WilliamsonAPItest/t/locale.t: Store hash return for readability
2018-03-12 Karl WilliamsonAPItest/t/locale.t: Sort some tests
2018-02-26 Karl WilliamsonAPItest/t/locale.t: Add detail to test names
2018-02-22 Karl WilliamsonAPItest:locale.t Fix ALT_DIGITS test
2018-02-19 Father ChrysostomosFix two bugs when calling &xsub when @_ has holes
2018-02-17 Karl WilliamsonAPItest: Add U8* typemap, and use it
2018-02-09 Karl WilliamsonAPItest: Fix C++ compiles
2018-02-08 Karl WilliamsonAPItest: Correct parameter sign
2018-02-07 Karl WilliamsonAdd uvchr_to_utf8_flags_msgs()
2018-02-07 Karl WilliamsonAPItest:t/utf8_warn_base.pl: Clarify some comments
2018-02-07 Karl WilliamsonAPItest:t/utf8_warn_base.pl: Move a variable outside...
2018-02-07 Karl WilliamsonAPItest:t/utf8_warn_base.pl; Fix 'ok' tests
2018-02-05 Karl WilliamsonAPItest: Add tests for utf8_to_bytes()
2018-02-05 Karl WilliamsonAPItest:t/utf8_setup.pl: Display printables as themselves
2018-01-31 Karl WilliamsonPerl_langinfo: Teach about YESSTR and NOSTR
2018-01-31 Karl WilliamsonAPItest/t/locale.t: Add some tests
2018-01-30 Karl WilliamsonAPItest/APItest.xs: Simplify mappings
2018-01-30 Karl WilliamsonAPItest/t/utf8_warn_base.pl: White-space only
2018-01-30 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Improve diagnostics
2018-01-30 Karl WilliamsonAdd utf8n_to_uvchr_msgs()
2018-01-22 Karl WilliamsonAllow space for NUL is UTF-8 array decls
2018-01-15 Karl WilliamsonAvoid some branches
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-12 Karl WilliamsonAdd variant_under_utf8_count() core function
2017-12-12 Karl Williamsonis_utf8_invariant_string(): small speed optimization
2017-12-12 Karl WilliamsonAPItest/t/handy_base.pl: Avoid uninitialized warning
2017-12-11 Father ChrysostomosAPItest.xs: shenanigans to avoid warnings
2017-12-11 Father ChrysostomosAvoid newGVgen in default typemap
2017-12-09 Karl WilliamsonAPItest/t/utf8.t: Simplify some tests
2017-12-08 Karl WilliamsonAPItest/t/utf8.t: Clarify a couple of test names
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-05 Zeframstop using &PL_sv_yes as no-op method
2017-11-28 Zeframavoid gratuitous given/when in test
2017-11-28 Zeframremove useless "default" mechanism
2017-11-27 Karl WilliamsonAPItest: Add ability to test API fcn utf8_length()
2017-11-27 Karl WilliamsonAPItest: Initialize parameter
2017-11-23 Karl WilliamsonSearch for UTF-8 invariants by word
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframregularise "when"
2017-11-17 Father ChrysostomosSuppress warning in XS-APItest’s sniscow.t
2017-11-11 Lukas Maitest wrap_keyword_plugin (RT #132413)
2017-11-11 Nicolas RReplace multiple 'use vars' by 'our' in ext
2017-11-09 Karl WilliamsonDest buffer needs to be bigger for utf16_to_utf8()
2017-11-06 Karl WilliamsonAdd memBEGINs(), memENDs() and use them in APItest
2017-11-06 Karl WilliamsonChange some strncmp(), etc. to strBEGINs()
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2017-11-06 Karl WilliamsonRename strEQs to strBEGINs; remove strNEs
2017-11-01 Karl WilliamsonAPItest.xs: Omit unused variable
2017-10-31 Father ChrysostomosMake get_cv cope with subrefs
2017-10-31 Father ChrysostomosBasic tests for get_cvn_flags
2017-10-24 Karl WilliamsonConvert strcmp into strEQ, strNE
2017-10-23 Dagfinn Ilmari Man... Avoid loading .bs files twice when using XSLoader
2017-10-08 Father ChrysostomosUnbreak gv_fetchmeth_sv
2017-09-18 Karl WilliamsonAPItest/t/locale.t: Fix to not show failures on OpenBsd
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-08-09 Karl Williamsonutf8.c: EBCDIC fix
2017-08-08 Zeframtest cv_[gs]et_call_checker_flags()
2017-08-06 Karl Williamsonutf8_to_uvchr() EBCDIC fix
2017-07-31 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Fix broken tests
2017-07-31 Karl WilliamsonAPItest/t/utf8.t: Fix broken test on EBCDIC
2017-07-13 Karl WilliamsonForbid above IV_MAX code points
2017-07-13 Karl Williamsonutf8n_to_uvchr(): Properly handle extremely high code...
2017-07-13 Karl Williamsonrm APItest/t/utf8_malformed.t
2017-07-13 Karl WilliamsonMove test to utf8_warn_base.pl
2017-07-13 Karl WilliamsonAPItest/t/utf8_malformed.t: Remove 2 redundant tests
2017-07-13 Karl WilliamsonAPItest/t/utf8_warn_base.pl: White-space only
2017-07-13 Karl WilliamsonAPItest/t/utf8_warn_base.pl: Add a test
next