This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Start replacing home made pod parser with ::Simple
[perl5.git] / ext / XS-APItest /
2011-10-15 Father ChrysostomosTest uninit warnings for undef XS cmp retvals
2011-10-15 Father ChrysostomosMake XS sort routines work again
2011-10-15 Father ChrysostomosAPItest: put mro stuff in a new BOOT block
2011-10-12 Father ChrysostomosAPItest: Move PERL_UNUSED_ARG after decl
2011-10-12 Father Chrysostomos[perl #6828] Set $AUTOLOAD once more for XS autoloading
2011-10-12 Steffen MuellerTODO test for $AUTOLOAD with XS AUTOLOAD
2011-10-11 Father ChrysostomosMake sv_set[ps]v(cv...) set prototype
2011-10-11 Father ChrysostomosXS::APItest: s/justinc/justisa/
2011-10-11 Father Chrysostomos[perl #94306] Do not skip first elem of linear isa
2011-10-10 Father ChrysostomosFix cv-to-gv assignment to use CvPROTO
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-10 Father ChrysostomosTests for XS AUTOLOAD routines
2011-10-06 Father ChrysostomosIncrease $XS::APItest::VERSION from 0.31 to 0.32
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-06 Brian Frasergv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_autoload4 is now UTF-8 clean.
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-10-06 Father ChrysostomosMerge multi and flags params to gv_init_*
2011-10-06 Brian Frasergv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8...
2011-10-06 Brian Frasergv.c: gv_name_set and gv_init_(etc) now initialize...
2011-10-06 Father ChrysostomosRemove method param from gv_autoload_*
2011-10-06 Father ChrysostomosRemove 4 from new gv_autoload4_(sv|pvn?) functions
2011-10-06 Brian Frasergv.c: Added gv_autoload4_(sv|pv|pvn)
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Father ChrysostomosMinor correction to gv_fetchmeth_autoload.t
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosMinor correction to gv_fetchmeth.t
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-09-17 Father ChrysostomosTests for goto &xsub and lexical hints
2011-08-21 Steffen MuellerExlicitly enable exporting of some XSUB symbols
2011-07-18 David MitchellPerl_rpeep: undo tail recursion optimisation
2011-07-18 Reini UrbanActually test cop_*_label
2011-07-18 Father ChrysostomosFix a wrong length in APItest.xs:test_coplabel
2011-07-17 Craig A. BerryBring cop label testing in line with intentions.
2011-07-17 Reini UrbanExport store_cop_label for the perl compiler
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Brian FraserTests for the pad cleanup.
2011-07-13 Brian Fraserpad.c: flags checking for the UTF8 flag when necessary
2011-07-13 ZeframAPI tests for pad_findmy_*()
2011-07-13 ZeframAPI test for find_rundefsv()
2011-07-13 ZeframAPIify pad functions
2011-07-12 Father ChrysostomosMake SvIsCOW honest about globs
2011-07-05 Father ChrysostomosIncrease $XS::APItest::VERSION
2011-07-05 Gerard GoossenAdd a test for perl_clone with CLONEf_COPY_STACKS to...
2011-06-13 Father ChrysostomosMove an XS::APItest var decl to PREINIT
2011-06-12 Father ChrysostomosCompletely free hashes containing nulls
2011-06-11 Nicholas ClarkTests for Perl_get_vtbl()
2011-06-01 Father ChrysostomosWarn when list-assigning to TEMP
2011-06-01 Father ChrysostomosTests for XS lvalue functions
2011-04-03 Father Chrysostomos[perl #87064] eval no longer shares filters
2011-02-05 Nicholas ClarkConvert XS::APItest's svpv_magic.t to Test::More.
2011-01-21 David MitchellXS-APItest/t/caller.t: mark two passing tests
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-19 Zeframbump version of many modules
2010-12-12 Zeframrecursive-descent expression parsing
2010-12-11 Zeframfix various compiler warnings from XS code
2010-12-11 Nicholas ClarkFix permissions for ext/XS-APItest/t/refs.t, added...
2010-12-11 Father ChrysostomosFix test count in ext/XS-APItest/t/refs.t
2010-12-11 gfxFix XS types in typemap in order to deal with reference...
2010-11-30 Florian RagwitzAdd tests for sv_{,un}magicext and mg_findext
2010-11-22 Ben Morrow%x can't be used directly with pointers.
2010-11-15 Ben MorrowTests for the new custom op registrations.
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-11 Jerry D. Hedden[perl #78964] Fix ext/XS-APItest/t/overload.t
2010-11-09 Nicholas ClarkFix error in tryAMAGICunDEREF() introduced in 25a9ffce1...
2010-11-06 Niko TyniG_VOID, G_SCALAR, and G_ARRAY are not separate bits...
2010-11-03 Nicholas ClarkAdd Perl_amagic_deref_call() to implement the bulk...
2010-11-03 Nicholas ClarkAdd tests for tryAMAGICunDEREF_var().
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-25 Zeframfunction to parse isolated label
2010-10-25 Zeframfunction to parse unlabelled statement
2010-10-25 Zeframstop passing line numbers into op constructor functions
2010-10-25 Tony Cookrt #72398 - get magic before downgrading in SvPVbyte()
2010-10-25 Niko TyniTODO test: SvPVbyte should handle get magic before...
2010-10-24 Zeframdon't rely on ghost contexts being unmolested
2010-10-22 Nicholas ClarkBetter diagnostics for XS::APItest::test_cv_getset_call...
2010-10-21 Jerry D. HeddenFix ext/XS-APItest/t/multicall.t warning
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframfunction to parse Perl code block
2010-10-21 Zeframfix and test PL_expect in recdescent parsing
2010-10-21 Zeframhandle bracket stack better in recdescent parsing
2010-10-21 Zeframavoid side-effecting source held in scalar
2010-10-21 Nicholas ClarkConvert Hash::Util, XS::APItest and XS::Typemap to...
2010-10-19 David MitchellRecursive MULTICALL prematurely freed CV
2010-10-19 David Mitchelladd skeleton testing for the MULTICALL macros
2010-10-12 Ben MorrowAdd LINKLIST to the API.
2010-10-12 ZeframAPIify op list constructors
2010-10-12 Nicholas ClarkIn APItest.xs, augment croak("fail") with the file...
2010-10-11 Ben MorrowRemove some excess cleverness from the Bhk macros.
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-08 Nicholas ClarkXS::APItest tests for XS_APIVERSION_BOOTCHECK.
2010-10-08 Nicholas Clarkxs_version_bootcheck() must use mortals, as {new,upg...
2010-10-07 Nicholas ClarkXS::APItest tests for XS_VERSION_BOOTCHECK.
2010-10-04 Zefram[PATCH] function to parse Perl statement sequence
2010-10-03 David MitchellG_KEEPERR sometimes set $@
next