This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pumpkin.pod: Add L<> around html link
[perl5.git] / ext / XS-APItest /
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 $@
2010-10-03 David Mitchelleval_sv() and eval_pv() don't fail on syntax err
2010-09-26 Zeframmerge XS-APItest-KeywordRPN into XS-APItest
2010-09-23 Nicholas ClarkSome tests for Perl_grok_number().
2010-09-23 Jerry D. HeddenRemove unneeded 'use' from ext/XS-APItest/t/peep.t...
2010-09-21 Nicholas ClarkRemove boilerplate and (un)conditional code from Makefi...
2010-09-21 Nicholas ClarkTweak XS::APItest to automatically add all functions...
2010-09-20 Tony CookAdd two (SV *) casts to placate C++.
2010-09-19 Florian RagwitzRemove unnecessary XS-APItest test boilerplate
2010-09-19 Florian RagwitzAdd tests for PL_peepp/PL_rpeepp
2010-09-19 Steve HayBump VERSIONs in XS-APItest and XS-APItest-KeywordRPN
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-31 David Mitchellbetter silencing of APItest deprecation warning
2010-08-28 Robin Barkersilence APItest deprecation warning
2010-08-16 Florian RagwitzRemove MacOS 9 support code from XS-APItest
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-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-15 Ben MorrowRemove diagnostics from XS-APItest/t/blockhooks.
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-05-20 Ricardo Signesbump version on modules changed since 5.13.0
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
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-23 Zeframbring G_KEEPERR back to the realm of sanity
2010-04-19 Leon BrocardBump version due to d97c33b505dd45c052a8bf42014917701b4...
2010-04-11 David Mitchellcreate SV leak test infrastructure
2009-11-12 Craig A. Berry1 is a magic number to C's exit() and Perl_my_exit().
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-22 Nicholas ClarkPerl_utf16_to_utf8() should treat "\0" like any every...
2009-10-19 Nicholas ClarkAdd two (U8 *) casts to placate C++.
2009-10-18 Nicholas ClarkIn utf16_to_utf8(), fix off-by-one errors for the range...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak on encountering a bare...
2009-10-18 Nicholas Clarkutf16_to_utf8() should croak if the buffer ends without...
2009-10-18 Nicholas Clarkutf16_to_utf8_reversed() should croak early when passed...
2009-10-18 Nicholas ClarkExpose utf16_to_utf8{,reversed} via XS::APItest, and...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-02-09 Nicholas ClarkRename ext/XS/APItest to ext/XS-APItest