| Commit message (Expand) | Author | Age | Files | Lines |
* | Add PERL_ARGS_ASSERT_* macros where missing; move where in the wrong function. | Nicholas Clark | 2009-09-14 | 1 | -4/+8 |
* | Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things. | Nicholas Clark | 2009-09-14 | 1 | -3/+9 |
* | Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds. | Nicholas Clark | 2009-08-31 | 1 | -1/+1 |
* | finish implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -5/+45 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -0/+1 |
* | sv_peek(): SvOOK offset is no longer in IVX | David Mitchell | 2009-08-16 | 1 | -2/+5 |
* | When dumping a hash, display the mro_meta structure if present. | Nicholas Clark | 2009-07-25 | 1 | -0/+36 |
* | fix segfault in -Dx without threads | Chip Salzenberg | 2009-07-09 | 1 | -1/+1 |
* | parenthesize check for a flag | Stepan Kasal | 2009-06-02 | 1 | -1/+1 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 1 | -1/+0 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -1/+0 |
* | Add a dump to help tracing taint bugs, by Chip Salzenberg | Rafael Garcia-Suarez | 2008-11-15 | 1 | -0/+2 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -4/+4 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -15/+16 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -19/+19 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -4/+4 |
* | Remove redundant (and wrong) prototype for pv_display() | Marcus Holland-Moritz | 2008-10-29 | 1 | -3/+0 |
* | As Perl_cv_const_sv() now takes a const CV *, use that as the cast for | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Remove redundant API definitions from '=for apidoc' sections. | Marcus Holland-Moritz | 2008-10-29 | 1 | -7/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -2/+3 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | You can't (and shouldn't) use CvDEPTH on a PVFM. | Nicholas Clark | 2008-07-31 | 1 | -1/+2 |
* | PVFMs don't need to access the IVX any more. (as of change 32836, which | Nicholas Clark | 2008-07-12 | 1 | -1/+1 |
* | Also dump the SvPVX of PVFMs. | Nicholas Clark | 2008-07-11 | 1 | -1/+1 |
* | Re: split smoke for threaded -DDEBUGGING builds | Reini Urban | 2008-06-25 | 1 | -3/+5 |
* | fix debop with pad const | Reini Urban | 2008-06-24 | 1 | -1/+6 |
* | Replace all remaining accesses to COP's cop_label with CopLABEL(). | Nicholas Clark | 2008-04-06 | 1 | -8/+8 |
* | MAD dump xml escape regex | Gerard Goossen | 2008-03-27 | 1 | -2/+2 |
* | Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-25 | 1 | -2/+2 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+3 |
* | PERL_MAGIC_uvar_elem should be 'u' in dump.c | Vincent Pit | 2008-02-13 | 1 | -1/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+71 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -2/+0 |
* | Change 33069 missed updating dump.c to dump PVIOs correctly. | Nicholas Clark | 2008-01-26 | 1 | -1/+1 |
* | Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8. | Nicholas Clark | 2008-01-06 | 1 | -3/+2 |
* | Fix compilation issues and warnings with exotic configuration. | Marcus Holland-Moritz | 2008-01-06 | 1 | -1/+1 |
* | Don't allocate the NV slot for SVt_REGEXP. | Nicholas Clark | 2008-01-05 | 1 | -2/+2 |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -1/+4 |
* | Re-implement the SvOOK() hack to store the offset as a BER encoded | Nicholas Clark | 2008-01-04 | 1 | -4/+10 |
* | Fixes to get MAD working after change 32804, and some newSVpvn_utf8()s | Nicholas Clark | 2008-01-03 | 1 | -10/+8 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -1/+3 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 1 | -9/+9 |
* | Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() and | Nicholas Clark | 2007-12-29 | 1 | -1/+2 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 1 | -2/+2 |
* | Dump the REGEXP member of SVt_REGEXP. | Nicholas Clark | 2007-12-28 | 1 | -0/+4 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 1 | -2/+2 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 1 | -6/+6 |
* | Swap SVt_RV and SVt_NV in the SV ordering. | Nicholas Clark | 2007-12-26 | 1 | -2/+2 |