Change 34777: Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files

2008-11-08 Thread H . Merijn Brand
Change 34777 by [EMAIL PROTECTED] on 2008/11/08 13:06:53 Subject: Re: [PATCH: Configure/NDBM_File] Add prototype detection for NDBM header files From: Marcus Holland-Moritz [EMAIL PROTECTED] Date: Sat, 8 Nov 2008 09:45:22 +0100 Message-ID: [EMAIL PROTECTED]

Change 34776: Assigning to DEFSV leaks if PL_defgv's gp_sv isn't set.

2008-11-08 Thread Marcus Holland-Moritz
Change 34776 by [EMAIL PROTECTED] on 2008/11/08 12:38:36 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

Change 34778: From change #34775, reverting perlio.c change for now. Also,

2008-11-08 Thread Steve Peters
Change 34778 by [EMAIL PROTECTED] on 2008/11/08 15:51:45 From change #34775, reverting perlio.c change for now. Also, setting the tests to TODO. Affected files ... ... //depot/perl/ext/PerlIO/t/ioleaks.t#2 edit ... //depot/perl/perlio.c#395 edit Differences ...

[SCM] Perl 5 source code branch, maint-5.10, updated. perl-5.10.0-1266-g7b06cce

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, maint-5.10 has been updated via 7b06cce9f517db1c0733152e8b1c03dca669853a (commit) via

[SCM] Perl 5 source code branch, blead, updated. perl-5.10.0-1462-g8657a9a

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, blead has been updated via 8657a9a2e2256e02c471c4460bca1df1d385e4c1 (commit) via

[SCM] Perl 5 source code branch, maint-5.8, updated. perl-5.8.8-1146-g7c0d606

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, maint-5.8 has been updated via 7c0d6067e0b3505af391da75a5bfad060f13f3a4 (commit) via

[SCM] Perl 5 source code branch, p4/maint-5.10/perl, updated. perl-5.10.0-1266-g7b06cce

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, p4/maint-5.10/perl has been updated via 7b06cce9f517db1c0733152e8b1c03dca669853a (commit) via

[SCM] Perl 5 source code branch, master, updated. perl-5.10.0-1462-g8657a9a

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, master has been updated via 8657a9a2e2256e02c471c4460bca1df1d385e4c1 (commit) via

[SCM] Perl 5 source code branch, p4/maint-5.8/perl, updated. perl-5.8.8-1146-g7c0d606

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, p4/maint-5.8/perl has been updated via 7c0d6067e0b3505af391da75a5bfad060f13f3a4 (commit) via

[SCM] Perl 5 source code branch, p4/perl, updated. perl-5.10.0-1432-gf846745

2008-11-08 Thread git
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project Perl 5 source code. The branch, p4/perl has been updated via f8467450c3ffefbf2b0c08f47f48b7caee554b26 (commit) via

Change 34779: Make sure PerlIO::via doesn't leave its old GV's hanging

2008-11-08 Thread Marcus Holland-Moritz
Change 34779 by [EMAIL PROTECTED] on 2008/11/08 18:31:09 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.

Change 34780: Perl_newSVpvf(%lld) is broken

2008-11-08 Thread Marcus Holland-Moritz
Change 34780 by [EMAIL PROTECTED] on 2008/11/09 04:22:15 Subject: Perl_newSVpvf(%lld) is broken From: [EMAIL PROTECTED] Date: Sat, 08 Nov 2008 13:29:57 + Message-Id: [EMAIL PROTECTED] Plus some test cases. Affected files ... ...