| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
erroneous const in dump.c.
p4raw-id: //depot/perl@34675
|
|
|
|
|
| |
const SV *, then so can Perl_report_uninit().
p4raw-id: //depot/perl@34673
|
|
|
|
|
|
|
|
|
|
| |
to Perl_re_compile() can't be const, which means that the pattern
argument to Perl_pregcomp() can't be const, as can't the argument in
the function in the regexp engine structure.
It's a shame that no-one spotted this earlier.
(Again) I may have rendered the documentation inaccurate.
p4raw-id: //depot/perl@34672
|
|
|
|
|
| |
Perl_sv_magicext(), which is documented.
p4raw-id: //depot/perl@34671
|
|
|
|
|
| |
Message-ID: <20081030182902.25398.qmail@lists.develooper.com>
p4raw-id: //depot/perl@34670
|
|
|
| |
p4raw-id: //depot/perl@34669
|
|
|
|
|
| |
not at all like the original patch I tested).
p4raw-id: //depot/perl@34668
|
|
|
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <49092842.8090805@qsl.net>
Convert symlink target to UNIX format on VMS. (Cwd changes not
included here.)
p4raw-id: //depot/perl@34667
|
|
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <490923D3.90407@qsl.net>
Remove trailing dot when efs_charset is in effect.
p4raw-id: //depot/perl@34666
|
|
|
| |
p4raw-id: //depot/perl@34661
|
|
|
|
|
|
| |
that are not undef or "no". Take that into account when stacking them.
This fixes bug #60214.
p4raw-id: //depot/perl@34660
|
|
|
| |
p4raw-id: //depot/perl@34654
|
|
|
| |
p4raw-id: //depot/perl@34653
|
|
|
| |
p4raw-id: //depot/perl@34650
|
|
|
|
|
| |
from its apidoc section.
p4raw-id: //depot/perl@34649
|
|
|
|
|
|
| |
Message-Id: <93213472-1B76-43A2-AACB-2BBFF901C5A7@free.fr>
Date: Wed, 29 Oct 2008 22:58:52 +0100
p4raw-id: //depot/perl@34648
|
|
|
| |
p4raw-id: //depot/perl@34647
|
|
|
|
|
| |
its arguments.
p4raw-id: //depot/perl@34646
|
|
|
| |
p4raw-id: //depot/perl@34645
|
|
|
| |
p4raw-id: //depot/perl@34643
|
|
|
|
|
|
| |
Those are already in embed.fnc, and most of them were already
outdated. This also fixes the docs for pv_escape and pv_pretty.
p4raw-id: //depot/perl@34642
|
|
|
|
|
|
|
|
|
| |
(Distclean isn't perfect yet because there's a spurious directory tree
created but not cleaned up by ext/Test/Harness/t/harness.t, but Andy is
working on fixing the cause)
No idea about the state of play of disclean on VMS - I couldn't see how
or where to add the three extra directories to it.
p4raw-id: //depot/perl@34640
|
|
|
|
|
|
| |
you can't unlink an open file by instead opening $^X for read to get a
file handle for test purposes.
p4raw-id: //depot/perl@34639
|
|
|
| |
p4raw-id: //depot/perl@34638
|
|
|
| |
p4raw-id: //depot/perl@34637
|
|
|
| |
p4raw-id: //depot/perl@34634
|
|
|
| |
p4raw-id: //depot/perl@34631
|
|
|
|
|
| |
Message-Id: <20081029022544.413.1@knochen-vm.localdomain>
p4raw-id: //depot/perl@34630
|
|
|
| |
p4raw-id: //depot/perl@34629
|
|
|
| |
p4raw-id: //depot/perl@34628
|
|
|
| |
p4raw-id: //depot/perl@34627
|
|
|
|
|
| |
(const HV *).
p4raw-id: //depot/perl@34626
|
|
|
| |
p4raw-id: //depot/perl@34624
|
|
|
| |
p4raw-id: //depot/perl@34623
|
|
|
| |
p4raw-id: //depot/perl@34622
|
|
|
| |
p4raw-id: //depot/perl@34621
|
|
|
|
|
|
| |
Message-ID: <87k5btpdef.fsf@k75.linux.bogus>
Date: Tue, 28 Oct 2008 05:11:20 +0100
p4raw-id: //depot/perl@34620
|
|
|
| |
p4raw-id: //depot/perl@34619
|
|
|
| |
p4raw-id: //depot/perl@34618
|
|
|
|
|
| |
Message-ID: <20081028112405.GA14163@mars.tony.develop-help.com>
p4raw-id: //depot/perl@34617
|
|
|
| |
p4raw-id: //depot/perl@34615
|
|
|
| |
p4raw-id: //depot/perl@34613
|
|
|
| |
p4raw-id: //depot/perl@34612
|
|
|
| |
p4raw-id: //depot/perl@34611
|
|
|
|
|
| |
MUTABLE_PTR(), to validate that there is no casting away of const.
p4raw-id: //depot/perl@34610
|
|
|
| |
p4raw-id: //depot/perl@34609
|
|
|
| |
p4raw-id: //depot/perl@34608
|
|
|
|
|
| |
Update the Changes file with changes from 3.26 to 3.28_01 inclusive.
p4raw-id: //depot/perl@34607
|
|
|
|
|
|
|
|
|
|
|
|
| |
- abs_path() on Unix(ish) platforms has been upgraded to a much later
version of the underlying C code from BSD. [Michael Schwern]
- If strlcpy() and strlcat() aren't available on the user's system,
we now use ppport.h to provide them, so our C code works. [Steve
Peters]
This unwinds change 32710 (consting from Robin Barker of the old code)
p4raw-id: //depot/perl@34606
|
|
|
|
|
|
|
|
|
|
| |
away const, returning a void *. Add MUTABLE_SV(sv) which uses this, and
replace all (SV *) casts either with MUTABLE_SV(sv), or (const SV *).
This probably still needs some work - assigning to SvPVX() and SvRV()
is now likely to generate a casting error. The core doesn't do this.
But as-is it's finding bugs that can be fixed.
p4raw-id: //depot/perl@34605
|