| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
in change #1084. Remove references to vms/config.vms, which was removed in
change #1084.
p4raw-link: @1084 on //depot/perl: 97abc6adffcd3efcbaee73cbdad2055b2d06be4f
p4raw-id: //depot/perl@31532
|
|
|
| |
p4raw-id: //depot/perl@31531
|
|
|
|
|
|
| |
From: "Reini Urban via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>
p4raw-id: //depot/perl@31530
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>
p4raw-id: //depot/perl@31529
|
|
|
| |
p4raw-id: //depot/perl@31528
|
|
|
| |
p4raw-id: //depot/perl@31527
|
|
|
| |
p4raw-id: //depot/perl@31526
|
|
|
| |
p4raw-id: //depot/perl@31525
|
|
|
| |
p4raw-id: //depot/perl@31524
|
|
|
|
|
| |
a shared perl library
p4raw-id: //depot/perl@31523
|
|
|
| |
p4raw-id: //depot/perl@31522
|
|
|
|
|
| |
p4raw-link: @31519 on //depot/perl: 277189c8ad3fc0d1dcd4c757f62b0a7bf5bacaa0
p4raw-id: //depot/perl@31521
|
|
|
|
|
|
| |
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>
p4raw-id: //depot/perl@31520
|
|
|
| |
p4raw-id: //depot/perl@31519
|
|
|
|
|
|
|
|
| |
modules in the core?)
From: "Jos I. Boumans" <kane@dwim.org>
Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>
p4raw-id: //depot/perl@31518
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>
p4raw-id: //depot/perl@31517
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>
p4raw-id: //depot/perl@31516
|
|
|
| |
p4raw-id: //depot/perl@31515
|
|
|
| |
p4raw-id: //depot/perl@31514
|
|
|
| |
p4raw-id: //depot/perl@31513
|
|
|
| |
p4raw-id: //depot/perl@31512
|
|
|
|
|
|
| |
(tests for change #31505)
p4raw-link: @31505 on //depot/perl: c4a7531db1b7667c9d43fd3494f5bbf4901ff149
p4raw-id: //depot/perl@31511
|
|
|
|
|
|
|
|
|
|
| |
should have been U8 in the first place.
Originally noticed by Jerry Hedden in
Subject: [PATCH] Compiler warning in regcomp.c
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>
p4raw-id: //depot/perl@31510
|
|
|
|
|
| |
Message-Id: <200706301314.07075@bloodgate.com>
p4raw-id: //depot/perl@31509
|
|
|
|
|
| |
Message-ID: <20070629204935.GA13919@abigail.nl>
p4raw-id: //depot/perl@31508
|
|
|
|
|
| |
Message-ID: <20070630044259.GB22566@egg>
p4raw-id: //depot/perl@31507
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Fri, 29 Jun 2007 23:38:07 +0200
Message-ID: <20070629213807.GA14454@abigail.nl>
Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
From: Abigail <abigail@abigail.be>
Date: Sat, 30 Jun 2007 01:24:36 +0200
Message-ID: <20070629232436.GA15326@abigail.nl>
Plus tweaks, and debug enahancements.
p4raw-id: //depot/perl@31506
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
localization of an array or a hash. This fixes some memory leaks.
Basically we were overwriting the magic of the outer value (value
from the outer scope) by the magic of the inner value (therefore making
that outer magic leaking in memory). But that inner magic was created
by mg_localize() by copying *some* of the outer magic. Consequently the
outer value already has that magic. So just keep it and don't bother.
That change might introduce obscure bugs. On the other hand, it might
also cure obscure bugs, related to the inner value acquiring container
magic during its lifetime, or to the outer value loosing non-container
magic. No test in the test suite seems to test that.
p4raw-id: //depot/perl@31505
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com>
p4raw-id: //depot/perl@31504
|
|
|
| |
p4raw-id: //depot/perl@31503
|
|
|
|
|
|
|
|
|
|
|
| |
That change was adding a hook to cope with the case when one was
undef'ining *ISA globs, in order to clean up correctly. However, this
broke the case where one was assiging an array ref to @ISA, which
is likely to be more common.
Conclusion: don't undef *ISA. (or more generally don't undef globs
that contain magical variables)
p4raw-link: @31489 on //depot/perl: 5be5c7a687aa37f2ea9dec7988eb57cad1f1ec24
p4raw-id: //depot/perl@31502
|
|
|
|
|
|
| |
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com>
p4raw-id: //depot/perl@31501
|
|
|
|
|
| |
all the time. Use no_plan instead.
p4raw-id: //depot/perl@31500
|
|
|
| |
p4raw-id: //depot/perl@31499
|
|
|
| |
p4raw-id: //depot/perl@31498
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
their usage.
RXf_ => flags used in pm_flags argument to regcomp
and stored in the regex via rx->extflags
PREGf_ => flags stored in rx->intflags
RXapif_ => argument flags for regex named capture api
RX_BUFF_IDX_ => special indexes to represent $` $' $&
used in the numeric capture buffer api
PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_.
p4raw-id: //depot/perl@31497
|
|
|
| |
p4raw-id: //depot/perl@31496
|
|
|
|
|
|
|
|
|
| |
From: "Ævar Arnfjörð Bjarmason"
<avarab@gmail.com>
Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
(with tweaks)
p4raw-id: //depot/perl@31495
|
|
|
| |
p4raw-id: //depot/perl@31494
|
|
|
| |
p4raw-id: //depot/perl@31493
|
|
|
| |
p4raw-id: //depot/perl@31492
|
|
|
|
|
|
| |
since they seem to work OK. Not sure about older flavours
of Windows, so leave them alone.
p4raw-id: //depot/perl@31491
|
|
|
|
|
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
Rearranges the initialization of Win32CORE. The Perl interpreter isn't
fully initialized when Perl_init_os_extras() in win32/win32.c is called,
so it is not safe to use the Perl calling mechanism yet. Fixes a problem
building PAR-Packer on Win32.
p4raw-id: //depot/perl@31490
|
|
|
|
|
|
| |
From: "Brandon Black" <blblack@gmail.com>
Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com>
p4raw-id: //depot/perl@31489
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com>
p4raw-id: //depot/perl@31488
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com>
p4raw-id: //depot/perl@31487
|
|
|
|
|
| |
Message-Id: <200706271834.14904@bloodgate.com>
p4raw-id: //depot/perl@31486
|
|
|
|
|
| |
Message-Id: <200706271915.46068@bloodgate.com>
p4raw-id: //depot/perl@31485
|
|
|
|
|
| |
Message-ID: <4682BE9F.6080502@landgren.net>
p4raw-id: //depot/perl@31484
|
|
|
|
|
| |
Hopefully valgrind will notice and like. :-)
p4raw-id: //depot/perl@31483
|