This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #6828] Set $AUTOLOAD once more for XS autoloading
[perl5.git] / ext / XS-APItest / APItest.xs
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 ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-10 Father ChrysostomosTests for XS AUTOLOAD routines
2011-10-06 Brian Fraserwhichsig nul-cleanup.
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
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 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 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
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 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-13 Brian FraserTests for the pad cleanup.
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 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 ChrysostomosTests for XS lvalue functions
2011-04-03 Father Chrysostomos[perl #87064] eval no longer shares filters
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-12 Zeframrecursive-descent expression parsing
2010-12-11 Zeframfix various compiler warnings from XS code
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-09 Nicholas ClarkFix error in tryAMAGICunDEREF() introduced in 25a9ffce1...
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 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 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-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-09-26 Zeframmerge XS-APItest-KeywordRPN into XS-APItest
2010-09-23 Nicholas ClarkSome tests for Perl_grok_number().
2010-09-20 Tony CookAdd two (SV *) casts to placate C++.
2010-09-19 Florian RagwitzAdd tests for PL_peepp/PL_rpeepp
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-07 Ben MorrowTests for caller_cx, cop_hints_*.
2010-08-15 Florian RagwitzRevert "Make the peep recurse via PL_peepp"
2010-08-13 Eric BrinePure Perl lvalue subs can't return temps, even if they...
2010-07-25 Florian RagwitzMake the peep recurse via PL_peepp
2010-07-13 Tony Cooknew is a reserved word in C++, don't use it as a variab...
2010-07-12 Ben MorrowSystematic tests for the block hooks.
2010-07-12 Ben MorrowWrap PL_blockhooks in an API function.
2010-07-12 Ben MorrowMacroify the block_hooks structure.
2010-07-12 Ben MorrowInitial very basic tests for PL_blockhooks.
2010-04-30 Nicholas ClarkDon't use a C++ keyword as a variable name ("new").
2010-04-29 Nicholas ClarkRegression tests for the ptr_table_* API.
2010-04-26 Robin Barkerremove Perl_pmflag
2010-04-11 David Mitchellcreate SV leak test infrastructure
2009-11-08 Gerard GoossenMake my_exit behave the same as the Perl exit. And...
2009-11-01 Nicholas ClarkRemove Perl_pmflag() from the public API, and mark...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkExpose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest