Re: RT Cleanup

2004-01-31 Thread Stephane Peiry
Hi All, Attached here is a list with old entries in RT where you can see the requestor (email address), ticket number, description. If your email address is in there, please give an update or I'll go flagging these as obsolete (unless they are obviously resolved, "patch applied" or else ;) Thanks

Re: [perl #23411] [PATCH] Add drafty ABSTRACT and OVERVIEW to docs/strings.pod

2004-01-31 Thread chromatic
On Tue, 2003-08-19 at 08:47, [EMAIL PROTECTED] (via RT) wrote: > This patch creates ABSTRACT and OVERVIEW sections in docs/strings.pod. > The text is a zero-effort placeholder draft. Thanks, applied. -- c

Re: [perl #24553] [PATCH] missing documentation files in imcc.pod

2004-01-31 Thread chromatic
On Tue, 2003-11-25 at 13:54, Bernhard Schmalhofer wrote: > when checking up on 'imcfaq.pod' I noticed that this file wasn't mentioned > in 'imcc.pod'. > Thus I added 'calling_conventions.pod' and 'imcfaq.pod' to the list of > available documentation. > Additionally I changed some 'IMCC's into 'par

Re: SDL Bindings (in progress)

2004-01-31 Thread chromatic
On Sat, 2004-01-31 at 06:28, Leopold Toetsch wrote: > /Me thinks, that setting colors with the struct doesn't work. I've > change your sample to: > > # blue_color = _new_SDL_Color( 255, 255, 255 ) > .local int blue > .local int red > .local int green > blue = 255 <<

Re: SDL Bindings (in progress)

2004-01-31 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: > Hi all, > There are a couple of bugs, however. First, I had to add some C-type > conversion code to classes/unmanagedstruct.pmc. It's almost certainly > wrong, but without it, I wouldn't have gone as far. enum_type_char was already there, uint8 is the same

SDL Bindings (in progress)

2004-01-31 Thread chromatic
Hi all, Thanks to Leo for fixing up the struct PMCs, I've code that can create a new SDL window and blit a blue rectangle onto it. Animation's not far off now! There are a couple of bugs, however. First, I had to add some C-type conversion code to classes/unmanagedstruct.pmc. It's almost certa