| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove some strlen()s and replace one strlcpy() with memcpy() because | Nicholas Clark | 2007-10-12 | 1 | -3/+2 |
* | Remove remaining C<Nullch>s and C<Nullsv>s | Nicholas Clark | 2007-10-06 | 1 | -3/+3 |
* | Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR in | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just | Nicholas Clark | 2007-10-06 | 1 | -4/+7 |
* | Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/ | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Avoid using *pvf functions when the format string is a fixed string. | Nicholas Clark | 2007-10-06 | 1 | -4/+4 |
* | Revert one hunk of change 32034 that had the possibility of being buggy | Nicholas Clark | 2007-10-06 | 1 | -3/+10 |
* | Eliminate most *printf-like calls that use a simple "%c" format, | Nicholas Clark | 2007-10-05 | 1 | -2/+4 |
* | was Re: Freeze ? | John Peacock | 2007-10-02 | 1 | -1/+4 |
* | Nothing is using IoSUBPROCESS() so eliminate xio_subprocess. | Nicholas Clark | 2007-10-01 | 1 | -1/+0 |
* | API spelling patch, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -6/+6 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -6/+6 |
* | dump.c: do not use sv_len_utf8 because it modified the scalar | Gerard Goossen | 2007-07-11 | 1 | -4/+4 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -3/+3 |
* | Remove PERL_MAGIC_mutex | Rafael Garcia-Suarez | 2007-06-18 | 1 | -1/+0 |
* | mad-const patch | Jim Cromie | 2007-06-12 | 1 | -3/+3 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -1/+0 |
* | Consting dump.c | Andy Lester | 2007-05-25 | 1 | -45/+41 |
* | move the logic of combining '_' and '#' with the previous logic | Gerard Goossen | 2007-05-12 | 1 | -0/+5 |
* | Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex doe... | Ævar Arnfjörð Bjarmason | 2007-04-12 | 1 | -10/+12 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -4/+4 |
* | Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in | Nicholas Clark | 2007-04-06 | 1 | -3/+3 |