This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Subject: [PATCH: Configure] Fix prototype detection for C++
authorH.Merijn Brand <merijn@nb09.procura.nl>
Mon, 27 Oct 2008 17:55:14 +0000 (18:55 +0100)
committerH.Merijn Brand <merijn@nb09.procura.nl>
Mon, 27 Oct 2008 17:55:14 +0000 (18:55 +0100)
commitcce04e58b23d5bfe393e989a60e7f73a7ccaa4ba
tree7aca02f1d11aaad6a99a560d4864a2d50e614923
parentac97ac3d4d2b27f38d71bef1e4209dea5291c8bb
Subject: [PATCH: Configure] Fix prototype detection for C++
From: Marcus Holland-Moritz <mhx-perl@gmx.net>
Date: Sun, 26 Oct 2008 21:41:13 +0100
Message-ID: <20081026214113.0a5dc1a3@r2d2>
52 files changed:
U/compline/Csym.U
U/protos/netdbtype.U
U/protos/selecttype.U
U/protos/socksizetype.U
U/threads/d_asctime_r.U
U/threads/d_crypt_r.U
U/threads/d_ctermid_r.U
U/threads/d_ctime_r.U
U/threads/d_drand48_r.U
U/threads/d_endgrent_r.U
U/threads/d_endhostent_r.U
U/threads/d_endnetent_r.U
U/threads/d_endprotoent_r.U
U/threads/d_endpwent_r.U
U/threads/d_endservent_r.U
U/threads/d_getgrent_r.U
U/threads/d_getgrgid_r.U
U/threads/d_getgrnam_r.U
U/threads/d_gethostbyaddr_r.U
U/threads/d_gethostbyname_r.U
U/threads/d_gethostent_r.U
U/threads/d_getlogin_r.U
U/threads/d_getnetbyaddr_r.U
U/threads/d_getnetbyname_r.U
U/threads/d_getnetent_r.U
U/threads/d_getprotobyname_r.U
U/threads/d_getprotobynumber_r.U
U/threads/d_getprotoent_r.U
U/threads/d_getpwent_r.U
U/threads/d_getpwnam_r.U
U/threads/d_getpwuid_r.U
U/threads/d_getservbyname_r.U
U/threads/d_getservbyport_r.U
U/threads/d_getservent_r.U
U/threads/d_getspnam_r.U
U/threads/d_gmtime_r.U
U/threads/d_localtime_r.U
U/threads/d_random_r.U
U/threads/d_readdir64_r.U
U/threads/d_readdir_r.U
U/threads/d_setgrent_r.U
U/threads/d_sethostent_r.U
U/threads/d_setlocale_r.U
U/threads/d_setnetent_r.U
U/threads/d_setprotoent_r.U
U/threads/d_setpwent_r.U
U/threads/d_setservent_r.U
U/threads/d_srand48_r.U
U/threads/d_srandom_r.U
U/threads/d_strerror_r.U
U/threads/d_tmpnam_r.U
U/threads/d_ttyname_r.U