This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS-APItest: Length cannot be negative.
[perl5.git] / ext / XS-APItest / APItest.xs
2016-02-07 Jarkko HietaniemiXS-APItest: Length cannot be negative.
2016-02-03 David MitchelldMULTICALL: remove unused vars
2016-02-03 David Mitchellconvert CX_PUSH/POP/TOPBLOCK to inline fns
2016-02-03 David Mitchellrename POPFOO() to CX_POPFOO()
2016-02-03 David MitchellAPItest.xs: fixup clone_with_stack()
2016-02-03 David Mitchellrestore PL_tmps_floor on exit
2016-01-27 Daniel Draganfix link failure of APItest.dll on VC 6
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-25 Karl Williamsonext/XS-APItest: Add tests for uvchr_to_utf8()
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-25 Karl WilliamsonMake ext/XS-APItest/t/cophh.t work on EBCDIC
2015-09-18 Karl WilliamsonAdd API tests for utf8.h macros
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-06-19 David Mitchellmake MULTICALL handle list context
2015-04-19 David Mitchellop_sibling => op_sibparent under PERL_OP_PARENT
2015-03-25 Tony Cookgv_const_sv() handle subrefs directly in the stash
2015-03-09 Hugo van der Sandengrok_atoUV: don't make part of API
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 Tony Cook[perl #123063] allow assert() to be used as an expression
2014-11-29 Father ChrysostomosFix newFOROP with PERL_OP_PARENT and no slab
2014-11-04 Father Chrysostomos[perl #123103] Allow ext magic on read-onlies
2014-10-26 Lukas Mairename convert to op_convert_list and APIfy
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-18 Father ChrysostomosApify SV_CATBYTES and SV_CATUTF8
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-15 Father ChrysostomosTest cv_name
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-06-24 Jarkko HietaniemiUnder GLOBAL_STRUCT mgvtbl-s are const, which angers...
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-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 Jarkko HietaniemiPointers set but then (immediately or very shortly...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
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
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-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 ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-13 Father ChrysostomosCopy PADTMPS passed to XSUBs
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2013-05-20 Karl WilliamsonAdd tests for case-change macros API
2013-01-07 Karl Williamsonext/XS-APItest: Remove unused variable decl.
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-09 Karl WilliamsonXS-APItest: Add tests for handy.h
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-17 Father Chrysostomos[perl #115756] Fix XS::APItest::SvIsCOW
2012-10-05 Father Chrysostomos[perl #79824] Don’t cow for sv_mortalcopy call from XS
2012-10-01 Father ChrysostomosAPItest.xs: Fix mem leak in lexsub test
2012-09-26 Father ChrysostomosTest XS registration of state subs
2012-09-26 David Mitchellstop regex engine reading beyond end of string
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-17 Craig A. BerrynewCONSTSUB needs its own CV.
2012-08-14 Nicholas ClarkXS::APItest::newCONSTSUB was not handling SV reference...
2012-08-14 Nicholas ClarkUse ALIAS to provide XS::APItest::newCONSTSUB and newCO...
2012-07-08 Karl Williamsonhandy.: Add some tests for its API
2012-07-07 Father Chrysostomosrv2cv hooks should not create 2nd-class subs
2012-07-03 Father Chrysostomosop.c:newFOROP: Fall back to realloc for unslabbed ops
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-09 Michael Schroeder[perl #111610] Trouble with XS-APItest/t/clone-with...
2012-06-09 Father ChrysostomosAdd alloccopstash provisionally to the API
2012-05-22 Father ChrysostomosAnnihilate ‘A’ magic
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2012-03-25 Brian FraserLabel UTF8 cleanup
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-02-11 Zeframadd wrap_op_checker() API function
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2011-12-25 Father Chrysostomoshv.c: Make newHVhv work on tied hashes
2011-12-24 Father ChrysostomosRevert "Increase $XS::APItest::VERSION to 0.35"
next