Re: Making PMCs

2004-06-13 Thread Matt Fowles
Nicholas~ I will try to answer what I can, based on my current experience making those array PMCs. Nicholas Clark wrote: a data pointer which I can use. I am always responsible for freeing anything there(?) and to do this I need to set the active destroy flag(?) This flag is not the same as th

[perl #30252] [PATCH] work on languages/Makefile

2004-06-13 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #30252] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30252 > Hi, I have been looking into languages/Makefile and tried to update and beau

Making PMCs

2004-06-13 Thread Nicholas Clark
I'm trying to work out how to make PMCs. I'm not finding much documentation, and I'm not sure what I'm missing. Particularly I'm trying to work out where I'm allowed to store data, and what flags I might have to set A basic PMC appears to contain flags of which 8 are private so I could us

[perl #30245] [PATCH] Resizable*Array pmcs

2004-06-13 Thread via RT
# New Ticket Created by Matt Fowles # Please include the string: [perl #30245] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30245 > All~ This patch adds Resizable*Array pmcs as the counterparts to Fixed*Array pmcs.