| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@25738
|
|
|
|
|
| |
Message-ID: <434BDA72.4090109@sun.com>
p4raw-id: //depot/perl@25737
|
|
|
| |
p4raw-id: //depot/perl@25709
|
|
|
|
|
|
|
| |
Add -C to the $PERL5OPT documentation (and added the missing -A too)
t/run/runenv.t Could use some more tests about how supported
and unsupported options in $PERL5OPT are handled
p4raw-id: //depot/perl@25703
|
|
|
|
|
| |
Message-ID: <20051004201605.GA31682@petdance.com>
p4raw-id: //depot/perl@25693
|
|
|
|
|
| |
Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@25688
|
|
|
|
|
|
| |
Was giving "use of freed value" warnings in t/io/through.t
and t/io/crlf_through.t
p4raw-id: //depot/perl@25665
|
|
|
|
|
| |
processor considered harmful.
p4raw-id: //depot/perl@25651
|
|
|
|
|
| |
constant which makes the object code slightly smaller.
p4raw-id: //depot/perl@25634
|
|
|
|
|
|
|
| |
macro in 5.8.x is to make it available as hv_name_set.
[Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
warnings or other games when Perl_hv_name_set() is a macro]
p4raw-id: //depot/perl@25475
|
|
|
|
|
| |
Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25279
|
|
|
|
|
| |
Message-ID: <42DE3846.6050606@gmail.com>
p4raw-id: //depot/perl@25200
|
|
|
|
|
|
|
| |
Message-ID: <20050715155115.GC29983@petdance.com>
(and run regen.pl)
p4raw-id: //depot/perl@25156
|
|
|
| |
p4raw-id: //depot/perl@25136
|
|
|
| |
p4raw-id: //depot/perl@25116
|
|
|
|
|
| |
Message-ID: <20050710193635.GC8081@petdance.com>
p4raw-id: //depot/perl@25107
|
|
|
|
|
|
|
|
| |
Message-ID: <42CC3CE9.5050606@divsol.com>
(reverted all dual-lived modules since they must work with older
perls too so must wait for a new Devel::PPPort)
p4raw-id: //depot/perl@25101
|
|
|
|
|
|
|
|
|
| |
little used code, code used only once per run (such as interpreter
construction and destruction), and cases where the pointer nearly
never is NULL. Safefree does its own non-NULL check, and even that
isn't strictly necessary as all conformant free()s accept a NULL
pointer.
p4raw-id: //depot/perl@25045
|
|
|
| |
p4raw-id: //depot/perl@25029
|
|
|
|
|
| |
Express the embedded perl program in a slightly terser way.
p4raw-id: //depot/perl@25027
|
|
|
|
|
| |
commandline -V options that q\0...\0.
p4raw-id: //depot/perl@25026
|
|
|
| |
p4raw-id: //depot/perl@25024
|
|
|
| |
p4raw-id: //depot/perl@25023
|
|
|
| |
p4raw-id: //depot/perl@25022
|
|
|
| |
p4raw-id: //depot/perl@25021
|
|
|
|
|
|
|
| |
Enable it with -DPERL_DONT_CREATE_GVSV.
Currently if enabled 22 test scripts have failures, so still some way
to go.
p4raw-id: //depot/perl@25009
|
|
|
|
|
|
|
| |
Message-ID: <20050627180659.GB29744@petdance.com>
(edited)
p4raw-id: //depot/perl@24997
|
|
|
|
|
| |
parent so that it can display what went wrong.
p4raw-id: //depot/perl@24986
|
|
|
|
|
|
|
|
|
| |
indefinite hangs when the debugging child holds open Perl_debug_log,
and it happens to be a file descriptor that is one end of a pipe,
with a process sitting at the other end waitng for EOF.
So close all descriptors in the child *including* Perl_debug_log,
and pass it back in over the control socket if it's needed.
p4raw-id: //depot/perl@24984
|
|
|
|
|
|
| |
unused file descriptors, else it can cause other processes to hang
because it accidentally holds open pipes and sockets.
p4raw-id: //depot/perl@24979
|
|
|
|
|
|
| |
which become unreferenced. This is less likely to be successful.
The #define needs a better name.
p4raw-id: //depot/perl@24976
|
|
|
| |
p4raw-id: //depot/perl@24952
|
|
|
|
|
| |
Message-ID: <20050622144059.GA19598@petdance.com>
p4raw-id: //depot/perl@24945
|
|
|
|
|
|
| |
dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
when DEBUG_LEAKING_SCALARS is already in force)
p4raw-id: //depot/perl@24940
|
|
|
|
|
| |
for both HE and HEK, we need to actually free things in perl_destruct
p4raw-id: //depot/perl@24936
|
|
|
| |
p4raw-id: //depot/perl@24911
|
|
|
| |
p4raw-id: //depot/perl@24908
|
|
|
|
|
| |
Message-ID: <20050616141342.GA22188@petdance.com>
p4raw-id: //depot/perl@24871
|
|
|
|
|
| |
p4raw-link: @24854 on //depot/perl: ab019eaa775fdcae8aaf709315c7ba85a788ee6c
p4raw-id: //depot/perl@24861
|
|
|
|
|
| |
Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@24854
|
|
|
|
|
| |
Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
p4raw-id: //depot/perl@24832
|
|
|
| |
p4raw-id: //depot/perl@24826
|
|
|
| |
p4raw-id: //depot/perl@24816
|
|
|
| |
p4raw-id: //depot/perl@24763
|
|
|
| |
p4raw-id: //depot/perl@24758
|
|
|
| |
p4raw-id: //depot/perl@24743
|
|
|
|
|
| |
Message-ID: <20050602171943.GA16553@petdance.com>
p4raw-id: //depot/perl@24689
|
|
|
| |
p4raw-id: //depot/perl@24674
|
|
|
|
|
| |
on HP-UX 10.20 and older
p4raw-id: //depot/perl@24667
|
|
|
|
|
| |
Message-ID: <20050602050238.GA4001@petdance.com>
p4raw-id: //depot/perl@24666
|