summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* From: "Robin Barker" <Robin.Barker@npl.co.uk>Robin Barker2008-01-111-2/+2
* [DOC PATCH] was Re: things deprecated for removal in 5.12Paul Johnson2008-01-111-6/+0
* Better descriptions for PL_regex_pad and PL_regex_padav.Nicholas Clark2008-01-101-3/+6
* Real regexps are stored via RVs, IVs can only mean spare slots. HenceNicholas Clark2008-01-101-1/+1
* Change 32899 missed undoing the reference count increase when the SVNicholas Clark2008-01-101-1/+5
* Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they all pass now.Nicholas Clark2008-01-101-30/+30
* Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass.Nicholas Clark2008-01-101-17/+2
* It seems that you don't need to reference count PL_reg_curpm withoutNicholas Clark2008-01-101-0/+5
* The correct solution is to reference count the regexp in PL_reg_curpm,Nicholas Clark2008-01-102-20/+6
* Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatalNicholas Clark2008-01-101-5/+19
* Fix bug picked up by printf format warnings - a cast is needed whereNicholas Clark2008-01-101-1/+2
* Move the reg_stringify logic to Perl_sv_2pv_flagsÆvar Arnfjörð Bjarmason2008-01-107-66/+19
* seen_eval regex field wasn't getting clonedDave Mitchell2008-01-092-2/+18
* Fix the bug introduced by the bug fix of change 30755.Nicholas Clark2008-01-092-5/+10
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-0913-68/+231
* grep the MANIFEST to avoid having hard coded numbers in readdir.tNicholas Clark2008-01-091-5/+6
* Upgrade to Math-Complex-1.43Steve Peters2008-01-094-6/+7
* Only code paths in hv_store either XSRETURN_NO or XSRETURN_YES.Steve Peters2008-01-091-5/+3
* Intermediate re-gen for AndyA's dtrace work. More to comeH.Merijn Brand2008-01-091-67/+96
* Re: [PATCH] Exclude .svn and _darcs from IPC::SysV's Makefile.PL libscanMarcus Holland-Moritz2008-01-091-3/+8
* Fix prototype in regexp code following #32851, and regenSteve Hay2008-01-094-4/+4
* Revert change #32920, since it was solved another way by #32890.Rafael Garcia-Suarez2008-01-091-5/+3
* refactor PL_opargs generation in opcode.pl and fix helemMarcus Holland-Moritz2008-01-091-24/+41
* RE: compile warnings w/ PM_SETRE and ReREFCNT_incRobin Barker2008-01-091-3/+5
* Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak,Nicholas Clark2008-01-092-0/+7
* Add a few =cuts (so configpm is displayed mostly correctlyRafael Garcia-Suarez2008-01-091-0/+6
* Fix leak introduced by change #32873, thanks to NicholasRafael Garcia-Suarez2008-01-091-1/+1
* 1e4 isn't large enough with 16 byte long doubles (at least on x86_64).Nicholas Clark2008-01-091-13/+13
* Change 32899 missed the other double-reference count.Nicholas Clark2008-01-091-1/+1
* newSV() + sv_upgrade() => newSV_type()Nicholas Clark2008-01-091-2/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-098-135/+165
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-095-70/+7
* B::Deparse fixes for implicit smartmatching in given/whenFlorian Ragwitz2008-01-092-2/+10
* Upgrade to Math-Complex-1.42Steve Peters2008-01-094-36/+175
* Upgrade to Module-Load-Conditional-0.24Steve Peters2008-01-091-6/+18
* change #31447 was wrong. Really handle cloning a stale lexical varDave Mitchell2008-01-092-6/+21
* [patch] [Win32] Make Perl build on Win32 when the path contains whitespaceMax Maischein2008-01-082-4/+7
* Re: [PATCH] docs more open() and $_ related entriesGabor Szabo2008-01-082-18/+22
* AutoLoader: Remove AutoLoader::canSteffen Müller2008-01-082-35/+4
* With regexps stored as real RVs, we can eliminate SvREPADTMP().Nicholas Clark2008-01-083-17/+2
* PL_regex_padav can simply be dup()ed. This is surprisingly satisfying.Nicholas Clark2008-01-081-18/+5
* In PL_regexp_padav, store regexps via real references, rather thanNicholas Clark2008-01-084-15/+24
* Correct a long-standing ithreads reference counting anonamly - theNicholas Clark2008-01-083-5/+5
* ARRAY(0x...) is not very helpful in sprintf.t diagnosticsYitzchak Scott-Thoennes2008-01-081-4/+4
* Post change 32880, restore the dummy sub Regexp::DESTROY {}Nicholas Clark2008-01-071-0/+8
* Clarify the use of SVf_BREAK on PL_reg_curpm.Nicholas Clark2008-01-072-2/+5
* Don't set the public IV or NV flags if the string converted from hasNicholas Clark2008-01-072-5/+33
* Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_noNicholas Clark2008-01-071-2/+2
* v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on CygwinJari Aalto2008-01-071-2/+8