| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
and hence was leaking like the proverbial Jumblie maritime craft.
p4raw-id: //depot/perl@29127
|
|
|
|
|
|
| |
Subject: Re: utf8 regexp performance problem
Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
p4raw-id: //depot/perl@29063
|
|
|
| |
p4raw-id: //depot/perl@29059
|
|
|
|
|
|
| |
Subject: Safe signals and SIGSEGV
Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
p4raw-id: //depot/perl@28875
|
|
|
|
|
|
| |
symmetrical to the one implemented in change #28669.
p4raw-link: @28669 on //depot/perl: 9289f461126f104eef437e7c6d2f1f640f935646
p4raw-id: //depot/perl@28675
|
|
|
|
|
| |
Message-ID: <44D7AA6B.4040802@iki.fi>
p4raw-id: //depot/perl@28674
|
|
|
|
|
| |
if it has been set to PERL_WARNHOOK_FATAL.
p4raw-id: //depot/perl@28669
|
|
|
|
|
| |
Message-ID: <44D2E203.5050201@iki.fi>
p4raw-id: //depot/perl@28662
|
|
|
| |
p4raw-id: //depot/perl@28533
|
|
|
|
|
| |
Message-ID: <20060702173336.GA20641@petdance.com>
p4raw-id: //depot/perl@28469
|
|
|
| |
p4raw-id: //depot/perl@28465
|
|
|
|
|
| |
Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
p4raw-id: //depot/perl@28419
|
|
|
|
|
| |
Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
p4raw-id: //depot/perl@28351
|
|
|
|
|
| |
in PATH on VMS (and scrubbing them in t/test.pl).
p4raw-id: //depot/perl@28348
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sun, 28 May 2006 12:24:25 -0500
Message-ID: <20060528172425.GA8291@petdance.com>
Subject: [PATCH] mg.c consting
From: andy@petdance.com (Andy Lester)
Date: Sun, 28 May 2006 11:34:33 -0500
Message-ID: <20060528163433.GA5518@petdance.com>
p4raw-id: //depot/perl@28323
|
|
|
|
|
|
| |
Todo - store the in and out values under 2 keys, and avoid the need to
create a temporary mortal SV while checking it.
p4raw-id: //depot/perl@28258
|
|
|
| |
p4raw-id: //depot/perl@28252
|
|
|
|
|
| |
store a reference to the value, so don't pass it in a new SV.
p4raw-id: //depot/perl@28245
|
|
|
|
|
| |
Message-ID: <20060411191445.GA4938@petdance.com>
p4raw-id: //depot/perl@28081
|
|
|
|
|
| |
Message-ID: <20060430170621.GA4054@petdance.com>
p4raw-id: //depot/perl@28047
|
|
|
|
|
| |
Message-ID: <20060424232038.7550f9b6@r2d2>
p4raw-id: //depot/perl@27962
|
|
|
|
|
|
|
| |
Third and fourth patches from:
Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
Message-ID: <20060423044704.6a383ee8@r2d2>
p4raw-id: //depot/perl@27946
|
|
|
|
|
|
| |
Message-ID: <443E1998.9090909@uk.radan.com>
Date: Thu, 13 Apr 2006 10:27:52 +0100
p4raw-id: //depot/perl@27784
|
|
|
|
|
|
|
| |
directly (shared) malloc()ed buffer holding the warnings bitmask.
This avoids bugs/crashes when the interpreter that created an optree
is freed but the optree remains in use by other interpreters.
p4raw-id: //depot/perl@27779
|
|
|
|
|
| |
Message-ID: <20060409052012.GA15887@petdance.com>
p4raw-id: //depot/perl@27749
|
|
|
|
|
| |
Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
p4raw-id: //depot/perl@27731
|
|
|
|
|
| |
though it's silently converted to ""
p4raw-id: //depot/perl@27725
|
|
|
| |
p4raw-id: //depot/perl@27676
|
|
|
| |
p4raw-id: //depot/perl@27671
|
|
|
| |
p4raw-id: //depot/perl@27666
|
|
|
| |
p4raw-id: //depot/perl@27647
|
|
|
|
|
|
| |
state of %^H as an eleventh value from caller. This allows users to
write pragmas.
p4raw-id: //depot/perl@27643
|
|
|
|
|
| |
Message-ID: <20060331054228.GA18940@petdance.com>
p4raw-id: //depot/perl@27641
|
|
|
|
|
|
| |
followed immediately by sv_find() to find it, is somewhat wasteful.
So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
p4raw-id: //depot/perl@27533
|
|
|
|
|
|
| |
control the UTF-8 offset caching code. Make this visible as
${^UTF8CACHE}
p4raw-id: //depot/perl@27525
|
|
|
|
|
| |
Message-ID: <20060224205434.GA17867@petdance.com>
p4raw-id: //depot/perl@27334
|
|
|
|
|
| |
Message-ID: <20060221062711.GA16160@petdance.com>
p4raw-id: //depot/perl@27300
|
|
|
|
|
|
|
|
|
|
|
| |
typeglobs never need to use SvPVX. This comes at price - typeglobs
were using magic get for their stringificiation, and to pass SvOK(),
so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
SVp_POK, and teach sv_2[inpu]v how to convert globs.
However, it should free up SvPVX for the next part of the plan to
pointer indirections, and therefore CPU cache pressure.
p4raw-id: //depot/perl@27278
|
|
|
| |
p4raw-id: //depot/perl@27265
|
|
|
|
|
|
|
| |
never felt quite correct, and other parts of the SV conversion
implementation have improved such that the symptoms 10214 covered
over are gone even without it.
p4raw-id: //depot/perl@27184
|
|
|
|
|
| |
(in Perl_magic_get and Perl_pp_shift).
p4raw-id: //depot/perl@27154
|
|
|
|
|
| |
Message-ID: <20060209154018.GA14610@petdance.com>
p4raw-id: //depot/perl@27136
|
|
|
|
|
|
| |
Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
Date: Fri, 3 Feb 2006 16:24:49 +0100
p4raw-id: //depot/perl@27065
|
|
|
|
|
|
| |
Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
Date: Thu, 2 Feb 2006 16:02:41 +0100
p4raw-id: //depot/perl@27060
|
|
|
|
|
| |
Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
p4raw-id: //depot/perl@27054
|
|
|
| |
p4raw-id: //depot/perl@26954
|
|
|
|
|
| |
Don't rely on SvCUR to be sane unless SvPOK.
p4raw-id: //depot/perl@26953
|
|
|
|
|
|
|
|
|
| |
cause segfaults
From: "Philippe M. Chiasson" <gozer@ActiveState.com>
Message-ID: <43D941AF.1060503@ActiveState.com>
Date: Thu, 26 Jan 2006 13:39:59 -0800
p4raw-id: //depot/perl@26952
|
|
|
|
|
|
| |
hash key scalars, so decompose them to normal scalars if they ever
get here.
p4raw-id: //depot/perl@26946
|
|
|
|
|
| |
things done by Swig, as noticed by Audrey.
p4raw-id: //depot/perl@26924
|