[perl #61870] [BUG] [META] Trac system borks authenticated user's privileges

2008-12-30 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #61870] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61870 > I know that committers are not supposed to be opening new tickets in RT, but I am forc

[svn:parrot-pdd] r34684 - trunk/docs/pdds

2008-12-30 Thread allison
Author: allison Date: Tue Dec 30 18:53:27 2008 New Revision: 34684 Modified: trunk/docs/pdds/pdd07_codingstd.pod Log: [pdd] Remove the 'HISTORY' section from expected documentation, as it is no longer used. Be explicit on our policy about author information in individual files. Remove a legacy

Re: [perl #58410] [TODO] Deprecate n_* variants of the math opcodes

2008-12-30 Thread Allison Randal
Will Coleda via RT wrote: On Thu Aug 28 00:03:51 2008, alli...@perl.org wrote: The plan is to make the regular variants (like 'add') create a new destination PMC, and then deprecate the old n_* variants (like 'n_add'). Does this include n_not , n_bnot, and n_bnots ? Yes. The 'not', 'abs',

[perl #61858] SDL library bindings and examples broken

2008-12-30 Thread via RT
# New Ticket Created by Markus Mayr # Please include the string: [perl #61858] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61858 > --- osname= linux osvers= 2.6.26-1-686 arch= i486-linux-gnu-thread-multi cc= cc ---

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-12-30 Thread Reini Urban
Can you assign it to me? 2008/12/30 Reini Urban : > 2008/12/30 James Keenan via RT: >> On Tue May 06 17:56:23 2008, jk...@verizon.net wrote: >>> No. I only figured out how to keep track of files generated during >>> configuration, not during build. We need some of what, IIRC, particle >>> termed

Re: [perl #40817] [TODO] track generated files during the configure/make process

2008-12-30 Thread Reini Urban
2008/12/30 James Keenan via RT: > On Tue May 06 17:56:23 2008, jk...@verizon.net wrote: >> No. I only figured out how to keep track of files generated during >> configuration, not during build. We need some of what, IIRC, particle >> termed "makefile trickery" to keep track of files generated by