| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -2/+2 |
* | Change 33069 missed updating dump.c to dump PVIOs correctly. | Nicholas Clark | 2008-01-26 | 1 | -1/+29 |
* | ... and the rest; was RE: unnecessary define | Robin Barker | 2008-01-24 | 2 | -5/+0 |
* | RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary define | Robin Barker | 2008-01-23 | 1 | -2/+1 |
* | Purge all use of Nullch in non-dual life modules. | Nicholas Clark | 2008-01-23 | 6 | -13/+13 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 2 | -2/+2 |
* | Upgrade to PathTools-3.27 | Steve Peters | 2008-01-23 | 2 | -28/+15 |
* | Get C++ compiles going on Solaris again. | Steve Peters | 2008-01-23 | 1 | -0/+4 |
* | More places that could be using G_WANT, not picked up by change 33021. | Nicholas Clark | 2008-01-21 | 1 | -4/+4 |
* | Remove hardcoded cop.h constants from APItest.pm :-( | Nicholas Clark | 2008-01-21 | 3 | -21/+15 |
* | New tests for new ops. Most of them are TODO | Rafael Garcia-Suarez | 2008-01-18 | 1 | -1/+7 |
* | Add a diagram for the 5.11 SV class structure, including B::REGEXP. | Nicholas Clark | 2008-01-17 | 1 | -6/+28 |
* | Boolean priority bug, found by Mashrab Kuvatov: | Mashrab Kuvatov | 2008-01-15 | 1 | -1/+1 |
* | consting IO.xs | Robin Barker | 2008-01-14 | 1 | -1/+1 |
* | When parsing LC_ALL or LANG to get the locale's encoding, ignore | Rafael Garcia-Suarez | 2008-01-14 | 1 | -3/+3 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2008-01-11 | 1 | -2/+2 |
* | Only code paths in hv_store either XSRETURN_NO or XSRETURN_YES. | Steve Peters | 2008-01-09 | 1 | -5/+3 |
* | Re: [PATCH] Exclude .svn and _darcs from IPC::SysV's Makefile.PL libscan | Marcus Holland-Moritz | 2008-01-09 | 1 | -3/+8 |
* | Move re::regexp_pattern to universal.c | Jerry D. Hedden | 2008-01-09 | 5 | -134/+22 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 1 | -3/+2 |
* | B::Deparse fixes for implicit smartmatching in given/when | Florian Ragwitz | 2008-01-09 | 2 | -2/+10 |
* | dev version numbers, xs and warnings dont play together nicely, so use MM->pa... | Yves Orton | 2008-01-07 | 4 | -2/+4 |
* | Silence new warning grep in void context warning in various modules and test ... | Yves Orton | 2008-01-06 | 6 | -10/+12 |
* | Make Data::Dumper handle blessed regexes properly, bump version as well. This... | Yves Orton | 2008-01-06 | 3 | -30/+83 |
* | Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (... | Yves Orton | 2008-01-06 | 1 | -2/+3 |
* | Fix "grep in void context" warnings | Rafael Garcia-Suarez | 2008-01-06 | 1 | -2/+2 |
* | Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash | Rafael Garcia-Suarez | 2008-01-06 | 2 | -5/+8 |
* | consting Compress::Raw::Zlib and Filter::Util::Call | Robin Barker | 2008-01-06 | 2 | -4/+4 |
* | Allow sv_setsv_flags() to copy SVt_REGEXP much like it copies | Nicholas Clark | 2008-01-06 | 1 | -0/+4 |
* | Don't allocate the NV slot for SVt_REGEXP. | Nicholas Clark | 2008-01-05 | 1 | -1/+0 |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 1 | -2/+3 |
* | Build const-(c|xs).inc in IPC::SysV on the fly. | Marcus Holland-Moritz | 2008-01-05 | 3 | -1180/+4 |
* | Make ext/re/t/re_funcs.t warnings clean. | Nicholas Clark | 2008-01-05 | 1 | -1/+2 |
* | Abolish wrapped in struct regexp - store the wrapped pattern pointer | Nicholas Clark | 2008-01-05 | 2 | -2/+8 |
* | Upgrade to Devel::PPPort 3.13_01 | Marcus Holland-Moritz | 2008-01-04 | 75 | -342/+607 |
* | Re: SV leak? | Vincent Pit | 2008-01-04 | 2 | -10/+10 |
* | RE: How to load a "loadable object" that has a non-default file extension ? | Jan Dubois | 2008-01-03 | 1 | -14/+19 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 2 | -8/+5 |
* | Wrap all deferences of struct regexp* in macros RX_*() [and for | Nicholas Clark | 2008-01-02 | 2 | -14/+14 |
* | Upgrade to Sys-Syslog-0.24 | Steve Peters | 2008-01-01 | 2 | -2/+5 |
* | Upgrade to IPC::SysV 2.00 | Marcus Holland-Moritz | 2007-12-30 | 7 | -11/+16 |
* | The position of the modifier flag bits is actually encoded by a right | Nicholas Clark | 2007-12-29 | 1 | -1/+2 |
* | Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() and | Nicholas Clark | 2007-12-29 | 1 | -1/+1 |
* | Wrap all accesses to the members precomp and prelen of struct regexp in | Nicholas Clark | 2007-12-28 | 2 | -4/+4 |
* | Dump the REGEXP member of SVt_REGEXP. | Nicholas Clark | 2007-12-28 | 1 | -1/+2 |
* | First class regexps. | Nicholas Clark | 2007-12-28 | 5 | -14/+39 |
* | SvPVX_const() triggers an assertion that when the sv isn't a PV. | Steve Peters | 2007-12-28 | 1 | -0/+274 |
* | Regexps are now orange. | Nicholas Clark | 2007-12-27 | 2 | -1/+24 |
* | Remove two warnings (sub diag() was redefined, and implict split is | Nicholas Clark | 2007-12-26 | 1 | -2/+2 |
* | Eliminate SVt_RV, and use SVt_IV to store plain references. | Nicholas Clark | 2007-12-26 | 8 | -33/+88 |