| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
find the bugs that stowed away.
p4raw-id: //depot/perl@27447
|
|
|
|
|
| |
tree)
p4raw-id: //depot/perl@27446
|
|
|
| |
p4raw-id: //depot/perl@27439
|
|
|
| |
p4raw-id: //depot/perl@27424
|
|
|
| |
p4raw-id: //depot/perl@27422
|
|
|
| |
p4raw-id: //depot/perl@27419
|
|
|
| |
p4raw-id: //depot/perl@27381
|
|
|
| |
p4raw-id: //depot/perl@27377
|
|
|
|
|
| |
Message-ID: <20060302041345.GA13731@petdance.com>
p4raw-id: //depot/perl@27360
|
|
|
| |
p4raw-id: //depot/perl@27339
|
|
|
|
|
| |
Message-ID: <20060224045340.GA6318@petdance.com>
p4raw-id: //depot/perl@27301
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Message-ID: <43F0F649.9040205@gmail.com>
Tweaked somewhat to split the arena boolean from the arena_size,
and with the PTE still doubling-up with one of the SV types in the
array.
p4raw-id: //depot/perl@27215
|
|
|
|
|
| |
within the passed in hv parameter.
p4raw-id: //depot/perl@27153
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
From: Nicholas Clark <nick@ccl4.org>
Date: Fri, 10 Feb 2006 14:58:47 +0000
Message-ID: <20060210145847.GA85020@plum.flirble.org>
Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
From: "Jan Dubois" <jand@ActiveState.com>
Date: Fri, 10 Feb 2006 09:03:41 -0800
Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
p4raw-id: //depot/perl@27152
|
|
|
| |
p4raw-id: //depot/perl@27148
|
|
|
| |
p4raw-id: //depot/perl@27138
|
|
|
|
|
| |
pod/perlapi.pod for good measure when regenerating files.
p4raw-id: //depot/perl@27087
|
|
|
|
|
|
| |
Message-ID: <43DF4F66.4080808@gmail.com>
Date: Tue, 31 Jan 2006 04:52:06 -0700
p4raw-id: //depot/perl@27079
|
|
|
|
|
|
| |
forbid_setid check for -x into the caller, we can eliminate the
suidscript parameter from S_find_beginning.
p4raw-id: //depot/perl@27076
|
|
|
|
|
|
|
| |
have -1 as the second argument, we can remove the second argument,
which gets us back to where we started, only with the elimination of
a per-thread variable.
p4raw-id: //depot/perl@27075
|
|
|
|
|
| |
prototype of Perl_moreswitches.
p4raw-id: //depot/perl@27070
|
|
|
|
|
| |
string is a slight space optimisation.
p4raw-id: //depot/perl@27069
|
|
|
|
|
| |
Clearly not. (Fixes change 27066)
p4raw-id: //depot/perl@27068
|
|
|
|
|
| |
post 5005 threads is croak().
p4raw-id: //depot/perl@27021
|
|
|
|
|
|
| |
linked. Instead, force the link via the perl interpreter structure
via a function pointer that gets replaced at run time anyway.
p4raw-id: //depot/perl@26990
|
|
|
|
|
| |
things done by Swig, as noticed by Audrey.
p4raw-id: //depot/perl@26924
|
|
|
|
|
|
|
|
| |
Due to how embed.pl is implemented, this also has the unfortunate
side-effect of removing __attribute__malloc__ from the attributes of
this function, but given that the new pointer is stored elsewhere
anyway, this shouldn't impact what gcc could have optimized.
p4raw-id: //depot/perl@26885
|
|
|
|
|
| |
Message-ID: <20060112094118.GA1432@efn.org>
p4raw-id: //depot/perl@26799
|
|
|
| |
p4raw-id: //depot/perl@26787
|
|
|
|
|
| |
Message-ID: <20060110054243.GA26165@petdance.com>
p4raw-id: //depot/perl@26764
|
|
|
| |
p4raw-id: //depot/perl@26654
|
|
|
|
|
|
|
|
| |
Allow hashes (and therefore all symbol tables) to store the
backreference array in the hv_aux structure, and thereby undo the
performance damage of 24966, which resulted in 60% of all hash lookups
trying to mg_find tiehash magic.
p4raw-id: //depot/perl@26530
|
|
|
|
|
| |
Message-ID: <20051229071509.GA32653@petdance.com>
p4raw-id: //depot/perl@26527
|
|
|
|
|
| |
Message-ID: <20051228214414.GD26033@petdance.com>
p4raw-id: //depot/perl@26526
|
|
|
|
|
| |
interpeter arg variant
p4raw-id: //depot/perl@26523
|
|
|
|
|
| |
Message-ID: <20051222165717.GA2874@petdance.com>
p4raw-id: //depot/perl@26450
|
|
|
|
|
|
|
|
| |
proxies into full blown PVGVs with PVCVs, and recognise them and inline
their values. Adds a new function gv_const_sv(gv) to return the value
of the constant subroutine from a GV, and adds a cv parameter to
S_intuit_method.
p4raw-id: //depot/perl@26427
|
|
|
|
|
| |
Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26402
|
|
|
|
|
| |
Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@26400
|
|
|
|
|
| |
devices. This fixes RT #24404.
p4raw-id: //depot/perl@26373
|
|
|
| |
p4raw-id: //depot/perl@26346
|
|
|
|
|
| |
Message-ID: <20051207160818.GA13465@petdance.com>
p4raw-id: //depot/perl@26296
|
|
|
|
|
| |
Message-ID: <20051205194613.GB7791@petdance.com>
p4raw-id: //depot/perl@26281
|
|
|
|
|
|
| |
Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051204162412.D720.BQW10602@nifty.com>
p4raw-id: //depot/perl@26257
|
|
|
|
|
| |
(This caused strange build failures with gcc4 -O3)
p4raw-id: //depot/perl@26253
|
|
|
|
|
| |
Message-Id: <20051127170016.A786.BQW10602@nifty.com>
p4raw-id: //depot/perl@26229
|
|
|
|
|
| |
Message-ID: <20051117135338.GA31715@petdance.com>
p4raw-id: //depot/perl@26147
|
|
|
|
|
| |
as suggested by Gisle Aas.
p4raw-id: //depot/perl@26123
|
|
|
|
|
| |
Message-ID: <20051104211256.GA12651@petdance.com>
p4raw-id: //depot/perl@26028
|