summaryrefslogtreecommitdiff
path: root/ext/XS-APItest
Commit message (Expand)AuthorAgeFilesLines
* Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.Nicholas Clark2010-11-092-22/+60
* G_VOID, G_SCALAR, and G_ARRAY are not separate bits anymoreNiko Tyni2010-11-061-1/+10
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-032-10/+6
* Add tests for tryAMAGICunDEREF_var().Nicholas Clark2010-11-034-10/+117
* add SAVEFREECOPHH()Zefram2010-10-281-1/+3
* new API functions op_scope and op_lvalueZefram2010-10-262-12/+96
* function to parse isolated labelZefram2010-10-255-2/+316
* function to parse unlabelled statementZefram2010-10-253-3/+57
* stop passing line numbers into op constructor functionsZefram2010-10-251-12/+4
* rt #72398 - get magic before downgrading in SvPVbyte()Tony Cook2010-10-251-3/+0
* TODO test: SvPVbyte should handle get magic before checking the utf8 flagNiko Tyni2010-10-252-0/+43
* don't rely on ghost contexts being unmolestedZefram2010-10-242-0/+154
* Better diagnostics for XS::APItest::test_cv_getset_call_checker().Nicholas Clark2010-10-221-1/+3
* Fix ext/XS-APItest/t/multicall.t warningJerry D. Hedden2010-10-211-0/+1
* full API for cop hint hashesZefram2010-10-212-14/+144
* function to parse Perl code blockZefram2010-10-214-2/+258
* fix and test PL_expect in recdescent parsingZefram2010-10-214-1/+152
* handle bracket stack better in recdescent parsingZefram2010-10-215-3/+209
* avoid side-effecting source held in scalarZefram2010-10-211-0/+12
* Convert Hash::Util, XS::APItest and XS::Typemap to XSLoader.Nicholas Clark2010-10-211-4/+4
* Recursive MULTICALL prematurely freed CVDavid Mitchell2010-10-191-1/+26
* add skeleton testing for the MULTICALL macrosDavid Mitchell2010-10-192-0/+63
* Add LINKLIST to the API.Ben Morrow2010-10-122-2/+118
* APIify op list constructorsZefram2010-10-122-2/+158
* In APItest.xs, augment croak("fail") with the file name and line number.Nicholas Clark2010-10-121-82/+84
* Remove some excess cleverness from the Bhk macros.Ben Morrow2010-10-101-6/+6
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-105-0/+450
* XS::APItest tests for XS_APIVERSION_BOOTCHECK.Nicholas Clark2010-10-083-0/+22
* xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak.Nicholas Clark2010-10-084-1/+47
* XS::APItest tests for XS_VERSION_BOOTCHECK.Nicholas Clark2010-10-074-1/+124
* [PATCH] function to parse Perl statement sequenceZefram2010-10-043-2/+105
* G_KEEPERR sometimes set $@David Mitchell2010-10-031-4/+6
* eval_sv() and eval_pv() don't fail on syntax errDavid Mitchell2010-10-031-1/+89
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-267-4/+597
* Some tests for Perl_grok_number().Nicholas Clark2010-09-234-2/+102
* Remove unneeded 'use' from ext/XS-APItest/t/peep.t Devel::Peek is not used by...Jerry D. Hedden2010-09-221-2/+0
* Remove boilerplate and (un)conditional code from Makefile.PLs in extNicholas Clark2010-09-211-10/+2
* Tweak XS::APItest to automatically add all functions to @EXPORT.Nicholas Clark2010-09-212-22/+40
* Add two (SV *) casts to placate C++.Tony Cook2010-09-211-2/+2
* Remove unnecessary XS-APItest test boilerplateFlorian Ragwitz2010-09-2013-178/+54
* Add tests for PL_peepp/PL_rpeeppFlorian Ragwitz2010-09-202-0/+124
* Bump VERSIONs in XS-APItest and XS-APItest-KeywordRPNSteve Hay2010-09-191-1/+1
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-163-0/+88
* Tests for caller_cx, cop_hints_*.Ben Morrow2010-09-072-1/+109
* better silencing of APItest deprecation warningDavid Mitchell2010-08-311-1/+2
* silence APItest deprecation warningRobin Barker2010-08-281-0/+3
* Remove MacOS 9 support code from XS-APItestFlorian Ragwitz2010-08-1612-19/+2
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-162-86/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-131-1/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-133-1/+75