| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | S_op_destroy() was not static. Also tidy all other STATIC/static | Nicholas Clark | 2007-04-05 | 1 | -2/+1 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -6/+12 |
* | regexp refcount is an integer, not a pointer | Rafael Garcia-Suarez | 2007-03-22 | 1 | -2/+3 |
* | Resolve PL_curpm issues with (??{}) and fix corruption of match results when ... | Yves Orton | 2007-03-22 | 1 | -2/+14 |
* | Fix a couple of minor typos in comments | Rafael Garcia-Suarez | 2007-03-12 | 1 | -2/+2 |
* | dump.c: format fixes | Jarkko Hietaniemi | 2007-02-20 | 1 | -2/+2 |
* | Better dump reporting of "PVBM"s. | Nicholas Clark | 2007-02-02 | 1 | -1/+8 |
* | make Dump display the SVf_BREAK flag | Dave Mitchell | 2007-01-15 | 1 | -0/+1 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -8/+0 |
* | 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 |