| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
("Code has no effect")
p4raw-id: //depot/perl@24939
|
|
|
|
|
| |
Message-ID: <20050616141342.GA22188@petdance.com>
p4raw-id: //depot/perl@24871
|
|
|
|
|
| |
with socket API calls.
p4raw-id: //depot/perl@24799
|
|
|
| |
p4raw-id: //depot/perl@24769
|
|
|
| |
p4raw-id: //depot/perl@24760
|
|
|
| |
p4raw-id: //depot/perl@24756
|
|
|
| |
p4raw-id: //depot/perl@24755
|
|
|
| |
p4raw-id: //depot/perl@24744
|
|
|
| |
p4raw-id: //depot/perl@24743
|
|
|
| |
p4raw-id: //depot/perl@24740
|
|
|
| |
p4raw-id: //depot/perl@24726
|
|
|
|
|
| |
Message-ID: <20050607040850.GA7033@petdance.com>
p4raw-id: //depot/perl@24717
|
|
|
| |
p4raw-id: //depot/perl@24716
|
|
|
| |
p4raw-id: //depot/perl@24715
|
|
|
|
|
| |
Message-ID: <20050602171943.GA16553@petdance.com>
p4raw-id: //depot/perl@24689
|
|
|
|
|
| |
Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@24670
|
|
|
| |
p4raw-id: //depot/perl@24594
|
|
|
|
|
| |
Message-ID: <20050521140640.GB875@petdance.com>
p4raw-id: //depot/perl@24561
|
|
|
|
|
|
| |
Provide (more efficient) _get and _set macros.
Adjust the core to use them.
p4raw-id: //depot/perl@24526
|
|
|
|
|
| |
Message-ID: <20050516151353.GA25387@petdance.com>
p4raw-id: //depot/perl@24489
|
|
|
|
|
|
| |
in read-only mode. Make vi modelines compatible with non-vim
vi versions.
p4raw-id: //depot/perl@24445
|
|
|
|
|
| |
(except the generated ones)
p4raw-id: //depot/perl@24440
|
|
|
|
|
| |
plus a couple of 1 byte sv_setpv()s too.
p4raw-id: //depot/perl@24439
|
|
|
|
|
| |
SvPV and a %s format.
p4raw-id: //depot/perl@24420
|
|
|
|
|
|
| |
becase there's a lot of code around that calls SvOOK_off(), memmov()s
the buffer, then promptly free()s it. So avoid the needless memmov().
p4raw-id: //depot/perl@24348
|
|
|
|
|
| |
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@24271
|
|
|
|
|
|
|
| |
Message-Id: <20050414020601.GA21346@petdance.com>
add 'const', and remove extraneous code, from pp_concat
p4raw-id: //depot/perl@24269
|
|
|
|
|
|
| |
Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
Date: Mon, 18 Apr 2005 19:09:25 -0500
p4raw-id: //depot/perl@24248
|
|
|
|
|
|
| |
Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
For Ponie this can be a single call into the PMC
p4raw-id: //depot/perl@24245
|
|
|
|
|
| |
SvPVX
p4raw-id: //depot/perl@24244
|
|
|
| |
p4raw-id: //depot/perl@24241
|
|
|
|
|
|
|
| |
Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
p4raw-id: //depot/perl@24239
|
|
|
|
|
| |
save stack
p4raw-id: //depot/perl@24228
|
|
|
| |
p4raw-id: //depot/perl@24215
|
|
|
|
|
| |
Message-ID: <20050407224442.GA23895@petdance.com>
p4raw-id: //depot/perl@24205
|
|
|
|
|
| |
Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@24204
|
|
|
|
|
| |
Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
p4raw-id: //depot/perl@24074
|
|
|
|
|
| |
Message-ID: <20050314195954.GB7141@petdance.com>
p4raw-id: //depot/perl@24042
|
|
|
|
|
| |
Message-ID: <20050310211728.GC32386@petdance.com>
p4raw-id: //depot/perl@24023
|
|
|
| |
p4raw-id: //depot/perl@23803
|
|
|
| |
p4raw-id: //depot/perl@23795
|
|
|
| |
p4raw-id: //depot/perl@23789
|
|
|
|
|
|
|
|
|
|
| |
Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
Add gv_fetchsv to look up a GV by SV rather than a char * pointer
Provide a backwards compatability gv_fetchpv
Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
the pointer from an SV
All tests still pass.
p4raw-id: //depot/perl@23766
|
|
|
|
|
| |
Message-ID: <20041101034040.GC1232@biff.bort.ca>
p4raw-id: //depot/perl@23471
|
|
|
|
|
|
|
| |
Message-Id: <20040801124648.7f9b3cee@r2d2>
Move (void) casts into SvOOK_off macro.
p4raw-id: //depot/perl@23277
|
|
|
| |
p4raw-id: //depot/perl@23176
|
|
|
|
|
| |
structure directly instead
p4raw-id: //depot/perl@23156
|
|
|
|
|
|
|
|
| |
In taking out a bug spotted by my regression tests in t/cmd/for.t
I actually managed to disable the entire optimisation. Which means
that I didn't find the other bug. This optimisation is live, and
passes all tests.
p4raw-id: //depot/perl@23109
|
|
|
|
|
| |
foreach without a lexical iterator not yet optimised
p4raw-id: //depot/perl@23108
|
|
|
|
|
| |
that are overloaded.
p4raw-id: //depot/perl@23106
|