Re: PMC_data() harmful?

2007-07-11 Thread chromatic
On Tuesday 10 July 2007 18:37:59 Will Coleda wrote: > Discussion on IRC today about how we can improve the state of the GC > system. One of the things that came up was that perhaps we shouldn't > be poking inside PMC guts outside of src/*pmc/: instead, we should be > using vtable access. > > I cur

Re: [svn:parrot] r19794 - in trunk: compilers/imcc src

2007-07-11 Thread Andy Lester
On Jul 11, 2007, at 5:18 PM, chromatic wrote: That reminds me; what does str_dup() do that strdup() doesn't do, except presumably faster and in such a way that we don't have to maintain it? I don't know. I'm just replicating what the other standalone programs that have their own str_dup

[perl #43655] [PATCH] Make Parrot::Configure method name more self-documenting

2007-07-11 Thread James Keenan via RT
Applied to trunk in r19799.

Re: [svn:parrot] r19794 - in trunk: compilers/imcc src

2007-07-11 Thread chromatic
On Wednesday 11 July 2007 14:41:46 [EMAIL PROTECTED] wrote: > Log: > clean up defintion of str_dup for pbc_merge.c That reminds me; what does str_dup() do that strdup() doesn't do, except presumably faster and in such a way that we don't have to maintain it? -- c

[perl #43803] [PATCH] [CAGE] [TRIVIAL] fix a couple of warnings in languages/tcl

2007-07-11 Thread Will Coleda via RT
Thanks, applied as r19795

[perl #43803] [PATCH] [CAGE] [TRIVIAL] fix a couple of warnings in languages/tcl

2007-07-11 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #43803] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43803 > src/binary.c:328: warning: no previous prototype for 'binary_format_number' src/binary.c:

[perl #43805] [PATCH] [CAGE] replace exit(0)/exit(1) with exit(EXIT_SUCCESS)/exit(EXIT_FAILURE)

2007-07-11 Thread via RT
# New Ticket Created by Mark Glines # Please include the string: [perl #43805] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43805 > C89 apparently added EXIT_SUCCESS and EXIT_FAILURE, because VMS has a different idea of w

[svn:parrot-pdd] r19792 - in trunk: compilers/imcc compilers/pirc/src config/gen/cpu/i386 docs/pdds examples/c languages/cola src src/gc src/io src/ops t/pmc t/src

2007-07-11 Thread particle
Author: particle Date: Wed Jul 11 13:49:04 2007 New Revision: 19792 Modified: trunk/docs/pdds/pdd23_exceptions.pod Changes in other areas also in this revision: Modified: trunk/compilers/imcc/imclexer.c trunk/compilers/imcc/instructions.c trunk/compilers/imcc/main.c trunk/compilers

[svn:parrot-pdd] r19791 - in trunk: docs/pdds languages/lisp

2007-07-11 Thread allison
Author: allison Date: Wed Jul 11 13:42:20 2007 New Revision: 19791 Modified: trunk/docs/pdds/pdd15_object_metamodel.svg (props changed) Changes in other areas also in this revision: Modified: trunk/languages/lisp/LICENSE (props changed) Log: Fixing svn properties.

[svn:parrot-pdd] r19789 - in trunk: . docs/pdds

2007-07-11 Thread allison
Author: allison Date: Wed Jul 11 12:48:01 2007 New Revision: 19789 Added: trunk/docs/pdds/pdd15_object_metamodel.png (contents, props changed) trunk/docs/pdds/pdd15_object_metamodel.svg (contents, props changed) Changes in other areas also in this revision: Modified: trunk/MANIFEST

Re: Add a --ccflags-append option to Configure.pl?

2007-07-11 Thread Joshua Isom
On Jul 11, 2007, at 12:37 PM, Andy Dougherty wrote: On Wed, 11 Jul 2007, Paul Cochrane wrote: To be able to configure parrot to build with icc (the intel C compiler) one currently needs a command line which looks like this: perl Configure.pl --cc=icc --link=icc --ld=icc --ccflags=" -no-gcc"

Re: Add a --ccflags-append option to Configure.pl?

2007-07-11 Thread Andy Dougherty
On Wed, 11 Jul 2007, Paul Cochrane wrote: > To be able to configure parrot to build with icc (the intel C > compiler) one currently needs a command line which looks like this: > > perl Configure.pl --cc=icc --link=icc --ld=icc > --ccflags=" -no-gcc" --ccwarn="-wd269 -Wall -Wcheck > -w2" > > Howe

Add a --ccflags-append option to Configure.pl?

2007-07-11 Thread Paul Cochrane
Hi all, To be able to configure parrot to build with icc (the intel C compiler) one currently needs a command line which looks like this: perl Configure.pl --cc=icc --link=icc --ld=icc --ccflags=" -no-gcc" --ccwarn="-wd269 -Wall -Wcheck -w2" However, the only things which need to be specified h