Re: pdd19 comments

2007-11-05 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Mon, 5 Nov 2007 22:05:16 -0500 From: Bob Rogers <[EMAIL PROTECTED]> Date: Mon, 5 Nov 2007 22:00:10 -0500 Definitely a bug; the attached patch seems to fix it. If you would kindly confirm that it works, I'll add a proper tes

Re: pdd19 comments

2007-11-05 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Mon, 5 Nov 2007 22:00:10 -0500 From: François PERRAD <[EMAIL PROTECTED]> Date: Mon, 05 Nov 2007 12:06:39 +0100 >>2) Directive .const with empty string I think it's bug too, I don't understand the limitation : everything ex

Re: pdd19 comments

2007-11-05 Thread Bob Rogers
From: François PERRAD <[EMAIL PROTECTED]> Date: Mon, 05 Nov 2007 12:06:39 +0100 >>2) Directive .const with empty string I think it's bug too, I don't understand the limitation : everything except empty string Francois Definitely a bug; the attached patch seems to fix it. If

Re: pdd19 comments

2007-11-05 Thread François PERRAD
At 17:18 02/11/2007 -0400, you wrote: François PERRAD wrote: just few comments about pdd19 : 1) Directive .namespace .namespace is currently valid, and I understand its behavior as : back to the default It's in the docs for IMCC (docs/imcc/calling_conventions.pod), but not in the calling

Re: pdd19 comments

2007-11-02 Thread Allison Randal
François PERRAD wrote: just few comments about pdd19 : 1) Directive .namespace .namespace is currently valid, and I understand its behavior as : back to the default It's in the docs for IMCC (docs/imcc/calling_conventions.pod), but not in the calling conventions or namespaces PDDs. It c

Re: pdd19 comments

2007-10-30 Thread Allison Randal
Patrick R. Michaud wrote: Just a few comments from a brief review of pdd19: =item 'char constant' Are delimited by single-quotes (C<'>). They are taken to be ASCII encoded. No escape sequences are processed. What exactly does "They are taken to be ASCII encoded" mean here? For example, what