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: Semantics of vector operations

2004-01-31 Thread Luke Palmer
I wrote: > But I think that literal >> and << are quite nice alternatives for  and >  [1], and if the only think that's holding us back is the bitshift > operators, we should kill them -- turn them into functions or something. > C and C aren't so bad, are they? Or named operators. As in: $

Re: Semantics of vector operations

2004-01-31 Thread Luke Palmer
Austin Hastings writes: > > -Original Message- > > From: Gordon Henriksen [mailto:[EMAIL PROTECTED] > > Austin Hastings wrote: > > > > > OTOH, Robin's concern for how to code when you're stuck with 7 bit > > > ascii on the boot console of a Sun box remains valid, and *I* sure > > > would ra

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: Semantics of vector operations

2004-01-31 Thread Austin Hastings
> -Original Message- > From: Gordon Henriksen [mailto:[EMAIL PROTECTED] > Austin Hastings wrote: > > > OTOH, Robin's concern for how to code when you're stuck with 7 bit > > ascii on the boot console of a Sun box remains valid, and *I* sure > > would rather have a short name available in a

Re: Semantics of vector operations

2004-01-31 Thread Gordon Henriksen
Austin Hastings wrote: OTOH, Robin's concern for how to code when you're stuck with 7 bit ascii on the boot console of a Sun box remains valid, and *I* sure would rather have a short name available in a standard way. Perhaps a solution is a cultural one, that it simply be a point of good style

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