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
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
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
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:
$
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
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 <<
> -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
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
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
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
10 matches
Mail list logo