Steffen Mueller [Mon, 10 Nov 2008 09:41:40 +0000]
Update Maintainers.pl
Message-ID: <
20081110084141.12299.qmail@lists.develooper.com>
p4raw-id: //depot/perl@34792
John E. Malmberg [Sun, 9 Nov 2008 00:46:03 +0000]
[patch@34779] Get posix exit mode working/tested on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4916872B.5040500@qsl.net>
p4raw-id: //depot/perl@34790
Nicholas Clark [Mon, 10 Nov 2008 11:58:41 +0000]
Backslashes inside '' inside Makefiles seem to be non-portable in their
effects. GNU make leaves them in as literals, BSD make takes them out.
Not that we noticed, as the construction in question was valid Perl
syntax either way, but File::Find 1.14 is enforcing more on its
arguments.
p4raw-id: //depot/perl@34789
Renee Baecker [Fri, 22 Aug 2008 16:42:02 +0000]
[perl #57926][PATCH] File::Find Bug
Message-Id: <
20080822144202.659AB99C002@rserv16.sitepush.net>
p4raw-id: //depot/perl@34786
Yves Orton [Sun, 9 Nov 2008 21:02:01 +0000]
Add support for testing when under
#define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS = 0
as signalled by the environment variable REAL_POSIX_CC being true.
Otherwise test are as they used to be, or TODO'ed.
p4raw-id: //depot/perl@34785
Nicholas Clark [Sun, 9 Nov 2008 19:54:42 +0000]
Upgrade to File::Path 2.07
p4raw-id: //depot/perl@34784
Marcus Holland-Moritz [Sun, 9 Nov 2008 13:42:58 +0000]
Fix warning code in Perl_sv_vcatpvfn() to make the TODO
tests introduced with #34781 pass. Add some more warning
tests to t/lib/warnings/sv.
p4raw-id: //depot/perl@34783
Michael G. Schwern [Sat, 8 Nov 2008 23:22:54 +0000]
diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t
Message-ID: <
49168FCE.8020105@pobox.com>
Plus converting the whole file from DOS to UNIX format
and adding a newline at the end.
p4raw-id: //depot/perl@34782
Marcus Holland-Moritz [Sun, 9 Nov 2008 09:52:31 +0000]
Update format warning tests to expect "%lld" instead of "%d"
when "%lld" was in the format string. Mark these warnings as
TODO until this is fixed.
p4raw-id: //depot/perl@34781
Hugo van der Sanden [Sat, 8 Nov 2008 13:29:57 +0000]
"Perl_newSVpvf("%lld")" is broken
Message-Id: <
200811081329.mA8DTv7e018896@zen.crypt.org>
Plus some test cases.
p4raw-id: //depot/perl@34780
Marcus Holland-Moritz [Sat, 8 Nov 2008 18:31:09 +0000]
Make sure PerlIO::via doesn't leave its old GV's hanging
in the stash they were created in. Steal the idea from
IO::File to just delete the stash entry after creating
the GV.
This fixes perl #59268.
p4raw-id: //depot/perl@34779
Steve Peters [Sat, 8 Nov 2008 15:51:45 +0000]
From change #34775, reverting perlio.c change for now. Also,
setting the tests to TODO.
p4raw-link: @34775 on //depot/perl:
2556f95e0f4f5e8e95c9766374614ab52edefe3d
p4raw-id: //depot/perl@34778
Marcus Holland-Moritz [Sat, 8 Nov 2008 09:45:22 +0000]
Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files
Message-ID: <
20081108094522.5174608b@r2d2>
p4raw-id: //depot/perl@34777
Marcus Holland-Moritz [Sat, 8 Nov 2008 12:38:36 +0000]
Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.
As Nicholas already noted in a FIXME, assigning to DEFSV should
use GvSV instead of GvSVn. This change ensures that, at least
under -DPERL_CORE, DEFSV cannot be assigned to and introduces
a DEFSV_set macro to allow setting DEFSV.
This fixes #53038: map leaks memory.
p4raw-id: //depot/perl@34776
Goro Fuji [Mon, 7 Jul 2008 08:04:52 +0000]
Re: [perl #56644] PerlIO resource leaks on open() and then :pop in :unix and :stdio
From: "Goro Fuji" <gfuji@cpan.org>
Message-ID: <
efb9c59b0807061604q476025e9n85893f131a6bf23e@mail.gmail.com>
p4raw-id: //depot/perl@34775
Goro Fuji [Sun, 25 May 2008 23:10:42 +0000]
[perl #54828] perlio.c has a problem (both 5.8 and 5.10)
From: "Goro Fuji" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-11257-
1211782242-1590.54828-75-0@perl.org>
The second part of the patch. The first part was in change #33978.
p4raw-link: @33978 on //depot/perl:
9d97e8b8cac47626e28c79994e7ab0d5c8589515
p4raw-id: //depot/perl@34774
Goro Fuji [Sun, 27 Jul 2008 14:37:45 +0000]
Re: [perl #57322] perlbug AutoReply: ungetc() to :scalar might cause problems
From: "Goro Fuji" <gfuji@cpan.org>
Message-ID: <
efb9c59b0807262237r62497f36g4f6d6881bb684a53@mail.gmail.com>
p4raw-id: //depot/perl@34773
Renee Baecker [Wed, 9 Jul 2008 15:16:50 +0000]
[perl #18306] This problem seems to be fixed and a small patch for B::Xref
Message-Id: <
20080709131650.D12BF120041@rserv16.sitepush.net>
p4raw-id: //depot/perl@34772
Craig A. Berry [Sat, 8 Nov 2008 00:13:43 +0000]
NDBM prototype config vars for configure.com following 34756.
p4raw-id: //depot/perl@34771
Marcus Holland-Moritz [Fri, 7 Nov 2008 22:33:39 +0000]
Revert SvPVX() to allow lvalue usage, but also add a
MUTABLE_SV() check. Use SvPVX_const() instead of SvPVX()
where only a const SV* is available. Also fix two falsely
consted pointers in Perl_sv_2pv_flags().
p4raw-id: //depot/perl@34770
Yves Orton [Fri, 7 Nov 2008 20:20:21 +0000]
create new unicode props as defined in POSIX spec (optionally use them in the regex engine)
Perlbug #60156 and #49302 (and probably others) resolve down to the problem
that the definition of \s and \w and \d and the POSIX charclasses are different
for unicode strings and for non-unicode strings. This broke the character class
logic in the regex engine. The easiest fix to make the character class logic sane
again is to define new properties which do match.
This change creates new property classes that can be used instead of the
traditional ones (it does not change the previously defined ones). If the
define in regcomp.h:
#define PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS 1
is changed to 0, then the new mappings will be used. This will fix a bunch
of bugs that are reported as TODO items in the new reg_posixcc.t test file.
p4raw-id: //depot/perl@34769
Steve Peters [Fri, 7 Nov 2008 17:23:05 +0000]
A small refactoring based on a comment in an old RT ticket (RT
#4362 in case you were wondering).
p4raw-id: //depot/perl@34768
Yves Orton [Fri, 7 Nov 2008 11:45:22 +0000]
Make sure inversion sign is shown in all anyof classes that we show in regprop
And refactor the code that adds the extra braces into a macro, and make it support the colorization stuff.
p4raw-id: //depot/perl@34766
Steve Hay [Fri, 7 Nov 2008 11:32:36 +0000]
Upgrade to Pod-Perldoc-3.15
p4raw-id: //depot/perl@34765
Steve Hay [Fri, 7 Nov 2008 10:39:27 +0000]
Oops, change 34762 should have bumped the VERSION
p4raw-id: //depot/perl@34764
Steve Hay [Fri, 7 Nov 2008 10:37:51 +0000]
Temporary (?) fix for ext/Test/Harness/t/compat/regression.t,
broken by Test-Simple upgrade (VERSION is already bumped by the
retention of 34491)
p4raw-id: //depot/perl@34763
Steve Hay [Fri, 7 Nov 2008 10:34:28 +0000]
Fix test broken by Test-Simple upgrade (similar to change 33689)
p4raw-id: //depot/perl@34762
Steve Hay [Fri, 7 Nov 2008 10:32:32 +0000]
Upgrade to Test-Simple-0.85_01, keeping local changes 34491 and 34545
p4raw-id: //depot/perl@34761
Steve Hay [Fri, 7 Nov 2008 09:29:42 +0000]
lib/Test/Tutorial.pod is part of Test-Simple
p4raw-id: //depot/perl@34760
Steve Hay [Fri, 7 Nov 2008 08:49:25 +0000]
Fix new test (just added by podlators upgrade) on Win32, at least
p4raw-id: //depot/perl@34759
Steve Hay [Fri, 7 Nov 2008 08:47:26 +0000]
Upgrade to podlators-2.2.0
p4raw-id: //depot/perl@34758
Marcus Holland-Moritz [Thu, 6 Nov 2008 22:16:03 +0000]
NDBM just isn't meant to be used with C++. So this
change makes the intro of NDBM_File.xs even uglier,
but hopefully it also makes tests pass now.
p4raw-id: //depot/perl@34757
Marcus Holland-Moritz [Mon, 3 Nov 2008 22:40:11 +0000]
Add prototype detection for NDBM header files
Message-ID: <
20081103224011.26c223b3@r2d2>
p4raw-id: //depot/perl@34756
Yves Orton [Thu, 6 Nov 2008 18:48:28 +0000]
Various changes to regex diagnostics and testing
* Make ANYOF output from regprop easier to read by adding ][ in between the unicode representation and the "ascii" one
* Make it possible to make tests in re_tests todo.
* add a todo test for a complementary character class match that should fail (perl #60156)
* Also add a comment explaining a previous commit (relating to perl #60344)
p4raw-id: //depot/perl@34755
karl williamson [Wed, 5 Nov 2008 18:42:16 +0000]
Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256
Subject: PATCH [perl #59328] In re's, \N{U+...} doesn't match for ... > 256
Message-ID: <
49124B78.2000907@khwilliamson.com>
Date: Wed, 05 Nov 2008 18:42:16 -0700
p4raw-id: //depot/perl@34747
Yves Orton [Thu, 6 Nov 2008 10:44:13 +0000]
Resolve perl #60344: Regex lookbehind failure after an (if)then|else in perl 5.10
During the de-recursivization it looks like Dave M forgot to reset the 'logical'
flag after using it, which in turn causes UNLESSM/IFTHEN when used after a LOGICAL operator to
be incorrectly intrepreted. This change resets the logical flag after each time it is stored
in ST.logical.
p4raw-id: //depot/perl@34746
Yves Orton [Wed, 5 Nov 2008 22:47:58 +0000]
Bring ExtUtils::Install up to date with the latest on CPAN 1.50_04 and related test changes
This involves changes to shared test files used by ExtUtils::MakeMaker and ExtUtils::Install, in particular updating the core/MakeMaker version of ExtUtils/t/basic.t so that it reflects the 1.50_03 version, and then splitting it in half into basic.pl and basic_finish.pl, which are then evalled (together) by basic.t. ExtUtils::Install does somethign similar but only with basic.pl.
This also silences an odd warning from MM_Any.pm that comes up once in a while, which I believe is to do with a deeper core failure as it occurs in code utterly unrelated to these changes.
This patch needs to be pushed upstream to the ExtUtils::MakeMaker distribution on CPAN under Schwern's supervision.
In this way it will be possible to simply copy the t/basic.pl from core into ExtUtils::Install or into ExtUtils::MakeMaker or whatever.
Includes the following changes from ExtUtils::Install:
1.50_04
SVN revision 41.
Restructure tests to make it easier to maintain given it is distributed in various
ways in three different packages.
1.50_03
SVN revision 40.
Sigh, just after i released 1.50_02 I noticed that a test modified in it will fail
under VMS. So this is a fixup release for that alone.
1.50_02
SVN revision 39.
Synchronize with the changes that were made in blead perl
patch #33567. VMS changes by Craig Berry. See
http://public.activestate.com/cgi-bin/perlbrowse/p/33567
This was marked in the pod as 1.51 but not actually version bumped.
So I've marked it as 1.50_02 as a test release prior to putting it out
as the real 1.51
This release also restores the missing installed.t which was accidentally
missed by the MANIFEST having a duplicate entry for install.t instead.
Probably something should have warned about this, but I haven't worked out
what.
Includes changes from Activestate/ActivePerl:
- To make installation less chatty when not under verbose mode. See
http://rt.cpan.org/Public/Bug/Display.html?id=5903
- To install HTML documentation files under builds that set $Config{installhtmldir}
(and presumably also create HTML versions of the pod -- which is quite nice actually :-)
http://rt.cpan.org/Ticket/Display.html?id=37727
p4raw-id: //depot/perl@34742
Nicholas Clark [Wed, 5 Nov 2008 00:29:57 +0000]
Upgrade to File::Path 2.06_08.
p4raw-id: //depot/perl@34733
Nicholas Clark [Tue, 4 Nov 2008 08:03:04 +0000]
${^CHILD_ERROR_NATIVE} isn't mentioned in perlrun.pod, but is in
perlvar.pod.
p4raw-id: //depot/perl@34714
Marcus Holland-Moritz [Mon, 3 Nov 2008 22:25:09 +0000]
The breakage caused by #34653 (sh|c)ould have been detected
by the compiler. So further improve the STR_WITH_LEN() macro.
p4raw-id: //depot/perl@34712
Marcus Holland-Moritz [Mon, 3 Nov 2008 22:19:47 +0000]
Fix DBM module handling broken by #34653.
p4raw-id: //depot/perl@34710
Tim Bunce [Mon, 3 Nov 2008 16:25:37 +0000]
Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)
Message-ID: <
20081103162537.GB45762@timac.local>
Date: Mon, 3 Nov 2008 16:25:37 +0000
p4raw-id: //depot/perl@34706
Tim Bunce [Mon, 3 Nov 2008 16:01:31 +0000]
Re: @{"_<$filename"} is unreasonably tied to use of DB::DB ($^P & 0x2)
Message-ID: <
20081103160130.GA45762@timac.local>
Date: Mon, 3 Nov 2008 16:01:31 +0000
p4raw-id: //depot/perl@34705
Kevin Ryde [Sat, 1 Nov 2008 16:27:09 +0000]
[perl #60300] doc Carp $Carp::Internal{__PACKAGE__} example
From: Kevin Ryde (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-29762-
1225582029-1073.60300-75-0@perl.org>
p4raw-id: //depot/perl@34703
Andreas J. Koenig [Sun, 2 Nov 2008 11:22:29 +0000]
Re: CPAN-1.9301 can't clean bootstrap .cpan
Message-ID: <87abci5swq.fsf@k75.linux.bogus>
Date: Sun, 02 Nov 2008 11:22:29 +0100
p4raw-id: //depot/perl@34702
Rafael Garcia-Suarez [Mon, 3 Nov 2008 09:13:16 +0000]
Silence one more format warning
p4raw-id: //depot/perl@34700
Nicholas Clark [Sun, 2 Nov 2008 21:41:07 +0000]
Upgrade to Time::Local 1.1901.
p4raw-id: //depot/perl@34699
Tom Christiansen [Sun, 2 Nov 2008 01:43:39 +0000]
PATCH: Large omnibus patch to clean up the JRRT quotes
Message-ID: <25940.
1225611819@chthon>
Date: Sun, 02 Nov 2008 01:43:39 -0600
p4raw-id: //depot/perl@34698
Michael Cartmell [Wed, 2 Jul 2008 05:17:58 +0000]
[perl #56526] m/a{1,0}/ compiles but doesn't match a literal string
From: Michael Cartmell (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-27577-
1215001078-1211.56526-75-0@perl.org>
p4raw-id: //depot/perl@34697
Renee Baecker [Tue, 7 Oct 2008 08:17:22 +0000]
[perl #59652][DOC PATCH] "Too late for "-CS" option"
Message-ID: <
48EAFEF2.8030403@smart-websolutions.de>
(tweaked)
p4raw-id: //depot/perl@34696
Robin Barker [Wed, 29 Oct 2008 13:22:04 +0000]
explicit empty while loops
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <
46A0F33545E63740BC7563DE59CA9C6D4E2FD9@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@34695
Rafael Garcia-Suarez [Sun, 2 Nov 2008 16:50:12 +0000]
Explicitly specify some printf formats for constant strings.
This is mostly to silence gcc's warning, "format not a string
literal and no format arguments".
p4raw-id: //depot/perl@34694
Nicholas Clark [Sat, 1 Nov 2008 14:51:05 +0000]
Add a flag PERLDBf_SAVESRC, which enables the saved lines part of
PERLDBf_LINE, so that profilers (such as NYTProf) have access to the
lines of the eval, without the speed impact of other parts of the
debugger infrastructure. PERLDBf_LINE is unchanged. Based largely on a
patch by Tim Bunce in <
20081028152749.GA12500@timac.local>
p4raw-id: //depot/perl@34693
Nicholas Clark [Fri, 31 Oct 2008 20:23:32 +0000]
Upgrade to Text::ParseWords 3.27
p4raw-id: //depot/perl@34691
Nicholas Clark [Fri, 31 Oct 2008 08:55:20 +0000]
Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
Can't easily do gv.h, as GvGP() (at least) needs to split into two
macros - one const for reading, one non-const for writing.
p4raw-id: //depot/perl@34679
Nicholas Clark [Fri, 31 Oct 2008 07:37:44 +0000]
Change 34672 should have removed a const from re.xs. I thought I'd
checked for warnings here - not sure whether it was me or gcc that
didn't notice anythign wrong. g++ certainly did.
p4raw-id: //depot/perl@34678
Nicholas Clark [Fri, 31 Oct 2008 07:34:02 +0000]
sizeof(const SV *) is the same as sizeof(SV *), except that it doesn't
match my regexp for non-const casts.
p4raw-id: //depot/perl@34677
Marcus Holland-Moritz [Fri, 31 Oct 2008 07:23:54 +0000]
Upgrade to Devel::PPPort 3.14_05
p4raw-id: //depot/perl@34676
Nicholas Clark [Thu, 30 Oct 2008 23:22:31 +0000]
Eliminate (SV *) casts from the rest of *.c, picking up one (further)
erroneous const in dump.c.
p4raw-id: //depot/perl@34675
Nicholas Clark [Thu, 30 Oct 2008 22:27:16 +0000]
Change 34627 didn't realise that if S_find_uninit_var() takes a
const SV *, then so can Perl_report_uninit().
p4raw-id: //depot/perl@34673
Nicholas Clark [Thu, 30 Oct 2008 22:08:41 +0000]
SvPV() does not take a const SV*, which means that the pattern argument
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
Nicholas Clark [Thu, 30 Oct 2008 21:39:14 +0000]
Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast in
Perl_sv_magicext(), which is documented.
p4raw-id: //depot/perl@34671
Moritz Lenz [Thu, 30 Oct 2008 20:30:00 +0000]
Re: [PATCH] [doc] be more explicit about magic argv
Message-ID: <
20081030182902.25398.qmail@lists.develooper.com>
p4raw-id: //depot/perl@34670
Marcus Holland-Moritz [Thu, 30 Oct 2008 18:55:04 +0000]
Upgrade to Devel::PPPort 3.14_04
p4raw-id: //depot/perl@34669
Craig A. Berry [Thu, 30 Oct 2008 18:17:04 +0000]
Try to demangle the mess created by 34667 (the "resubmittal" was actually
not at all like the original patch I tested).
p4raw-id: //depot/perl@34668
John E. Malmberg [Wed, 29 Oct 2008 22:21:38 +0000]
Re: patch@34561 VMS exec handling / cwd realpath fixes
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
John E. Malmberg [Wed, 29 Oct 2008 22:02:43 +0000]
[patch@34600] vms.c setup_cmddsc
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
Rafael Garcia-Suarez [Thu, 30 Oct 2008 11:34:05 +0000]
Add a test for bug #60214
p4raw-id: //depot/perl@34661
Rafael Garcia-Suarez [Thu, 30 Oct 2008 11:29:50 +0000]
The file test operators -s, -A, -C and -M can return false values
that are not undef or "no". Take that into account when stacking them.
This fixes bug #60214.
p4raw-id: //depot/perl@34660
Nicholas Clark [Wed, 29 Oct 2008 23:20:01 +0000]
Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.
p4raw-id: //depot/perl@34654
Marcus Holland-Moritz [Wed, 29 Oct 2008 23:04:34 +0000]
Use pvs macros instead of pvn where possible.
p4raw-id: //depot/perl@34653
Nicholas Clark [Wed, 29 Oct 2008 22:45:15 +0000]
Eliminate (AV *) casts in *.c.
p4raw-id: //depot/perl@34650
Marcus Holland-Moritz [Wed, 29 Oct 2008 22:15:33 +0000]
Remove redundant (and wrong) prototype for pv_display()
from its apidoc section.
p4raw-id: //depot/perl@34649
Sébastien Aperghis-Tramoni [Wed, 29 Oct 2008 22:58:52 +0000]
Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz
Message-Id: <
93213472-1B76-43A2-AACB-2BBFF901C5A7@free.fr>
Date: Wed, 29 Oct 2008 22:58:52 +0100
p4raw-id: //depot/perl@34648
Nicholas Clark [Wed, 29 Oct 2008 21:57:34 +0000]
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
p4raw-id: //depot/perl@34647
Nicholas Clark [Wed, 29 Oct 2008 21:36:17 +0000]
As Perl_cv_const_sv() now takes a const CV *, use that as the cast for
its arguments.
p4raw-id: //depot/perl@34646
Nicholas Clark [Wed, 29 Oct 2008 21:24:54 +0000]
Perl_cv_const_sv() takes a const CV *const cv argument.
p4raw-id: //depot/perl@34645
Nicholas Clark [Wed, 29 Oct 2008 20:49:30 +0000]
Upgrade to PathTools 3.29.
p4raw-id: //depot/perl@34643
Marcus Holland-Moritz [Wed, 29 Oct 2008 20:39:43 +0000]
Remove redundant API definitions from '=for apidoc' sections.
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
Nicholas Clark [Wed, 29 Oct 2008 19:41:54 +0000]
make distclean patch from Andy Armstrong.
(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
Nicholas Clark [Wed, 29 Oct 2008 19:34:05 +0000]
Avoid leaving a VAR.txt after testing terminates on any platform where
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
Steve Peters [Wed, 29 Oct 2008 19:21:49 +0000]
Upgrade to CPAN-1.9301.
p4raw-id: //depot/perl@34638
Nicholas Clark [Wed, 29 Oct 2008 16:50:40 +0000]
Upgrade to File::Path 2.06_07. (an e-mail from David)
p4raw-id: //depot/perl@34637
H.Merijn Brand [Wed, 29 Oct 2008 08:31:39 +0000]
One more for Haiku
p4raw-id: //depot/perl@34634
H.Merijn Brand [Wed, 29 Oct 2008 08:18:00 +0000]
Two haiku files to add
p4raw-id: //depot/perl@34631
Ingo Weinhold [Wed, 29 Oct 2008 02:25:44 +0000]
Haiku Port
Message-Id: <
20081029022544.413.1@knochen-vm.localdomain>
p4raw-id: //depot/perl@34630
Nicholas Clark [Tue, 28 Oct 2008 22:14:26 +0000]
Every remaining (HV *) cast in *.c
p4raw-id: //depot/perl@34629
Nicholas Clark [Tue, 28 Oct 2008 21:59:11 +0000]
ss_dup wrapper const casting analagous to change 34626.
p4raw-id: //depot/perl@34628
Nicholas Clark [Tue, 28 Oct 2008 21:12:09 +0000]
Consting in S_find_uninit_var() and the routines that it calls.
p4raw-id: //depot/perl@34627
Nicholas Clark [Tue, 28 Oct 2008 20:56:50 +0000]
Some consting in Perl_ss_dup(), and a few (HV*) casts that can be
(const HV *).
p4raw-id: //depot/perl@34626
Nicholas Clark [Tue, 28 Oct 2008 20:13:55 +0000]
Eliminate (HV *) casts in u*.c.
p4raw-id: //depot/perl@34624
Nicholas Clark [Tue, 28 Oct 2008 20:13:13 +0000]
A gaggle of casts in Perl_sv_magicext() that are (const ?V *).
p4raw-id: //depot/perl@34623
Nicholas Clark [Tue, 28 Oct 2008 20:12:16 +0000]
Two casts that are MUTABLE_?V.
p4raw-id: //depot/perl@34622
Nicholas Clark [Tue, 28 Oct 2008 19:51:07 +0000]
A couple of (COP*)s that can actually be (const COP *)s.
p4raw-id: //depot/perl@34621
Andreas J. Koenig [Tue, 28 Oct 2008 05:11:20 +0000]
installperl patchlet
Message-ID: <87k5btpdef.fsf@k75.linux.bogus>
Date: Tue, 28 Oct 2008 05:11:20 +0100
p4raw-id: //depot/perl@34620
Nicholas Clark [Tue, 28 Oct 2008 18:30:54 +0000]
Add MUTABLE_HV(), and remove (HV *) casts from headers.
p4raw-id: //depot/perl@34619
Nicholas Clark [Tue, 28 Oct 2008 18:29:36 +0000]
Perl_hv_placeholders_get() actually takes a const HV *hv.
p4raw-id: //depot/perl@34618
Tony Cook [Tue, 28 Oct 2008 22:24:05 +0000]
fix for failed Gconvert detection under C++
Message-ID: <
20081028112405.GA14163@mars.tony.develop-help.com>
p4raw-id: //depot/perl@34617
Nicholas Clark [Tue, 28 Oct 2008 11:27:58 +0000]
Upgrade to File::Path 2.06_06. (a diff from David via http)
p4raw-id: //depot/perl@34615
Nicholas Clark [Mon, 27 Oct 2008 22:39:45 +0000]
Correct SvVALID() and SvTAIL() - they are actually const.
p4raw-id: //depot/perl@34613