Change 34630: [PATCH] Haiku Port

2008-10-29 Thread H . Merijn Brand
Change 34630 by [EMAIL PROTECTED] on 2008/10/29 08:09:06 Subject: [PATCH] Haiku Port From: Ingo Weinhold [EMAIL PROTECTED] Date: Wed, 29 Oct 2008 02:25:44 +0100 Message-Id: [EMAIL PROTECTED] Affected files ... ... //depot/perl/Configure#710 edit ...

Change 34631: Two haiku files to add

2008-10-29 Thread H . Merijn Brand
Change 34631 by [EMAIL PROTECTED] on 2008/10/29 08:18:00 Two haiku files to add Affected files ... ... //depot/lib/ExtUtils/MM_Haiku.pm#1 add ... //depot/perl/hints/haiku.sh#1 add Differences ... //depot/perl/hints/haiku.sh#1 (text) Index: perl/hints/haiku.sh --- /dev/null

Change 34633: Integrate:

2008-10-29 Thread Nicholas Clark
Change 34633 by [EMAIL PROTECTED] on 2008/10/29 08:22:26 Integrate: [ 32237] Fix up copyright years for files modified in 2007. [ 34599] Integrate: [ 34585] Update copyright years. [ 34586] Update copyright

Change 34634: One more for Haiku

2008-10-29 Thread H . Merijn Brand
Change 34634 by [EMAIL PROTECTED] on 2008/10/29 08:31:39 One more for Haiku Affected files ... ... //depot/perl/lib/ExtUtils/MM_Haiku.pm#1 add Differences ... //depot/perl/lib/ExtUtils/MM_Haiku.pm#1 (text) Index: perl/lib/ExtUtils/MM_Haiku.pm --- /dev/null 2008-10-24

Change 34640: make distclean patch from Andy Armstrong.

2008-10-29 Thread Nicholas Clark
Change 34640 by [EMAIL PROTECTED] on 2008/10/29 19:41:54 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

Change 34642: Remove redundant API definitions from '=for apidoc' sections.

2008-10-29 Thread Marcus Holland-Moritz
Change 34642 by [EMAIL PROTECTED] on 2008/10/29 20:39:43 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. Affected files ... ...

Change 34641: Integrate:

2008-10-29 Thread Nicholas Clark
Change 34641 by [EMAIL PROTECTED] on 2008/10/29 20:32:31 Integrate: [ 34602] Subject: [PATCH: Configure] Fix prototype detection for C++ From: Marcus Holland-Moritz [EMAIL PROTECTED] Date: Sun, 26 Oct 2008 21:41:13 +0100 Message-ID: [EMAIL

Change 34643: Upgrade to PathTools 3.29.

2008-10-29 Thread Nicholas Clark
Change 34643 by [EMAIL PROTECTED] on 2008/10/29 20:49:30 Upgrade to PathTools 3.29. Affected files ... ... //depot/perl/ext/Cwd/Changes#33 edit ... //depot/perl/lib/Cwd.pm#116 edit ... //depot/perl/lib/File/Spec.pm#63 edit ... //depot/perl/lib/File/Spec/Cygwin.pm#25 edit ...

Change 34644: Integrate:

2008-10-29 Thread Nicholas Clark
Change 34644 by [EMAIL PROTECTED] on 2008/10/29 21:18:32 Integrate: [ 34600] No, it's not a const SV* if we subsequently call SvREFCNT_dec() on it. Affected files ... ... //depot/maint-5.10/perl/pad.c#5 integrate Differences ...

Change 34645: Perl_cv_const_sv() takes a const CV *const cv argument.

2008-10-29 Thread Nicholas Clark
Change 34645 by [EMAIL PROTECTED] on 2008/10/29 21:24:54 Perl_cv_const_sv() takes a const CV *const cv argument. Affected files ... ... //depot/perl/embed.fnc#626 edit ... //depot/perl/op.c#1012 edit ... //depot/perl/proto.h#961 edit Differences ... //depot/perl/embed.fnc#626

Change 34646: As Perl_cv_const_sv() now takes a const CV *, use that as the cast for

2008-10-29 Thread Nicholas Clark
Change 34646 by [EMAIL PROTECTED] on 2008/10/29 21:36:17 As Perl_cv_const_sv() now takes a const CV *, use that as the cast for its arguments. Affected files ... ... //depot/perl/dump.c#314 edit ... //depot/perl/pp.c#633 edit ... //depot/perl/sv.c#1564 edit Differences ...

Change 34647: Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.

2008-10-29 Thread Nicholas Clark
Change 34647 by [EMAIL PROTECTED] on 2008/10/29 21:57:34 Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. Affected files ... ... //depot/perl/gv.c#401 edit ... //depot/perl/handy.h#154 edit ... //depot/perl/mg.c#534 edit ... //depot/perl/op.c#1013 edit ... //depot/perl/pad.c#124

Change 34649: Remove redundant (and wrong) prototype for pv_display()

2008-10-29 Thread Marcus Holland-Moritz
Change 34649 by [EMAIL PROTECTED] on 2008/10/29 22:15:33 Remove redundant (and wrong) prototype for pv_display() from its apidoc section. Affected files ... ... //depot/perl/dump.c#315 edit Differences ... //depot/perl/dump.c#315 (text) Index: perl/dump.c ---

Change 34650: Eliminate (AV *) casts in *.c.

2008-10-29 Thread Nicholas Clark
Change 34650 by [EMAIL PROTECTED] on 2008/10/29 22:45:15 Eliminate (AV *) casts in *.c. Affected files ... ... //depot/perl/av.c#137 edit ... //depot/perl/doop.c#204 edit ... //depot/perl/dump.c#316 edit ... //depot/perl/mathoms.c#90 edit ... //depot/perl/mg.c#535 edit ...

Change 34653: Use pvs macros instead of pvn where possible.

2008-10-29 Thread Marcus Holland-Moritz
Change 34653 by [EMAIL PROTECTED] on 2008/10/29 23:04:34 Use pvs macros instead of pvn where possible. Affected files ... ... //depot/perl/doio.c#372 edit ... //depot/perl/doop.c#205 edit ... //depot/perl/dump.c#317 edit ... //depot/perl/gv.c#402 edit ... //depot/perl/mg.c#536 edit ...

Change 34654: Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.

2008-10-29 Thread Nicholas Clark
Change 34654 by [EMAIL PROTECTED] on 2008/10/29 23:20:01 Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. Affected files ... ... //depot/perl/doio.c#373 edit ... //depot/perl/gv.c#403 edit ... //depot/perl/handy.h#155 edit ... //depot/perl/perl.c#882 edit ... //depot/perl/pp.c#637