This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #127380) default PERLIO_DEBUG/-Di to use STDERR
[perl5.git] / ext / XS-APItest /
2016-06-06 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.82
2016-06-06 Father ChrysostomosAdd intro_my to XS::APItest::lexical_import
2016-05-11 Chad GranumUpdate to the latest Test-Simple cpan dist
2016-05-10 David Mitchellload-module.t: re-indent and add some comments.
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkValidate the 'require Bare::Word' pathname.
2016-03-18 David Mitchellfix up dtrace compile/link for Solaris
2016-03-12 David MitchellAPItest.xs silence compiler warning
2016-02-07 Jarkko HietaniemiXS-APItest: Length cannot be negative.
2016-02-03 David MitchellMULTICALL *shouldn't* clear savestack
2016-02-03 David MitchelldMULTICALL: remove unused vars
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David MitchellMULTICALL should clear scope after each call
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David MitchellAPItest.xs: fixup clone_with_stack()
2016-02-03 David Mitchellpp_leavesub: reset SP in void context
2016-02-03 David Mitchellrestore PL_tmps_floor on exit
2016-02-03 David Mitchellpp_leaveeval: reset stack in VOID context
2016-02-03 David Mitchellmake "for my $lex {}" faster under ITHREADS
2016-01-27 Daniel Draganfix link failure of APItest.dll on VC 6
2016-01-26 Tony CookRevert "[perl #126632] more diagnostics"
2016-01-25 Tony Cook[perl #126632] more diagnostics
2016-01-25 Tony Cook[perl #126632] improve diagnostics for the comctl32...
2016-01-25 Tony Cookbump $XS::APItest::VERSION
2016-01-25 Daniel DraganXS DLLs shouldn't have comctl32.dll manifest in them...
2016-01-11 Tony Cookavoid invalid memory access in MapPath[AW]
2015-12-26 Karl WilliamsonAPItest.xs: Silence compiler warning on 32-bit machines
2015-12-06 Karl WilliamsonAPItest: Add tests for valid_utf8_to_uvchr
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-25 Karl Williamsonext/XS-APItest/t/utf8.t: Change variable names for...
2015-11-25 Karl WilliamsonOutput appropriately dire warning for high code points
2015-11-25 Karl Williamsonext/XS-APItest: Add tests for uvchr_to_utf8()
2015-11-25 Karl WilliamsonXS-APItest/utf8.t: Add a bunch more tests
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-10-26 Karl WilliamsonXS-APItest:fetch_pad_names.t: Comments, skip message
2015-10-15 Karl Williamsonext/XS-APItest/t/hash.t: Fix for EBCDIC
2015-10-02 Doug Belladd tests for XSRETURN* macros
2015-10-02 David Mitchellfix up EXTEND() callers
2015-10-02 David Mitchellmake EXTEND() and stack_grow() safe(r)
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-29 Father ChrysostomosDisable lexical $_
2015-09-25 Karl WilliamsonMake ext/XS-APItest/t/cophh.t work on EBCDIC
2015-09-18 Karl WilliamsonAdd API tests for utf8.h macros
2015-09-04 Karl WilliamsonXS-APItest/t/svpv_magic.t: Generalize for EBCDIC
2015-09-04 Karl WilliamsonXS-APItest/t/svpeek.t: Skip ASCII-centric test on EBCDIC
2015-09-04 Karl Williamsonext/XS-APItest/t/svcat.t: Generalize to run on EBCDIC
2015-07-29 Karl WilliamsonXS-APItest/t/handy.t: Handle early Unicodes
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.
next