summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* Exlicitly enable exporting of some XSUB symbolsSteffen Mueller2011-08-214-4/+8
* Add OPpASSIGN_CV_TO_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* Add OPpDONT_INIT_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* &CORE::wantarray()Father Chrysostomos2011-08-181-0/+1
* Add coreargs opFather Chrysostomos2011-08-181-2/+2
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-17/+25
* Remove OPpENTERSUB_NOMOD from B::ConciseFather Chrysostomos2011-08-151-2/+2
* B::Terse and B::Xref were missing some documentation.Reini Urban2011-08-142-3/+61
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-112-17/+17
* Support gcc-4.x on HP-UX PA-RISC/64H.Merijn Brand2011-08-041-4/+10
* Increase $IPC::Open::VERSION to 1.12Father Chrysostomos2011-07-271-1/+1
* [perl #95748] IPC::Open3::open3(..., '-') brokenSalvador Fandino2011-07-271-2/+5
* Increase $PerlIO::via::VERSION following commit d477ab3eb4369a52.Nicholas Clark2011-07-211-1/+1
* s/bellow/below/ in PerlIO::via docsEric Brine2011-07-211-2/+2
* 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