| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2008-01-11 | 1 | -2/+2 |
* | From: "Robin Barker" <Robin.Barker@npl.co.uk> | Robin Barker | 2008-01-11 | 1 | -2/+2 |
* | [DOC PATCH] was Re: things deprecated for removal in 5.12 | Paul Johnson | 2008-01-11 | 1 | -6/+0 |
* | Better descriptions for PL_regex_pad and PL_regex_padav. | Nicholas Clark | 2008-01-10 | 1 | -3/+6 |
* | Real regexps are stored via RVs, IVs can only mean spare slots. Hence | Nicholas Clark | 2008-01-10 | 1 | -1/+1 |
* | Change 32899 missed undoing the reference count increase when the SV | Nicholas Clark | 2008-01-10 | 1 | -1/+5 |
* | Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they all pass now. | Nicholas Clark | 2008-01-10 | 1 | -30/+30 |
* | Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass. | Nicholas Clark | 2008-01-10 | 1 | -17/+2 |
* | It seems that you don't need to reference count PL_reg_curpm without | Nicholas Clark | 2008-01-10 | 1 | -0/+5 |
* | The correct solution is to reference count the regexp in PL_reg_curpm, | Nicholas Clark | 2008-01-10 | 2 | -20/+6 |
* | Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvented by fatal | Nicholas Clark | 2008-01-10 | 1 | -5/+19 |
* | Fix bug picked up by printf format warnings - a cast is needed where | Nicholas Clark | 2008-01-10 | 1 | -1/+2 |
* | Move the reg_stringify logic to Perl_sv_2pv_flags | Ævar Arnfjörð Bjarmason | 2008-01-10 | 7 | -66/+19 |
* | seen_eval regex field wasn't getting cloned | Dave Mitchell | 2008-01-09 | 2 | -2/+18 |
* | Fix the bug introduced by the bug fix of change 30755. | Nicholas Clark | 2008-01-09 | 2 | -5/+10 |
* | Variants of several regression tests that run the actul tests inside | Nicholas Clark | 2008-01-09 | 13 | -68/+231 |
* | grep the MANIFEST to avoid having hard coded numbers in readdir.t | Nicholas Clark | 2008-01-09 | 1 | -5/+6 |
* | Upgrade to Math-Complex-1.43 | Steve Peters | 2008-01-09 | 4 | -6/+7 |
* | Only code paths in hv_store either XSRETURN_NO or XSRETURN_YES. | Steve Peters | 2008-01-09 | 1 | -5/+3 |
* | Intermediate re-gen for AndyA's dtrace work. More to come | H.Merijn Brand | 2008-01-09 | 1 | -67/+96 |
* | Re: [PATCH] Exclude .svn and _darcs from IPC::SysV's Makefile.PL libscan | Marcus Holland-Moritz | 2008-01-09 | 1 | -3/+8 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 4 | -4/+4 |
* | Revert change #32920, since it was solved another way by #32890. | Rafael Garcia-Suarez | 2008-01-09 | 1 | -5/+3 |
* | refactor PL_opargs generation in opcode.pl and fix helem | Marcus Holland-Moritz | 2008-01-09 | 1 | -24/+41 |
* | RE: compile warnings w/ PM_SETRE and ReREFCNT_inc | Robin Barker | 2008-01-09 | 1 | -3/+5 |
* | Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if any scalars leak, | Nicholas Clark | 2008-01-09 | 2 | -0/+7 |
* | Add a few =cuts (so configpm is displayed mostly correctly | Rafael Garcia-Suarez | 2008-01-09 | 1 | -0/+6 |
* | Fix leak introduced by change #32873, thanks to Nicholas | Rafael Garcia-Suarez | 2008-01-09 | 1 | -1/+1 |
* | 1e4 isn't large enough with 16 byte long doubles (at least on x86_64). | Nicholas Clark | 2008-01-09 | 1 | -13/+13 |
* | Change 32899 missed the other double-reference count. | Nicholas Clark | 2008-01-09 | 1 | -1/+1 |
* | newSV() + sv_upgrade() => newSV_type() | Nicholas Clark | 2008-01-09 | 1 | -2/+1 |
* | Move re::regexp_pattern to universal.c | Jerry D. Hedden | 2008-01-09 | 8 | -135/+165 |
* | Remove the warning "v-string in require/use non portable" | Rafael Garcia-Suarez | 2008-01-09 | 5 | -70/+7 |
* | B::Deparse fixes for implicit smartmatching in given/when | Florian Ragwitz | 2008-01-09 | 2 | -2/+10 |
* | Upgrade to Math-Complex-1.42 | Steve Peters | 2008-01-09 | 4 | -36/+175 |
* | Upgrade to Module-Load-Conditional-0.24 | Steve Peters | 2008-01-09 | 1 | -6/+18 |
* | change #31447 was wrong. Really handle cloning a stale lexical var | Dave Mitchell | 2008-01-09 | 2 | -6/+21 |
* | [patch] [Win32] Make Perl build on Win32 when the path contains whitespace | Max Maischein | 2008-01-08 | 2 | -4/+7 |
* | Re: [PATCH] docs more open() and $_ related entries | Gabor Szabo | 2008-01-08 | 2 | -18/+22 |
* | AutoLoader: Remove AutoLoader::can | Steffen Müller | 2008-01-08 | 2 | -35/+4 |
* | With regexps stored as real RVs, we can eliminate SvREPADTMP(). | Nicholas Clark | 2008-01-08 | 3 | -17/+2 |
* | PL_regex_padav can simply be dup()ed. This is surprisingly satisfying. | Nicholas Clark | 2008-01-08 | 1 | -18/+5 |
* | In PL_regexp_padav, store regexps via real references, rather than | Nicholas Clark | 2008-01-08 | 4 | -15/+24 |
* | Correct a long-standing ithreads reference counting anonamly - the | Nicholas Clark | 2008-01-08 | 3 | -5/+5 |
* | ARRAY(0x...) is not very helpful in sprintf.t diagnostics | Yitzchak Scott-Thoennes | 2008-01-08 | 1 | -4/+4 |
* | Post change 32880, restore the dummy sub Regexp::DESTROY {} | Nicholas Clark | 2008-01-07 | 1 | -0/+8 |
* | Clarify the use of SVf_BREAK on PL_reg_curpm. | Nicholas Clark | 2008-01-07 | 2 | -2/+5 |
* | Don't set the public IV or NV flags if the string converted from has | Nicholas Clark | 2008-01-07 | 2 | -5/+33 |
* | Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_no | Nicholas Clark | 2008-01-07 | 1 | -2/+2 |
* | v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on Cygwin | Jari Aalto | 2008-01-07 | 1 | -2/+8 |