On 4/13/07, chromatic <[EMAIL PROTECTED]> wrote:
The numbers would be higher if sloccount recognized Parrot code.
I might add that shortly.
-- c
Totals grouped by language (dominant language first):
ansic: 194913 (51.89%)
perl:167865 (44.69%)
I reccently informed the author
Greetings,
On Wed Mar 21 20:49:36 2007, coke wrote:
> The following patch avoids the segfault:
>
> Index: src/io/io.c
> =
> ==
> --- src/io/io.c (revision 17678)
> +++ src/io/io.c (working copy)
> @@ -1325,6 +1325,9 @@
> INTVAL
> P
The numbers would be higher if sloccount recognized Parrot code.
I might add that shortly.
-- c
Totals grouped by language (dominant language first):
ansic: 194913 (51.89%)
perl:167865 (44.69%)
java: 3908 (1.04%)
tcl: 3228 (0.86%)
yacc: 2369 (0.63%)
lex:
On Friday 13 April 2007 09:44, [EMAIL PROTECTED] wrote:
> Log:
> [src/io]
> * prevent segmentation fault when calling poll on null PMC (RT#41894 for
> details)
Hm, every time I fix one of these, I wonder if there's a better place to
prevent it. What's the code flow look like to get to this poi
On Thursday 12 April 2007 09:53, Steve Peters wrote:
> -ansi -pedantic choke on the call to asm() in src/ops/core.ops. This is
> because asm() is gcc-builtin. However, if you use __asm_() instead,
> everything works just fine. The following patch gets Parrot to compile
> just file, although rat
On Thursday 12 April 2007 09:25, Steve Peters wrote:
> Unlike Perl lists, commas are not allowed to be dangling in enum lists.
> The attached patch removes them.
Thanks, applied as r18175.
-- c