| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(One step beyond Jarkko's change 15735)
p4raw-id: //depot/perl@33700
|
|
|
|
|
|
| |
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01710.html
but never actually tested.
p4raw-id: //depot/perl@33697
|
|
|
|
|
| |
(part of a plan to have modules self contained, and removing test modules from t/lib)
p4raw-id: //depot/perl@33692
|
|
|
|
|
|
| |
and delete duplicated test module Dummy.pm. (test now
expected to fail)
p4raw-id: //depot/perl@33688
|
|
|
|
|
|
| |
based on code by Wolf-Dietrich Moeller
p4raw-link: @33685 on //depot/perl: ef0d4e17921ee3de62e9c127fad712496e6d7810
p4raw-id: //depot/perl@33686
|
|
|
|
|
|
| |
This restores the 5.8.8 behaviour. The deleted stash is not vivified
again, hence the hierarchy remains broken. But there's no segfault.
p4raw-id: //depot/perl@33684
|
|
|
|
|
| |
p4raw-link: @33676 on //depot/perl: 9d6bff35783dc768c5d72663e6e2d31769c5da91
p4raw-id: //depot/perl@33678
|
|
|
| |
p4raw-id: //depot/perl@33676
|
|
|
|
|
|
| |
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80804091738r15d37763lf900d59f8bcc5e81@mail.gmail.com>
p4raw-id: //depot/perl@33667
|
|
|
| |
p4raw-id: //depot/perl@33648
|
|
|
|
|
|
| |
Message-Id: <53E6407E-B87C-4D6A-A6E7-D842BDF30292@mac.com>
Date: Fri, 14 Mar 2008 14:45:39 +0100
p4raw-id: //depot/perl@33594
|
|
|
|
|
|
|
|
| |
character position when read, if needed. The code for setting pos
inside subst was incorrectly converting to character position before
storing the value. This code appears to have been buggy since it was
added in 2000 in change 7562.
p4raw-id: //depot/perl@33580
|
|
|
|
|
| |
Message-ID: <47E4FD96.6080304@profvince.com>
p4raw-id: //depot/perl@33557
|
|
|
|
|
|
| |
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <38561.147.210.17.175.1206011207.squirrel@147.210.17.175>
p4raw-id: //depot/perl@33544
|
|
|
| |
p4raw-id: //depot/perl@33505
|
|
|
|
|
|
| |
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <47935.71.32.86.11.1204678469.squirrel@webmail.efn.org>
p4raw-id: //depot/perl@33457
|
|
|
|
|
|
|
|
| |
From: "brian d foy" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4355-1202182561-1550.50538-75-0@perl.org>
Updated tests in ticket to become TODO tests
p4raw-id: //depot/perl@33434
|
|
|
|
|
|
| |
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A61@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@33407
|
|
|
| |
p4raw-id: //depot/perl@33394
|
|
|
| |
p4raw-id: //depot/perl@33393
|
|
|
|
|
|
|
| |
Subject: [perl #51092] [PATCH] Segfault when calling ->next::method on non-existing package
From: ilmari@vesla.ilmari.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-15287-1203654581-377.51092-75-0@perl.org>
p4raw-id: //depot/perl@33367
|
|
|
| |
p4raw-id: //depot/perl@33342
|
|
|
| |
p4raw-id: //depot/perl@33337
|
|
|
|
|
|
|
|
|
| |
-- lastcloseparen is literally the index of the last paren closed
-- lastparen is index of the highest index paren that has been closed.
In nested parens, they will be completely different.
'ab'=~/(a(b))/ will have: lastparen = 2, lastcloseparen = 1
'ab'=~/(a)(b)/ will have: lastparen = lastcloseparen = 2
p4raw-id: //depot/perl@33325
|
|
|
| |
p4raw-id: //depot/perl@33324
|
|
|
| |
p4raw-id: //depot/perl@33317
|
|
|
| |
p4raw-id: //depot/perl@33316
|
|
|
|
|
|
|
| |
Message-ID: <20080207165330.GA25617@abigail.be>
with tweaks (one more test marked TODO)
p4raw-id: //depot/perl@33313
|
|
|
|
|
| |
Message-ID: <20080212190522.GB16896@bort.ca>
p4raw-id: //depot/perl@33311
|
|
|
|
|
|
|
|
| |
times? */
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <37048.147.210.17.175.1202998889.squirrel@147.210.17.175>
p4raw-id: //depot/perl@33310
|
|
|
| |
p4raw-id: //depot/perl@33309
|
|
|
|
|
|
| |
using OP_ENTERSUB as a LISTOP, whereas it's a UNOP.
p4raw-link: @33302 on //depot/perl: 781e3f050073176aa21ffc243184a1cb57f4ec92
p4raw-id: //depot/perl@33307
|
|
|
|
|
| |
Message-ID: <20080214042916.GA12678@bort.ca>
p4raw-id: //depot/perl@33305
|
|
|
|
|
|
| |
From: Rick Delaney (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-24634-1193800780-55.47047-75-0@perl.org>
p4raw-id: //depot/perl@33302
|
|
|
|
|
| |
of the linked file rather than guessing at system defaults.
p4raw-id: //depot/perl@33274
|
|
|
|
|
|
|
| |
An errored attribute sub still processes the attributes,
which require's attribute.pm, so make sure the error state is
passed to the new require
p4raw-id: //depot/perl@33265
|
|
|
|
|
|
|
|
| |
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com>
Includes a fix to the patch to ext/Time/HiRes/Makefile.PL
p4raw-id: //depot/perl@33259
|
|
|
|
|
| |
Message-ID: <20080113214537.13226.qmail@lists.develooper.com>
p4raw-id: //depot/perl@33247
|
|
|
|
|
|
| |
resulting in garbage on the stack, which could manifest as a SEGV
(Bug 50256)
p4raw-id: //depot/perl@33239
|
|
|
| |
p4raw-id: //depot/perl@33229
|
|
|
|
|
|
|
| |
Subject: Re: [PATCH t/cmd/for.t] Regression tests for 'for reverse ..'
Message-ID: <20080130200922.GA20450@fury.crisman.org>
p4raw-link: @33058 on //depot/perl: 4b70616db4b88e90e04bbf6a612b803f6a4d8dc1
p4raw-id: //depot/perl@33153
|
|
|
|
|
| |
Naive implementation.
p4raw-id: //depot/perl@33088
|
|
|
| |
p4raw-id: //depot/perl@33087
|
|
|
|
|
|
| |
Based on a patch by Jerry D. Hedden, but only instead only disable
warnings for the specific operations that we know will warn.
p4raw-id: //depot/perl@33065
|
|
|
|
|
|
| |
Message-ID: <20080123225325.GA25959@abigail.be>
Date: Wed, 23 Jan 2008 23:53:25 +0100
p4raw-id: //depot/perl@33058
|
|
|
|
|
|
|
|
| |
loss warning on ++ and -- by moving the check to Configure time,
creating a new config.sh variable nv_overflows_integers_at which
contains an constant expression for the value of the NV which can't
be incremented by 1.0
p4raw-id: //depot/perl@33049
|
|
|
|
|
|
| |
Svf_PADSTALE means something different for state vars. Make sure
we always handle it correctly
p4raw-id: //depot/perl@33009
|
|
|
|
|
|
| |
the limit of representation in NVs, using a new warnings category
"imprecision".
p4raw-id: //depot/perl@32990
|
|
|
|
|
| |
Get the correct line number when reporting errors from &check_bits.
p4raw-id: //depot/perl@32988
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510801141656i325ac69ev8a0af47f9fe72a1e@mail.gmail.com>
p4raw-id: //depot/perl@32979
|