This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl: Properly handle empty properties
[perl5.git] / ext / XS-APItest /
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-19 David Mitchellpp_leaveeval: use EVAL_KEEPERR
2015-06-19 David MitchellXS-APItest/t/call.t: make loops more flexible
2015-06-19 David Mitchellmake MULTICALL handle list context
2015-04-19 David Mitchellop_sibling => op_sibparent under PERL_OP_PARENT
2015-03-25 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.72
2015-03-25 Tony Cookgv_const_sv() handle subrefs directly in the stash
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
2015-03-09 Hugo van der Sanden[perl #123814] replace grok_atou with grok_atoUV
2015-03-06 Karl Williamsonext/XS-APItest/t/hash.t: Generalize to run on non-ASCII...
2015-03-06 Karl Williamsonext/XS-APItest/t/svpeek.t: Extend to EBCDIC platforms
2015-03-06 Karl Williamsonext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII...
2015-03-06 Karl WilliamsonXS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
2015-03-06 Karl Williamsonext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
2015-03-06 Karl WilliamsonAPItest/t/handy.t: Generalize for non-ASCII platforms
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-28 Jarkko Hietaniemiinfnan: grok flag expectation fixes
2014-12-25 Yves Ortonfixups to make the porting tests happy
2014-12-25 Yves Ortonadd new API function sv_get_backrefs()
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-08 Father Chrysostomos[perl #94484] Custom ops trip assertions in new*OP
2014-12-06 Jarkko HietaniemiUnused expression + variable.
2014-12-06 Jarkko HietaniemiSome versions of gcc -Wextra are too paranoid about...
2014-12-03 Father Chrysostomos[perl #40565] Fix localisation in pseudo-fork
2014-12-03 Tony Cook[perl #123063] allow assert() to be used as an expression
2014-11-30 Father Chrysostomosfetch_pad_names.t: Emit all test names
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.69
2014-11-29 Father ChrysostomosFix newFOROP with PERL_OP_PARENT and no slab
2014-11-13 Father ChrysostomosDon’t turn sub:CustomAttr(){$outer_lex} into a const
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-04 Father Chrysostomos[perl #123103] Allow ext magic on read-onlies
2014-10-31 Brian FraserXS::APItest, svpeek.t: Test the correct thing
2014-10-26 Lukas Mairename convert to op_convert_list and APIfy
2014-10-26 Chad GranumImport Test-More 1.301001 alpha 63
2014-10-25 Lukas Maiunbreak threaded builds
2014-10-25 Lukas MaiAPIfy block_start/block_end/intro_my
2014-10-25 Lukas MaiAPIfy newDEFSVOP
2014-10-20 Tony Cookwrap the failing call_checker test in an eval and TODO it
2014-10-18 Father ChrysostomosApify SV_CATBYTES and SV_CATUTF8
2014-09-24 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.65
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-19 Jarkko Hietaniemiquadmath NVs cannot be cast to double etc.
2014-09-19 Jarkko Hietaniemiquadmath and gconvert do not mix.
2014-09-15 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.64
2014-09-15 Father ChrysostomosTest cv_name
2014-09-15 Father ChrysostomosClone lex sub names properly
2014-08-22 Jarkko HietaniemiUse grok_infnan() if NV_INF and NV_NAN are defined.
2014-07-24 Jarkko HietaniemiUse UV instead of Size_t.
2014-07-23 Tony Cookbump $XS::APItest::VERSION for the grok_atou() merge
2014-07-23 Jarkko HietaniemiAdd tests for grok_atou.
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-03 David MitchellDeprecate /\C/
2014-07-03 Tony Cookextra tests for grok_number(_flags)()
2014-06-25 Matthew Horsfall... bump $XS::APItest::VERSION to 0.62
2014-06-24 Jarkko HietaniemiUnder GLOBAL_STRUCT mgvtbl-s are const, which angers...
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-05 Karl WilliamsonKeep LC_NUMERIC in C locale, except for brief periods
2014-06-05 Karl Williamson'use locale' no longer ever fails.to compile
2014-05-30 Karl WilliamsonXS-APItest/t/handy.t: Change output message
2014-05-29 Jarkko HietaniemiFollowup to 316ebaf (aka perl #121894).
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 Jarkko HietaniemiUnused dTHX, even under threads.
2014-05-29 Tony Cookbump $XS::APItest::VERSION to 0.61
2014-05-29 Jarkko HietaniemiPointers set but then (immediately or very shortly...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Karl WilliamsonBump version numbers
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-02-04 Karl WilliamsonRevert "Fix handy.t for systems without $Config{d_isbla...
2014-02-03 Craig A. BerryFix handy.t for systems without $Config{d_isblank}.
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-17 Father ChrysostomosXS::APItest: Flatten src for utf16_to_utf8_reversed
2014-01-17 Father ChrysostomosMake XS::APItest::establish_cleanup protect existing...
2014-01-06 H.Merijn BrandXS is more C than perl. Use C-comments please
2014-01-04 Karl WilliamsonAPItest.xs: #include fakesdio.h
2014-01-04 Brian Frasersv_peek didn't add quotes before, doesn't need them now
2014-01-02 Karl WilliamsonChange some warnings in utf8n_to_uvchr()
2014-01-01 Karl Williamsonext/XS-APItest/t/utf8.t: White-space only
2014-01-01 Karl Williamsonutf8.c: Fix warning category and subcategory conflicts
2013-12-23 Daniel Dragantest various types of SVs with call_sv
2013-11-24 David MitchellXS::APItest: remove unused var
2013-11-22 Father ChrysostomosRemove unused var from APItest.xs
2013-11-21 David MitchellAPItest.xs: fix various compiler warnings
2013-11-10 Daniel Draganfix multi-eval of Perl_custom_op_xop in XopENTRY
2013-10-18 Steve HayRemove some IGNORABLE files from ext/ and lib/
2013-09-16 Tony Cook[perl #79074] make sure HeSVKEY_force() preserves UTF8n...
2013-09-08 Father ChrysostomosRevert "Let av_push accept NULL values"
2013-09-07 Father ChrysostomosLet av_push accept NULL values
2013-08-29 Karl WilliamsonAPItest: Test native code points, instead of Unicode
2013-08-29 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.56
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-13 Father ChrysostomosCopy PADTMPS passed to XSUBs
2013-08-11 Father ChrysostomosMake SvPVbyte work on tied non-PV
next