| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@23445
|
|
|
|
|
| |
various OpREFCNT_inc() operations weren't doing locking
p4raw-id: //depot/perl@23433
|
|
|
|
|
|
|
|
|
|
| |
Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
but didn't update the documentation for sv_magic() to reflect
the changed handling of the name/namlen arguments.
Also correct a couple of typos, and mention sv_magicext() in
perlguts.
p4raw-id: //depot/perl@23432
|
|
|
|
|
|
| |
sv_set_flags rather than messing with the SvTEMP() flag on either
side of the call.
p4raw-id: //depot/perl@23373
|
|
|
|
|
|
|
| |
These are already in the API supported by Devel::PPPort, and are
often more useful than sv_vcatpvfn and sv_vsetpvfn which were
already documented.
p4raw-id: //depot/perl@23368
|
|
|
|
|
| |
any check on whether it's valid.
p4raw-id: //depot/perl@23344
|
|
|
|
|
|
|
| |
A pop of an item from a shared array ref causes a leak due to
AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
Make sv_upgrade() set always this flag.
p4raw-id: //depot/perl@23320
|
|
|
|
|
|
|
| |
Message-Id: <20040801124648.7f9b3cee@r2d2>
Move (void) casts into SvOOK_off macro.
p4raw-id: //depot/perl@23277
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <4112782F.7040302@mac.com>
p4raw-id: //depot/perl@23197
|
|
|
| |
p4raw-id: //depot/perl@23193
|
|
|
| |
p4raw-id: //depot/perl@23192
|
|
|
|
|
| |
Message-ID: <411048BD.3080700@rowman.com>
p4raw-id: //depot/perl@23190
|
|
|
|
|
| |
structure directly instead
p4raw-id: //depot/perl@23156
|
|
|
|
|
|
| |
and sv_savesharedpv. Need to create non-void returning versions of
Copy and Zero, as the existing macros deliberately cast to (void)
p4raw-id: //depot/perl@23126
|
|
|
|
|
| |
many meanings. const const vs mutable in this case.
p4raw-id: //depot/perl@23085
|
|
|
|
|
| |
so it has no business calling SvSETMAGIC.
p4raw-id: //depot/perl@23084
|
|
|
|
|
| |
as an argument.
p4raw-id: //depot/perl@23063
|
|
|
| |
p4raw-id: //depot/perl@23018
|
|
|
|
|
| |
mark that it needs a deferred recount"
p4raw-id: //depot/perl@23011
|
|
|
|
|
| |
Perl_sv_eq() was creating a temp and not always freeing it
p4raw-id: //depot/perl@23006
|
|
|
|
|
| |
seem that memzero() of everything is the most efficient idea.
p4raw-id: //depot/perl@22945
|
|
|
|
|
| |
Will catch buggy code.
p4raw-id: //depot/perl@22934
|
|
|
|
|
| |
Message-Id: <20040604162944.4011f1c6@r2d2>
p4raw-id: //depot/perl@22905
|
|
|
|
|
| |
Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
p4raw-id: //depot/perl@22902
|
|
|
|
|
|
|
|
|
| |
Date: Sat, 22 May 2004 21:38:33 +0900
Message-Id: <20040522212704.C068.BQW10602@nifty.com>
Date: Sun, 23 May 2004 09:56:15 +0900
Message-Id: <20040523095609.E404.BQW10602@nifty.com>
p4raw-id: //depot/perl@22842
|
|
|
|
|
| |
the bottom few bits of a pointer are usually zero
p4raw-id: //depot/perl@22831
|
|
|
|
|
|
| |
Due to a logic error, the dup ptr table sometimes wans't being
grown, leading to extremely slow cloning.
p4raw-id: //depot/perl@22830
|
|
|
|
|
|
| |
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
p4raw-id: //depot/perl@22817
|
|
|
|
|
| |
that $index was the uninitialized value, when in fact it was $foo1
p4raw-id: //depot/perl@22802
|
|
|
|
|
|
|
|
|
| |
Regression test from:
Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
Date: Thu, 29 Apr 2004 10:53:17 +0900
p4raw-id: //depot/perl@22755
|
|
|
| |
p4raw-id: //depot/perl@22742
|
|
|
| |
p4raw-id: //depot/perl@22741
|
|
|
|
|
| |
Message-ID: <40847869.1000906@stason.org>
p4raw-id: //depot/perl@22721
|
|
|
| |
p4raw-id: //depot/perl@22688
|
|
|
|
|
| |
flags/mask to compare SVs against.
p4raw-id: //depot/perl@22687
|
|
|
|
|
|
| |
Subject: Re: [perl #27606] undef "looks like" a number
Message-Id: <20040315221626.48061c67@r2d2>
p4raw-id: //depot/perl@22662
|
|
|
|
|
| |
Message-Id: <20040324001126.098F.BQW10602@nifty.com>
p4raw-id: //depot/perl@22652
|
|
|
|
|
| |
Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
p4raw-id: //depot/perl@22591
|
|
|
| |
p4raw-id: //depot/perl@22546
|
|
|
|
|
| |
Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
p4raw-id: //depot/perl@22545
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
|
|
|
|
| |
Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
(plus another similar fix)
p4raw-id: //depot/perl@22490
|
|
|
|
|
| |
back this out until we have a tangible policy
p4raw-id: //depot/perl@22483
|
|
|
| |
p4raw-id: //depot/perl@22465
|
|
|
|
|
| |
in utf8.t, and fix 3 bugs it exposed in utfhash.t
p4raw-id: //depot/perl@22463
|
|
|
| |
p4raw-id: //depot/perl@22440
|
|
|
| |
p4raw-id: //depot/perl@22439
|
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20040221013147.GB6953@pjcj.net>
Rework the OP structure to use less space.
Remove op_seq (and simulate it in dump.c),
replace it by op_opt and op_static,
shrink op_type, remove PL_op_seqmax.
p4raw-id: //depot/perl@22353
|
|
|
|
|
| |
and fix some incorrect indentation
p4raw-id: //depot/perl@22316
|
|
|
|
|
|
|
| |
Message-Id: <20040217163216.GA6805@ethan>
Make PVLV a superset of PVGV, so that $lvalue = *FOO works
p4raw-id: //depot/perl@22315
|