[perl #40379] [TODO] investigate use of tools/dev/as2c.pl

2006-09-20 Thread Leopold Toetsch via RT
The plan behind of as2c.pl is and was to create compiler independant machine code for an architecture. masm, gas, nasm, whatever syntax doesn't fit all compilers. Therefore as2c.pl translates gas syntax to a bytestring, which is then used as the asm code. as2c's usage is indeed scarce: when the cod

Re: [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread jerry gay
On 9/20/06, chromatic <[EMAIL PROTECTED]> wrote: On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote: > thanks, applied as r14673, with a minor fix: > > -$print_coda(); > +&print_coda(); I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this case. you're right,

Re: [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread chromatic
On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote: > thanks, applied as r14673, with a minor fix: > > -$print_coda(); > +&print_coda(); I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this case. -- c

[perl #40380] [PATCH] errors on 'make install' - src/pdb.c

2006-09-20 Thread Herbert Poul
# New Ticket Created by "Herbert Poul" # Please include the string: [perl #40380] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40380 > hi, 'make install' failed due to a change in compilers/imcc/parser.h (rev. 14633) whi

[perl #40374] [PATCH] C coda fix in parrot/include

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14676. ~jerry

[perl #40373] [PATCH] C coda fix in parrot/config/gen

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14675. nice work, paul. ~jerry

[perl #40372] [PATCH] C coda fix in parrot/compilers

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14674. ~jerry

[perl #40379] [TODO] investigate use of tools/dev/as2c.pl

2006-09-20 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #40379] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40379 > i'm not sure tools/dev/as2c.pl is used, as the only makefile that calls it isn't generated

[perl #40371] [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14673, with a minor fix: -$print_coda(); +&print_coda(); i'm not sure tools/dev/as2c.pl is used, as the only makefile that calls it isn't generated (config/gen/cpu/i386/Makefile), it's not platform-independent, and the files it generates are committed to the repository. but, t

[perl #40370] [PATCH] code_coda.t update

2006-09-20 Thread Jerry Gay via RT
thanks, applied as r14671. ~jerry

[perl #40375] [PATCH] C coda fix in parrot/config/gen

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40375] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40375 > Hi, It seems I forgot to attach the patch to this email. Many apologies! Here it i

[perl #40377] [PATCH] C coda fix in parrot/examples

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40377] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40377 > Hi, This patch adds the C emacs/vim coda to the C-language files under parrot/exampl

[perl #40374] [PATCH] C coda fix in parrot/include

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40374] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40374 > Hi, This patches all C-language files in parrot/include that require the C emacs/vim

Re: [perl #40364] [PATCH] line endings of perl .t test files

2006-09-20 Thread jerry gay
On 9/19/06, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote: # http://rt.perl.org/rt3/Ticket/Display.html?id=40364 > This patch changes the line endings of the files listed below from dos to unix. thanks, applied by bernhard, r14667. ~jerry

Re: [perl #40360] [PATCH] implement loadlib(NULL)

2006-09-20 Thread Leopold Toetsch
Am Dienstag, 19. September 2006 11:51 schrieb Dmitry Karasik: > > dlopen(NULL,...) on linux returns NULL, and consequently dlsym(NULL,...) > can be used to access shared objects of the main executable. However, on > freebsd dlsym(NULL,...) server somewhat different purpose, and to access > the main

[perl #40373] [PATCH] C coda fix in parrot/config/gen

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40373] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40373 > Hi, This patch adds the C-specific emacs/vim coda to all C-language files under parr

[perl #40371] [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40371] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40371 > Hi, Attached is a patch for tools/dev/as2c.pl which adds a new subroutine print_coda

[perl #40372] [PATCH] C coda fix in parrot/compilers

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40372] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40372 > Hi, This is a patch of all .c and .h files found by t/codingstd/code_coda.t that res

[perl #40370] [PATCH] code_coda.t update

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40370] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40370 > Hi, Attached is a patch for the code_coda.t test. The test now accepts files passed