summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/APItest.xs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* recursive-descent expression parsingZefram2010-12-111-0/+67
* fix various compiler warnings from XS codeZefram2010-12-111-7/+24
* Fix XS types in typemap in order to deal with references with get magics corr...gfx2010-12-101-0/+30
* Add tests for sv_{,un}magicext and mg_findextFlorian Ragwitz2010-11-301-0/+30
* %x can't be used directly with pointers.Ben Morrow2010-11-221-4/+4
* Tests for the new custom op registrations.Ben Morrow2010-11-141-0/+115
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+18
* Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.Nicholas Clark2010-11-091-0/+33
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-6/+2
* Add tests for tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-0/+14
* add SAVEFREECOPHH()Zefram2010-10-281-1/+3
* new API functions op_scope and op_lvalueZefram2010-10-261-12/+36
* function to parse isolated labelZefram2010-10-251-0/+26
* function to parse unlabelled statementZefram2010-10-251-1/+1
* stop passing line numbers into op constructor functionsZefram2010-10-251-12/+4
* TODO test: SvPVbyte should handle get magic before checking the utf8 flagNiko Tyni2010-10-251-0/+11
* don't rely on ghost contexts being unmolestedZefram2010-10-241-0/+58
* Better diagnostics for XS::APItest::test_cv_getset_call_checker().Nicholas Clark2010-10-221-1/+3
* full API for cop hint hashesZefram2010-10-211-14/+126
* function to parse Perl code blockZefram2010-10-211-1/+33
* fix and test PL_expect in recdescent parsingZefram2010-10-211-0/+38
* handle bracket stack better in recdescent parsingZefram2010-10-211-0/+21
* add skeleton testing for the MULTICALL macrosDavid Mitchell2010-10-191-0/+39
* Add LINKLIST to the API.Ben Morrow2010-10-121-1/+114
* APIify op list constructorsZefram2010-10-121-2/+148
* 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-101-0/+259
* XS::APItest tests for XS_APIVERSION_BOOTCHECK.Nicholas Clark2010-10-081-0/+8
* xs_version_bootcheck() must use mortals, as {new,upg}_version() can croak.Nicholas Clark2010-10-081-0/+2
* XS::APItest tests for XS_VERSION_BOOTCHECK.Nicholas Clark2010-10-071-0/+13
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-1/+17
* merge XS-APItest-KeywordRPN into XS-APItestZefram2010-09-261-0/+228
* Some tests for Perl_grok_number().Nicholas Clark2010-09-231-1/+5
* Add two (SV *) casts to placate C++.Tony Cook2010-09-211-2/+2
* Add tests for PL_peepp/PL_rpeeppFlorian Ragwitz2010-09-201-0/+89
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-0/+68
* Tests for caller_cx, cop_hints_*.Ben Morrow2010-09-071-1/+32
* Revert "Make the peep recurse via PL_peepp"Florian Ragwitz2010-08-161-47/+0
* Pure Perl lvalue subs can't return temps, even if they are magical. This hold...Eric Brine2010-08-131-0/+37
* Make the peep recurse via PL_peeppFlorian Ragwitz2010-07-251-5/+52
* new is a reserved word in C++, don't use it as a variable nameTony Cook2010-07-131-3/+3
* Systematic tests for the block hooks.Ben Morrow2010-07-121-9/+77
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-4/+1
* Macroify the block_hooks structure.Ben Morrow2010-07-121-8/+8
* Initial very basic tests for PL_blockhooks.Ben Morrow2010-07-121-0/+51
* Don't use a C++ keyword as a variable name ("new").Nicholas Clark2010-04-301-7/+7
* Regression tests for the ptr_table_* API.Nicholas Clark2010-04-291-0/+41
* remove Perl_pmflagRobin Barker2010-04-261-10/+0