| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
p4raw-link: @19910 on //depot/perl: 38af81ff258ecdcd67c7b6fdf4b602a68c7fd75f
p4raw-id: //depot/perl@19911
|
|
|
|
|
|
|
|
|
|
| |
[ 19909]
binmode() should affect IoOFP() as well as IoIFP() if it is
distinct (e.g. sockets).
p4raw-link: @19909 on //depot/perlio: 5a828df094714ebe5d444cf1aea96c870ca9e452
p4raw-id: //depot/perl@19910
p4raw-integrated: from //depot/perlio@19906 'merge in' pp_sys.c
(@19868..)
|
|
|
|
|
|
| |
look like aligned; re-introduce the "traditional contiguous"
checks with OS/2 special quirks and all.
p4raw-id: //depot/perl@19906
|
|
|
| |
p4raw-id: //depot/perl@19903
|
|
|
| |
p4raw-id: //depot/perl@19902
|
|
|
| |
p4raw-id: //depot/perl@19900
|
|
|
| |
p4raw-id: //depot/perl@19899
|
|
|
| |
p4raw-id: //depot/perl@19898
|
|
|
|
|
| |
Message-ID: <3F00C1BC.3020103@sun.com>
p4raw-id: //depot/perl@19897
|
|\
| |
| |
| |
| | |
crashing on Win32.
p4raw-id: //depot/perl@19896
|
| |
| |
| | |
p4raw-id: //depot/perlio@19895
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@19894
|
| |
| |
| | |
p4raw-id: //depot/perl@19890
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
since those need not be in memory end-to-end, e.g.
in Tru64 they are aligned by eight. Loosen the test
so that 'contiguousness' is fulfilled if the elements
are within PTRSIZE alignment. This makes Tru64 to pass
the join.t, too.
p4raw-id: //depot/perl@19889
|
| |
| |
| | |
p4raw-id: //depot/perl@19888
|
| |
| |
| | |
p4raw-id: //depot/perl@19887
|
| |
| |
| | |
p4raw-id: //depot/perl@19886
|
| |
| |
| | |
p4raw-id: //depot/perl@19885
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
tests (see [perl #22811]) pass (yes, padding with space instead
of nul makes no sense, but that seems to work, maybe Linux does
some deep magic in ps(1)?); moving the PL_origalen computation
earlier makes also the threaded-first case fully pass.
But in general modifying the argv[] is very non-portable.
(e.g. in Tru64 it seems to be limited to the size of the
original argv[0] since the argv[] are not contiguous?)
Everybody should just have setproctitle().
p4raw-id: //depot/perl@19884
|
| |
| |
| | |
p4raw-id: //depot/perl@19883
|
| |
| |
| | |
p4raw-id: //depot/perl@19882
|
| |
| |
| | |
p4raw-id: //depot/perl@19881
|
| |
| |
| | |
p4raw-id: //depot/perl@19880
|
| |
| |
| | |
p4raw-id: //depot/perl@19879
|
| |
| |
| |
| |
| | |
as per suggestion from Sarathy.
p4raw-id: //depot/perl@19878
|
| |
| |
| |
| |
| |
| | |
and the #19842 was wrong anyway (it affected
only the threaded case.)
p4raw-id: //depot/perl@19877
|
| |
| |
| |
| |
| |
| |
| | |
Message-ID: <20030627135406.GA8914@math.berkeley.edu>
More malloc patches: now they seem to work even in Tru64.
p4raw-id: //depot/perl@19876
|
| |
| |
| | |
p4raw-id: //depot/perl@19875
|
| |
| |
| |
| |
| | |
the < max must be <= max instead.
p4raw-id: //depot/perl@19874
|
| |
| |
| | |
p4raw-id: //depot/perl@19873
|
| |
| |
| |
| |
| | |
INIT blocks. See bug [perl #22826].
p4raw-id: //depot/perl@19872
|
| |
| |
| |
| |
| | |
Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
p4raw-id: //depot/perl@19871
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The first allows to hold symbolic switches in $^D
and more generally fixes assignment to $^D. The
second one improves the information given by -Dl.
Subject: [PATCH] allow $^D = "flags"
Date: Fri, 27 Jun 2003 22:26:24 +0100
Message-ID: <20030627212624.GB12887@fdgroup.com>
Subject: [PATCH] make -Dl show more scope info
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 27 Jun 2003 23:00:36 +0100
Message-ID: <20030627220036.GC12887@fdgroup.com>
p4raw-id: //depot/perl@19870
|
| |
| |
| | |
p4raw-id: //depot/perl@19869
|
| |
| |
| | |
p4raw-id: //depot/perlio@19892
|
| |\
| |/
|/| |
p4raw-id: //depot/perlio@19868
|
| |
| |
| |
| |
| |
| | |
a hash (this was the reason the Hash/Util.t intermittently
failed, the two-loop didn't find all the SVs of the HV).
p4raw-id: //depot/perl@19867
|
| |
| |
| | |
p4raw-id: //depot/perl@19866
|
| |
| |
| |
| |
| | |
is larger than INT_MAX (atoi() returns -1 in that case).
p4raw-id: //depot/perl@19865
|
| |
| |
| |
| |
| |
| |
| | |
not per-interp, since perl_construct() is not passed
the argc, argv, and therefore it can't set the per-interp
PL_tainting.)
p4raw-id: //depot/perl@19864
|
| |
| |
| |
| |
| |
| |
| | |
is set very early in main(), before perl_parse()
has been called and PL_tainting (or PL_taint_warn)
might have been set.
p4raw-id: //depot/perl@19863
|
| |
| |
| |
| |
| | |
part of the public API).
p4raw-id: //depot/perl@19862
|
| |
| |
| |
| |
| |
| |
| |
| | |
if tainting-- but is this a good thing or a bad thing?
(At least it makes debugging lib/Hash/Util.t harder,
since it has, for no apparent good reason, -T: one must
make a copy of it without the -T.)
p4raw-id: //depot/perl@19861
|
| |
| |
| |
| |
| | |
Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
p4raw-id: //depot/perl@19860
|
| |
| |
| |
| |
| |
| |
| |
| | |
random failures. To make these easier to reproduce,
add a variable, PERL_HASH_SEED_DEBUG, to display the
hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
of 82972356 makes the first one to fail.
p4raw-id: //depot/perl@19859
|
| |
| |
| |
| |
| | |
about macro support in gdb and gcc.
p4raw-id: //depot/perl@19858
|
| |
| |
| |
| |
| | |
[perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
p4raw-id: //depot/perl@19854
|
| |
| |
| |
| |
| |
| | |
From: "Philip Newton" <pnewton@gmx.de>
Message-ID: <3EF9E0DE.4786.16A6869@localhost>
p4raw-id: //depot/perl@19853
|
| |
| |
| | |
p4raw-id: //depot/perl@19852
|
| |
| |
| |
| |
| |
| | |
require() should always be called in scalar context,
even when it's the last statement in an eval("").
p4raw-id: //depot/perl@19851
|