| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
sv_set_flags rather than messing with the SvTEMP() flag on either
side of the call.
p4raw-id: //depot/perl@23373
|
|
|
|
|
|
|
| |
Message-Id: <20040801124648.7f9b3cee@r2d2>
Move (void) casts into SvOOK_off macro.
p4raw-id: //depot/perl@23277
|
|
|
|
|
| |
Message-ID: <411C150C.5020602@stason.org>
p4raw-id: //depot/perl@23214
|
|
|
| |
p4raw-id: //depot/perl@23196
|
|
|
|
|
|
|
| |
Changed to one that that is an expression, rather than a statement.
Fix new macros definitions in sv.h to be clean enough C to keep the
AIX compiler happy.
p4raw-id: //depot/perl@22937
|
|
|
| |
p4raw-id: //depot/perl@22935
|
|
|
|
|
| |
Will catch buggy code.
p4raw-id: //depot/perl@22934
|
|
|
|
|
| |
Message-ID: <40B63284.5040203@stason.org>
p4raw-id: //depot/perl@22853
|
|
|
|
|
| |
Message-Id: <20040321213628.2461.BQW10602@nifty.com>
p4raw-id: //depot/perl@22548
|
|
|
| |
p4raw-id: //depot/perl@22509
|
|
|
|
|
| |
Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
p4raw-id: //depot/perl@22428
|
|
|
|
|
|
|
| |
Message-Id: <20040217163216.GA6805@ethan>
Make PVLV a superset of PVGV, so that $lvalue = *FOO works
p4raw-id: //depot/perl@22315
|
|
|
|
|
| |
Message-ID: <40238C15.2090200@uk.radan.com>
p4raw-id: //depot/perl@22286
|
|
|
|
|
|
|
| |
Message-Id: <20040115221037.GA2392@efn.org>
Add sv_2iv_flags() to allow magic to be optionally processed.
p4raw-id: //depot/perl@22163
|
|
|
|
|
| |
on the way GNU people use the gcc-ish 'blocks in parens'
p4raw-id: //depot/perl@21950
|
|
|
|
|
|
|
|
|
|
|
| |
(based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
Chip's plan B (do something new inside the hv functions)
and introspective sort)
Provides infrastructure for hashes to change their hash function
if necessary, and code in hsplit to detect pathalogical data and
instigate a random rehashing.
Needs refinement. Let's see how much smoke it creates.
p4raw-id: //depot/perl@21471
|
|
|
|
|
| |
Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
p4raw-id: //depot/perl@21468
|
|
|
|
|
|
| |
since that would break a lot of code.) Also few
stray UTF16s, UTF32s, and "encoded in Unicode".
p4raw-id: //depot/perl@21198
|
|
|
| |
p4raw-id: //depot/perl@20957
|
|
|
|
|
| |
Message-ID: <3F4FEBBD.8000901@stason.org>
p4raw-id: //depot/perl@20941
|
|
|
|
|
| |
sv_placeholder hunk.
p4raw-id: //depot/perl@20605
|
|
|
|
|
| |
Message-ID: <20030407100041.A1617@fdgroup.com>
p4raw-id: //depot/perl@19268
|
|
|
|
|
|
|
| |
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)
p4raw-id: //depot/perl@19242
|
|
|
| |
p4raw-id: //depot/perl@19167
|
|
|
|
|
| |
Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@19079
|
|
|
|
|
|
| |
(cc-1171 cc: WARNING ... The indicated expression has no effect.)
So make the macro to include the , and the non-gcc case empty.
p4raw-id: //depot/perl@18921
|
|
|
| |
p4raw-id: //depot/perl@18801
|
|
|
|
|
|
| |
"scalar upgraded to UTF-8 as a side effect of quote-interpolation
when 'use encoding' is engaged"-- wasn't actually encoding's fault.
p4raw-id: //depot/perl@18764
|
|
|
|
|
|
| |
Subject: [PATCH] Copy on write for $& and $1...
Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18726
|
|
|
|
|
|
| |
Subject: [PATCH] Copy on write for $& and $1...
Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18725
|
|
|
|
|
|
|
| |
Subject: Re: New SV Flag
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@18693
|
|
|
|
|
| |
Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18595
|
|
|
|
|
| |
Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18552
|
|
|
|
|
| |
code changes from Inaba Hiroto; test tweaks by jhi.
p4raw-id: //depot/perl@18496
|
|
|
|
|
|
|
|
|
| |
the stash of the object to be cloned, cloning the entire syntax
tree and all lexicals in there creating danglning copies to the
object. (Pararell but unlinked STASH tree).
This adds a new flag, when set it will use STASHES from the
thread we are joining into avoiding the problem.
p4raw-id: //depot/perl@18419
|
|
|
|
|
| |
Message-ID: <20021219190021.D9530@fdgroup.com>
p4raw-id: //depot/perl@18410
|
|
|
|
|
| |
Message-ID: <20021219185543.C9530@fdgroup.com>
p4raw-id: //depot/perl@18409
|
|
|
|
|
| |
Message-ID: <20021124221906.A25386@fdgroup.com>
p4raw-id: //depot/perl@18220
|
|
|
|
|
|
| |
Subject: [PATCH] two small doc patches
Message-ID: <3yC19gzkguTO092yn@efn.org>
p4raw-id: //depot/perl@18151
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
|
|
| |
Message-ID: <20020917221925.GF85044@lyta.hut.fi>
p4raw-id: //depot/perl@17925
|
|
|
|
|
|
|
|
| |
Date: Wed, 04 Sep 2002 21:09:01 -0700
Message-ID: <djtd9gzkgyLd092yn@efn.org>
Date: Fri, 06 Sep 2002 09:23:03 -0700
Message-ID: <nZNe9gzkgKdH092yn@efn.org>
p4raw-id: //depot/perl@17864
|
|
|
|
|
|
|
| |
Message-id: <3D5BB55D.6090603@rowman.com>
and Message-id: <3D627D1A.4050607@rowman.com>
and t/lib/warnings/universal tweak to skip
p4raw-id: //depot/perl@17746
|
|
|
|
|
|
| |
Message-id: <3D556FE6.6000404@rowman.com>
plus a bit of cleanup
p4raw-id: //depot/perl@17742
|
|
|
|
|
|
|
| |
Handle CoW in hashes:
Subject: Re: why would tr/// be performing hash copies?
Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17740
|
|
|
|
|
|
| |
Message-id: <20020815001035.A69079@plum.flirble.org>
specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
p4raw-id: //depot/perl@17728
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
p4raw-id: //depot/perl@17153
|
|
|
|
|
|
| |
SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
missing parens in macro definition
p4raw-id: //depot/perl@16055
|
|
|
|
|
|
| |
better dealt with in Perl level, a la File::Spec
(since the whole mess is strongly filesystem-specific).
p4raw-id: //depot/perl@15835
|
|
|
|
|
|
|
|
| |
now one can use in the (new) three-arg form of readdir()
and in File::Glob import a ":utf8" to transparently accept
the filenames as Unicode. Note that only :utf8 is supported,
not fancier stuff like :encoding(foobar)
p4raw-id: //depot/perl@15776
|