| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence a 'null argument' warning | Rafael Garcia-Suarez | 2007-01-04 | 1 | -2/+3 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -19/+31 |
* | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. | Nicholas Clark | 2007-01-03 | 1 | -2/+2 |
* | Teach dump about OURSTASH and COP ranges stored in the NV union. | Nicholas Clark | 2007-01-03 | 1 | -5/+15 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -1/+1 |
* | PVMG can be isUV too. | Nicholas Clark | 2007-01-02 | 1 | -2/+1 |
* | Move SVt_BIND to be the lowest type after SVt_NULL. This will force all | Nicholas Clark | 2006-12-31 | 1 | -2/+2 |
* | further fix for #29543: fix parser leaks caused by croaking | Dave Mitchell | 2006-12-29 | 1 | -1/+3 |
* | Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM) | Nicholas Clark | 2006-12-16 | 1 | -1/+5 |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -1/+1 |
* | misc MAD coredump fixes and parser leak fixes | Dave Mitchell | 2006-12-13 | 1 | -3/+7 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -8/+6 |
* | Correct the dumping logic for the various bits of flag bending | Nicholas Clark | 2006-12-12 | 1 | -6/+13 |
* | Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name | Nicholas Clark | 2006-12-12 | 1 | -104/+57 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -2/+2 |
* | Using explicit printf-like APIs with a format of "%s" isn't the world's | Nicholas Clark | 2006-10-18 | 1 | -2/+2 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -0/+1 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -10/+10 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -2/+2 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -2/+2 |
* | Re: Fix loads of warnings from the last escaping patch... | Yves Orton | 2006-07-16 | 1 | -14/+15 |
* | Updated escaping code. utf8 regex debug output improvements | Yves Orton | 2006-07-15 | 1 | -53/+140 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -31/+112 |
* | dump.c patches | Andy Lester | 2006-06-07 | 1 | -36/+36 |
* | don't try to dump GVish parts of an LV if it hasn't got GVish parts | Dave Mitchell | 2006-05-20 | 1 | -10/+14 |
* | Introduce a new keyword, state, for state variables. | Rafael Garcia-Suarez | 2006-05-03 | 1 | -0/+1 |
* | clean up loops in doio.c and dump.c | Andy Lester | 2006-05-03 | 1 | -21/+17 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | op_type shrinking | Andy Lester | 2006-04-20 | 1 | -40/+40 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -2/+6 |
* | A fix to change #27845 to get it to compile with -DPERL_MAD. | Steve Peters | 2006-04-18 | 1 | -1/+1 |
* | dump.c patch redux | Andy Lester | 2006-04-16 | 1 | -54/+40 |
* | Teach Perl_do_sv_dump how to cope with IOs that have bogus things in | Nicholas Clark | 2006-04-15 | 1 | -3/+26 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+3 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -3/+3 |
* | Moving the overloading flag from the reference to the referant allows | Nicholas Clark | 2006-03-15 | 1 | -2/+1 |
* | Remove two NEWSV()s in the non-ithread dump code that got missed. | Nicholas Clark | 2006-03-09 | 1 | -2/+2 |
* | Fix C99ism in dump.c | Nicholas Clark | 2006-03-09 | 1 | -2/+2 |
* | MAD changes to dump.c | Nicholas Clark | 2006-03-08 | 1 | -0/+970 |
* | Curiously none of the macros SvIVX, SvUVX or SvNVX are used on | Nicholas Clark | 2006-02-25 | 1 | -3/+4 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -1/+3 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -3/+3 |
* | Remove set magic from typeglobs. Remove typeglob magic entirely. | Nicholas Clark | 2006-02-23 | 1 | -2/+0 |
* | sv_dump should report the PV for PVGVs, as it can get set. | Nicholas Clark | 2006-02-22 | 1 | -1/+1 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | Fix sv_dump to dump formats without the (non-existent) NVX. | Nicholas Clark | 2006-02-20 | 1 | -1/+2 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -7/+14 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -2/+2 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |