summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Perl_rpeep: undo tail recursion optimisationDavid Mitchell2011-07-181-2/+4
* Actually test cop_*_labelReini Urban2011-07-171-0/+10
* Fix a wrong length in APItest.xs:test_coplabelFather Chrysostomos2011-07-171-1/+1
* Bring cop label testing in line with intentions.Craig A. Berry2011-07-171-12/+13
* Export store_cop_label for the perl compilerReini Urban2011-07-161-0/+21
* make peep optimiser recurse mostly only shallowlyDavid Mitchell2011-07-141-9/+12
* Tests for the pad cleanup.Brian Fraser2011-07-122-4/+25
* pad.c: flags checking for the UTF8 flag when necessaryBrian Fraser2011-07-121-0/+321
* API tests for pad_findmy_*()Zefram2011-07-122-0/+140
* API test for find_rundefsv()Zefram2011-07-122-0/+34
* APIify pad functionsZefram2011-07-121-5/+1
* Merge branch 'smueller/eu_typemap' into bleadSteffen Mueller2011-07-121-1/+1
|\
| * Revert "Revert "Moved prototype check to XS code, allowing the .pm file chang...Steffen Mueller2011-07-122-6/+3
| * Revert "Moved prototype check to XS code, allowing the .pm file change from y...Steffen Mueller2011-07-122-3/+6
* | Make SvIsCOW honest about globsFather Chrysostomos2011-07-122-0/+20
|/
* Add tests for wrapping formats in B objectsFlorian Ragwitz2011-07-111-0/+9
* The test for #76474 should open file descriptor 0, not 1.Nicholas Clark2011-07-061-5/+1
* Increase $XS::APItest::VERSIONFather Chrysostomos2011-07-041-1/+1
* Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest.Gerard Goossen2011-07-042-0/+108
* For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.Nicholas Clark2011-07-011-4/+53
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-12/+24
* Split out study magic from pos magic.Nicholas Clark2011-07-011-4/+4
* attributes.pm: warn & don’t apply :lvalue to defined subsFather Chrysostomos2011-06-222-0/+13
* Increase $attributes::version to 0.15Father Chrysostomos2011-06-221-1/+1
* Merge ext/IPC-Open2 into ext/IPC-Open3.Nicholas Clark2011-06-162-0/+0
* Add PERL_NO_GET_CONTEXT to ODBM_FileNicholas Clark2011-06-162-1/+3
* Move an XS::APItest var decl to PREINITFather Chrysostomos2011-06-121-1/+2
* Completely free hashes containing nullsFather Chrysostomos2011-06-122-0/+35
* Fix two broken URLs in mro.pm, bump version and document in perldeltaLeon Brocard2011-06-122-11/+4
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-1/+1
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-123-5/+9
* Remove TODO markers from Devel::Peek testsFather Chrysostomos2011-06-111-5/+18
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-111-2/+2
* Tests for Perl_get_vtbl()Nicholas Clark2011-06-112-0/+49
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-112-4/+4
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-112-1/+22
* Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.Nicholas Clark2011-06-111-0/+5
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-2/+0
* Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-2/+18
* Don't allow study on an FBM scalar, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-2/+24
* Test dumping studied scalars.Nicholas Clark2011-06-111-1/+29
* Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid.Nicholas Clark2011-06-111-0/+38
* In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon().Nicholas Clark2011-06-111-20/+7
* In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles.Nicholas Clark2011-06-111-19/+9
* In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles.Nicholas Clark2011-06-111-21/+10
* In IPC::Open3::_open(), refactor the common code into loops over @handles.Nicholas Clark2011-06-111-18/+20
* In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'.Nicholas Clark2011-06-111-4/+4
* Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR}.Nicholas Clark2011-06-111-5/+6
* In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles.Nicholas Clark2011-06-111-29/+26
* In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles.Nicholas Clark2011-06-111-18/+18