summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-03-30 05:40:24 -0600
committerNicholas Clark <nick@ccl4.org>2005-09-17 16:58:09 +0000
commitc501bbfe1b05f03fd21cc2fb644a5ff26a3f1091 (patch)
treebe28bc6883fe1c75596fbdd1d272c3639270a249 /Porting
parent2802784bd8fa82318a55c2e29fc34eae0ff4cafe (diff)
downloadperl-c501bbfe1b05f03fd21cc2fb644a5ff26a3f1091.tar.gz
Integrate:
[ 24148] Subject: [PATCH] const-eight.diff Message-ID: <20050330174024.GA12167@petdance.com> [ 24178] Don't try to export symbols that don't exist Change #24148 added Perl_rvpv_dup() to the public API, but it is only defined when USE_ITHREADS is defined. Adjust makedef.pl accordingly to keep Win32 happy. p4raw-link: @24178 on //depot/perl: aeef272316a199aeddb8b9a9713adffbef5806b1 p4raw-link: @24148 on //depot/perl: 6867be6d47d7be8fc56705e4b65f064d3eef92b7 p4raw-id: //depot/maint-5.8/perl@25438 p4raw-integrated: from //depot/perl@24178 'merge in' makedef.pl (@23780..) p4raw-integrated: from //depot/perl@24148 'edit in' universal.c (@24074..) op.c (@24096..) dump.c (@24106..) 'merge in' xsutils.c (@24074..) doio.c (@24092..) perl.c (@24094..) embed.fnc (@24095..) mg.c (@24096..) sv.c (@24109..) embed.h global.sym proto.h (@24121..) Porting/Maintainers.pl (@24133..)
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9c7d2e2b72..b4e46bfc12 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -42,7 +42,7 @@ package Maintainers;
'ni-s' => 'Nick Ing-Simmons <nick@ing-simmons.net>',
'p5p' => 'perl5-porters <perl5-porters@perl.org>',
'perlfaq' => 'perlfaq-workers <perlfaq-workers@perl.org>',
- 'petdance' => 'Andy Lester <petdance@cpan.org>',
+ 'petdance' => 'Andy Lester <andy@petdance.com>',
'pmqs' => 'Paul Marquess <pmqs@cpan.org>',
'pvhp' => 'Peter Prymmer <pvhp@best.com>',
'rclamp' => 'Richard Clamp <rclamp@cpan.org>',