| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Ref change 26676.
p4raw-id: //depot/perl@26795
|
|
|
|
|
|
|
| |
are returned from the OS. Linux seems to return
the gids sorted and it seemed wrong for perl to
reverse this order.
p4raw-id: //depot/perl@26791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
getgroups implementation:
mg.c: In function Perl_magic_get':
mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
Since we already cast the numeric Gid_t values to an IV it should not
be too risky to also cast the Group_t values. Converting these values
with Gid_t_f wasn't quite right anyway.
p4raw-id: //depot/perl@26786
|
|
|
| |
p4raw-id: //depot/perl@26781
|
|
|
|
|
| |
argv[0] munging when $0 is assigned to.
p4raw-id: //depot/perl@26779
|
|
|
|
|
| |
Message-ID: <20060110054243.GA26165@petdance.com>
p4raw-id: //depot/perl@26764
|
|
|
|
|
|
| |
This can only happen when perlparse is called with no argv.
Don't try to update PL_origargv unless PL_origalen is at least 2.
p4raw-id: //depot/perl@26760
|
|
|
|
|
| |
Message-ID: <43C01990.6020207@gmail.com>
p4raw-id: //depot/perl@26708
|
|
|
|
|
| |
Message-ID: <43BE7C4D.1010302@gmail.com>
p4raw-id: //depot/perl@26675
|
|
|
|
|
| |
Can't use STR_WITH_LEN() as argument to a macro :-(
p4raw-id: //depot/perl@26649
|
|
|
| |
p4raw-id: //depot/perl@26645
|
|
|
| |
p4raw-id: //depot/perl@26569
|
|
|
| |
p4raw-id: //depot/perl@26562
|
|
|
|
|
| |
Message-ID: <20051231050558.GA29093@petdance.com>
p4raw-id: //depot/perl@26558
|
|
|
|
|
|
|
|
| |
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: <20051227203939.GC1781@petdance.com>
Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
p4raw-id: //depot/perl@26505
|
|
|
|
|
|
|
|
|
| |
a mere committer to remove the last of the NGROUPS-sized arrays...
Perl_magic_set() was using the last of these arrays to do the
lvalue work on $). Instead of an array, a pointer is used and
re-sized as needed.
p4raw-id: //depot/perl@26492
|
|
|
|
|
|
|
| |
Message-ID: <43AC5CFD.3060200@gmail.com>
Includes a change in variable names from "j" to "num_groups".
p4raw-id: //depot/perl@26480
|
|
|
|
|
| |
so it is a bitmap of flag bits rather than simple TRUE/FALSE.
p4raw-id: //depot/perl@26434
|
|
|
|
|
| |
than a simple boolean, so passing FALSE or TRUE is bogus.
p4raw-id: //depot/perl@26415
|
|
|
|
|
| |
Message-ID: <20051205194613.GB7791@petdance.com>
p4raw-id: //depot/perl@26281
|
|
|
| |
p4raw-id: //depot/perl@26175
|
|
|
|
|
| |
with a macro SvIS_FREED(sv)
p4raw-id: //depot/perl@26132
|
|
|
|
|
| |
Message-ID: <436B8D5A.4010502@sun.com>
p4raw-id: //depot/perl@25996
|
|
|
| |
p4raw-id: //depot/perl@25980
|
|
|
|
|
| |
was that line about Jenga again?
p4raw-id: //depot/perl@25977
|
|
|
| |
p4raw-id: //depot/perl@25976
|
|
|
|
|
|
|
|
| |
of a $digit variable. This is done by ensuring it's not
tainted.
See http://bugs.debian.org/303308
Patch by Chris Heath <chris.heath@autoweb.net>
p4raw-id: //depot/perl@25932
|
|
|
| |
p4raw-id: //depot/perl@25877
|
|
|
|
|
| |
sv_force_normal() to call sv_force_normal_flags().
p4raw-id: //depot/perl@25875
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <43581860.3020108@qsl.net>
p4raw-id: //depot/perl@25810
|
|
|
|
|
| |
Message-ID: <20051018145723.GA4964@petdance.com>
p4raw-id: //depot/perl@25803
|
|
|
|
|
| |
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25778
|
|
|
|
|
| |
too many warnings.
p4raw-id: //depot/perl@25619
|
|
|
|
|
| |
Message-ID: <20050902070552.GA3992@efn.org>
p4raw-id: //depot/perl@25358
|
|
|
|
|
|
|
| |
corruption issues on VMS. Back out change 25218 and
the parts of change 25217 that affect pp_ctl.c and
pp_sys.c.
p4raw-id: //depot/perl@25257
|
|
|
|
|
|
| |
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
p4raw-id: //depot/perl@25240
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
p4raw-id: //depot/perl@25237
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
p4raw-id: //depot/perl@25236
|