| Commit message (Expand) | Author | Age | Files | Lines |
* | B::Terse and B::Xref were missing some documentation. | Reini Urban | 2011-08-14 | 2 | -3/+61 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 2 | -17/+17 |
* | Support gcc-4.x on HP-UX PA-RISC/64 | H.Merijn Brand | 2011-08-04 | 1 | -4/+10 |
* | Increase $IPC::Open::VERSION to 1.12 | Father Chrysostomos | 2011-07-27 | 1 | -1/+1 |
* | [perl #95748] IPC::Open3::open3(..., '-') broken | Salvador Fandino | 2011-07-27 | 1 | -2/+5 |
* | Increase $PerlIO::via::VERSION following commit d477ab3eb4369a52. | Nicholas Clark | 2011-07-21 | 1 | -1/+1 |
* | s/bellow/below/ in PerlIO::via docs | Eric Brine | 2011-07-21 | 1 | -2/+2 |
* | Perl_rpeep: undo tail recursion optimisation | David Mitchell | 2011-07-18 | 1 | -2/+4 |
* | Actually test cop_*_label | Reini Urban | 2011-07-17 | 1 | -0/+10 |
* | Fix a wrong length in APItest.xs:test_coplabel | Father Chrysostomos | 2011-07-17 | 1 | -1/+1 |
* | Bring cop label testing in line with intentions. | Craig A. Berry | 2011-07-17 | 1 | -12/+13 |
* | Export store_cop_label for the perl compiler | Reini Urban | 2011-07-16 | 1 | -0/+21 |
* | make peep optimiser recurse mostly only shallowly | David Mitchell | 2011-07-14 | 1 | -9/+12 |
* | Tests for the pad cleanup. | Brian Fraser | 2011-07-12 | 2 | -4/+25 |
* | pad.c: flags checking for the UTF8 flag when necessary | Brian Fraser | 2011-07-12 | 1 | -0/+321 |
* | API tests for pad_findmy_*() | Zefram | 2011-07-12 | 2 | -0/+140 |
* | API test for find_rundefsv() | Zefram | 2011-07-12 | 2 | -0/+34 |
* | APIify pad functions | Zefram | 2011-07-12 | 1 | -5/+1 |
* | Merge branch 'smueller/eu_typemap' into blead | Steffen Mueller | 2011-07-12 | 1 | -1/+1 |
|\ |
|
| * | Revert "Revert "Moved prototype check to XS code, allowing the .pm file chang... | Steffen Mueller | 2011-07-12 | 2 | -6/+3 |
| * | Revert "Moved prototype check to XS code, allowing the .pm file change from y... | Steffen Mueller | 2011-07-12 | 2 | -3/+6 |
* | | Make SvIsCOW honest about globs | Father Chrysostomos | 2011-07-12 | 2 | -0/+20 |
|/ |
|
* | Add tests for wrapping formats in B objects | Florian Ragwitz | 2011-07-11 | 1 | -0/+9 |
* | The test for #76474 should open file descriptor 0, not 1. | Nicholas Clark | 2011-07-06 | 1 | -5/+1 |
* | Increase $XS::APItest::VERSION | Father Chrysostomos | 2011-07-04 | 1 | -1/+1 |
* | Add a test for perl_clone with CLONEf_COPY_STACKS to XS-APItest. | Gerard Goossen | 2011-07-04 | 2 | -0/+108 |
* | For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s. | Nicholas Clark | 2011-07-01 | 1 | -4/+53 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -12/+24 |
* | Split out study magic from pos magic. | Nicholas Clark | 2011-07-01 | 1 | -4/+4 |
* | attributes.pm: warn & don’t apply :lvalue to defined subs | Father Chrysostomos | 2011-06-22 | 2 | -0/+13 |
* | Increase $attributes::version to 0.15 | Father Chrysostomos | 2011-06-22 | 1 | -1/+1 |
* | Merge ext/IPC-Open2 into ext/IPC-Open3. | Nicholas Clark | 2011-06-16 | 2 | -0/+0 |
* | Add PERL_NO_GET_CONTEXT to ODBM_File | Nicholas Clark | 2011-06-16 | 2 | -1/+3 |
* | Move an XS::APItest var decl to PREINIT | Father Chrysostomos | 2011-06-12 | 1 | -1/+2 |
* | Completely free hashes containing nulls | Father Chrysostomos | 2011-06-12 | 2 | -0/+35 |
* | Fix two broken URLs in mro.pm, bump version and document in perldelta | Leon Brocard | 2011-06-12 | 2 | -11/+4 |
* | Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent. | Nicholas Clark | 2011-06-12 | 1 | -1/+1 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 3 | -5/+9 |
* | Remove TODO markers from Devel::Peek tests | Father Chrysostomos | 2011-06-11 | 1 | -5/+18 |
* | Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp. | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | Tests for Perl_get_vtbl() | Nicholas Clark | 2011-06-11 | 2 | -0/+49 |
* | Store FBMs in PVMGs, instead of GVs. | Nicholas Clark | 2011-06-11 | 2 | -4/+4 |
* | Store the BM table in mg_ptr instead of after SvCUR(). | Nicholas Clark | 2011-06-11 | 2 | -1/+22 |
* | Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV. | Nicholas Clark | 2011-06-11 | 1 | -0/+5 |
* | Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS(). | Nicholas Clark | 2011-06-11 | 1 | -2/+0 |
* | Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage. | Nicholas Clark | 2011-06-11 | 1 | -2/+18 |
* | Don't allow study on an FBM scalar, to give more flexibility in SV flag usage. | Nicholas Clark | 2011-06-11 | 1 | -2/+24 |
* | Test dumping studied scalars. | Nicholas Clark | 2011-06-11 | 1 | -1/+29 |
* | Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid. | Nicholas Clark | 2011-06-11 | 1 | -0/+38 |
* | In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon(). | Nicholas Clark | 2011-06-11 | 1 | -20/+7 |