| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <436B8D5A.4010502@sun.com>
p4raw-id: //depot/perl@25996
|
|
|
|
|
| |
ingroup() is a boolean flag, not a GID or UID.
p4raw-id: //depot/perl@25969
|
|
|
| |
p4raw-id: //depot/perl@25946
|
|
|
| |
p4raw-id: //depot/perl@25926
|
|
|
|
|
| |
Message-ID: <20051031060459.GC10767@petdance.com>
p4raw-id: //depot/perl@25914
|
|
|
|
|
|
|
| |
and sv_unnolocking (ie sweet FA), we might as well use the 1 function
to initialise all 3 variables, and elimiate the other two.
For some reason all 3 are listed as being in the public API. Daft.
p4raw-id: //depot/perl@25906
|
|
|
|
|
| |
to uvuni_to_utf8_flags(). Move the old body to mathoms.c
p4raw-id: //depot/perl@25905
|
|
|
|
|
|
| |
argument to is_utf8_string_loc(). Correct the description of its
parameters in its POD.
p4raw-id: //depot/perl@25903
|
|
|
|
|
| |
old body to mathoms.c
p4raw-id: //depot/perl@25897
|
|
|
|
|
| |
an extra 0 argument. Move the old body to mathoms.c
p4raw-id: //depot/perl@25895
|
|
|
|
|
| |
with the extra TRUE argument.
p4raw-id: //depot/perl@25893
|
|
|
|
|
| |
0 arguments. Move the old body to mathoms.c
p4raw-id: //depot/perl@25891
|
|
|
|
|
| |
0 arguments. Move the old body to mathoms.c
p4raw-id: //depot/perl@25890
|
|
|
|
|
| |
0 paramters. Move the old body to mathoms.c.
p4raw-id: //depot/perl@25889
|
|
|
|
|
| |
mathoms.c
p4raw-id: //depot/perl@25885
|
|
|
|
|
| |
with terse macros, and the function bodies retired.
p4raw-id: //depot/perl@25883
|
|
|
| |
p4raw-id: //depot/perl@25879
|