| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |