summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+2
* Change 33069 missed updating dump.c to dump PVIOs correctly.Nicholas Clark2008-01-261-1/+29
* ... and the rest; was RE: unnecessary defineRobin Barker2008-01-242-5/+0
* RE: [PATCH ext/Devel/DProf/Makefile.PL] unnecessary defineRobin Barker2008-01-231-2/+1
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-236-13/+13
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-232-2/+2
* Upgrade to PathTools-3.27Steve Peters2008-01-232-28/+15
* Get C++ compiles going on Solaris again.Steve Peters2008-01-231-0/+4
* More places that could be using G_WANT, not picked up by change 33021.Nicholas Clark2008-01-211-4/+4
* Remove hardcoded cop.h constants from APItest.pm :-(Nicholas Clark2008-01-213-21/+15
* New tests for new ops. Most of them are TODORafael Garcia-Suarez2008-01-181-1/+7
* Add a diagram for the 5.11 SV class structure, including B::REGEXP.Nicholas Clark2008-01-171-6/+28
* Boolean priority bug, found by Mashrab Kuvatov:Mashrab Kuvatov2008-01-151-1/+1
* consting IO.xsRobin Barker2008-01-141-1/+1
* When parsing LC_ALL or LANG to get the locale's encoding, ignoreRafael Garcia-Suarez2008-01-141-3/+3
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* Only code paths in hv_store either XSRETURN_NO or XSRETURN_YES.Steve Peters2008-01-091-5/+3
* Re: [PATCH] Exclude .svn and _darcs from IPC::SysV's Makefile.PL libscanMarcus Holland-Moritz2008-01-091-3/+8
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-095-134/+22
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-091-3/+2
* B::Deparse fixes for implicit smartmatching in given/whenFlorian Ragwitz2008-01-092-2/+10
* dev version numbers, xs and warnings dont play together nicely, so use MM->pa...Yves Orton2008-01-074-2/+4
* Silence new warning grep in void context warning in various modules and test ...Yves Orton2008-01-066-10/+12
* Make Data::Dumper handle blessed regexes properly, bump version as well. This...Yves Orton2008-01-063-30/+83
* Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (...Yves Orton2008-01-061-2/+3
* Fix "grep in void context" warningsRafael Garcia-Suarez2008-01-061-2/+2
* Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hashRafael Garcia-Suarez2008-01-062-5/+8
* consting Compress::Raw::Zlib and Filter::Util::CallRobin Barker2008-01-062-4/+4
* Allow sv_setsv_flags() to copy SVt_REGEXP much like it copiesNicholas Clark2008-01-061-0/+4
* Don't allocate the NV slot for SVt_REGEXP.Nicholas Clark2008-01-051-1/+0
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-2/+3
* Build const-(c|xs).inc in IPC::SysV on the fly.Marcus Holland-Moritz2008-01-053-1180/+4
* Make ext/re/t/re_funcs.t warnings clean.Nicholas Clark2008-01-051-1/+2
* Abolish wrapped in struct regexp - store the wrapped pattern pointerNicholas Clark2008-01-052-2/+8
* Upgrade to Devel::PPPort 3.13_01Marcus Holland-Moritz2008-01-0475-342/+607
* Re: SV leak?Vincent Pit2008-01-042-10/+10
* RE: How to load a "loadable object" that has a non-default file extension ?Jan Dubois2008-01-031-14/+19
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-022-8/+5
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-022-14/+14
* Upgrade to Sys-Syslog-0.24Steve Peters2008-01-012-2/+5
* Upgrade to IPC::SysV 2.00Marcus Holland-Moritz2007-12-307-11/+16
* The position of the modifier flag bits is actually encoded by a rightNicholas Clark2007-12-291-1/+2
* Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() andNicholas Clark2007-12-291-1/+1
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-282-4/+4
* Dump the REGEXP member of SVt_REGEXP.Nicholas Clark2007-12-281-1/+2
* First class regexps.Nicholas Clark2007-12-285-14/+39
* SvPVX_const() triggers an assertion that when the sv isn't a PV.Steve Peters2007-12-281-0/+274
* Regexps are now orange.Nicholas Clark2007-12-272-1/+24
* Remove two warnings (sub diag() was redefined, and implict split isNicholas Clark2007-12-261-2/+2
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-268-33/+88