| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@34167
|
|
|
| |
p4raw-id: //depot/perl@34166
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807300954y5451ce9eq3181169e83bc3a10@mail.gmail.com>
p4raw-id: //depot/perl@34165
|
|
|
|
|
|
| |
From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
Message-ID: <73ddeb6c0807291337k150d5172pd671a5df980b7faf@mail.gmail.com>
p4raw-id: //depot/perl@34164
|
|
|
|
|
| |
Message-ID: <48763462.7020506@profvince.com>
p4raw-id: //depot/perl@34163
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.64.0807291159410.23060@fractal.phys.lafayette.edu>
p4raw-id: //depot/perl@34162
|
|
|
| |
p4raw-id: //depot/perl@34160
|
|
|
| |
p4raw-id: //depot/perl@34159
|
|
|
|
|
| |
found in the process.
p4raw-id: //depot/perl@34158
|
|
|
| |
p4raw-id: //depot/perl@34157
|
|
|
|
|
| |
(my mistake), and that is now covered by #34155.
p4raw-id: //depot/perl@34156
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807230920o6414d5abu393a5cd293c6fa4f@mail.gmail.com>
p4raw-id: //depot/perl@34155
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807230919p355ea37ci3fde2c1f84df6d5f@mail.gmail.com>
Adds a needed diag message to the watchdog() function for MSWin32.
p4raw-id: //depot/perl@34154
|
|
|
| |
p4raw-id: //depot/perl@34153
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807180609l7ca8a8d8i653dfd687ed9f36d@mail.gmail.com>
Changes skip messages to be consistent with Test::Builder.
p4raw-id: //depot/perl@34152
|
|
|
|
|
| |
along with a bunch other named capture related leaks.
p4raw-id: //depot/perl@34151
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@gmail.com>
Message-ID: <1ff86f510807160810ib0a01adg4f54cca69a96b623@mail.gmail.com>
p4raw-id: //depot/perl@34150
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807160647q777f0eefj388b342f57c8f49f@mail.gmail.com>
Conditionalize read-only tests for Perl < 5.8.3
p4raw-id: //depot/perl@34149
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807110908q4ac81225see2b11aa4729397d@mail.gmail.com>
p4raw-id: //depot/perl@34148
|
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807110807hb3e3727la161367a63da607f@mail.gmail.com>
Jerry found that localizing $? doesn't shield the effects of wait()
unless you actually assign something to $?
p4raw-id: //depot/perl@34147
|
|
|
|
|
| |
p4raw-link: @34143 on //depot/perl: e27835eefa408ae52d4ae22eec67eea282a87949
p4raw-id: //depot/perl@34146
|
|
|
|
|
|
| |
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <018801c8e6c9$c0a76530$41f62f90$@Marquess@ntlworld.com>
p4raw-id: //depot/perl@34145
|
|
|
|
|
|
| |
34138, spotted by Jerry D. Hedden. I assume that he's compiling with
options that enable trace flow analysis from the C compiler.
p4raw-id: //depot/perl@34144
|
|
|
|
|
| |
Avoid B::Flags in CORE tests not to crash on old XS in @INC
p4raw-id: //depot/perl@34143
|
|
|
|
|
|
| |
Fix segfault in serialized version objects
(bug #56606)
p4raw-id: //depot/perl@34142
|
|
|
|
|
| |
Fix for cloning read-only objects.
p4raw-id: //depot/perl@34141
|
|
|
|
|
| |
said anything about sanely.
p4raw-id: //depot/perl@34140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to call get magic exactly once. This doesn't just avoid logical errors
with tied variables, it actually avoids panics (or worse) because a
pointer is retained to the string returned by the (first) call to
SvPV_const() for a future sv_chop(), and any future call to get magic
can invalidate the buffer that that pointer points to.
Also this removes the original crazy code that would set then reset the
length of a scalar, so as to only copy an initial portion of it, and
also copy the entire scalar including trailing newline (which might
require allocating more memory), only to immediately remove the newline
from the copy by reducing the length by one.
p4raw-id: //depot/perl@34139
|
|
|
|
|
|
| |
SV's buffer should be full-on panics, as bogus values passed in can
cause later heap corruption, which is a bad thing (TM).
p4raw-id: //depot/perl@34138
|
|
|
| |
p4raw-id: //depot/perl@34137
|
|
|
|
|
| |
buffer of the SV.
p4raw-id: //depot/perl@34136
|
|
|
| |
p4raw-id: //depot/perl@34135
|
|
|
|
|
| |
identical.
p4raw-id: //depot/perl@34134
|
|
|
|
|
| |
re-implemented SvOOK() to avoid using it)
p4raw-id: //depot/perl@34133
|
|
|
| |
p4raw-id: //depot/perl@34132
|
|
|
| |
p4raw-id: //depot/perl@34131
|
|
|
| |
p4raw-id: //depot/perl@34130
|
|
|
|
|
|
| |
and FF_LINEGLOB in pp_formline. (While investigating RT #55668)
Sometimes I wonder if this is actually fun.
p4raw-id: //depot/perl@34129
|
|
|
|
|
| |
formed with a trailing '\0'. And do assume that bytes_to_utf8() does.
p4raw-id: //depot/perl@34128
|
|
|
| |
p4raw-id: //depot/perl@34127
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807110559tdc38deas3042e3e8ec234168@mail.gmail.com>
p4raw-id: //depot/perl@34126
|
|
|
|
|
| |
consting a variable.
p4raw-id: //depot/perl@34125
|
|
|
| |
p4raw-id: //depot/perl@34124
|
|
|
|
|
| |
(accidentally committed) skip testing '1'.
p4raw-id: //depot/perl@34123
|
|
|
|
|
| |
comments with the test code they refer to.
p4raw-id: //depot/perl@34122
|
|
|
| |
p4raw-id: //depot/perl@34121
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510806190822l34a3ea7eudb7b75f60ff0635d@mail.gmail.com>
p4raw-id: //depot/perl@34120
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807100729k4b620d3dl3fa079b89360f5ee@mail.gmail.com>
Fixes warnings introduced by previous patch.
p4raw-id: //depot/perl@34118
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510807100605u4f80a1b6u2595fbd030bd5660@mail.gmail.com>
Fixes "unary minus operator applied to unsigned type" warnings on Win32
p4raw-id: //depot/perl@34117
|
|
|
|
|
|
|
| |
issues)
Message-ID: <20080708164836.GB4537@almanda>
p4raw-id: //depot/perl@34116
|