Re: PPC jit fixes - hopefully

2005-03-03 Thread Leopold Toetsch
Chromatic <[EMAIL PROTECTED]> wrote: > On Thu, 2005-03-03 at 09:30 -0800, chromatic wrote: >> Adding -mregnames to the as call makes it compile for me, but it >> apparently doesn't export the symbol properly: > Ah, here it is. For whatever reason, it doesn't strip the leading > underscore from

Re: [perl #32118] AutoReply: [PATCH] Update of documentation

2005-03-03 Thread Matt Diephouse
What's the status of this patch? It was never applied or commented on. If the tinderbox section is what's holding the patch up, I vote to apply it: that's what CVS is for. -- matt diephouse http://matt.diephouse.com On Mon, 25 Oct 2004 13:38:43 +0200 (CEST), Stepan Roh <[EMAIL PROTECTED]> wrote:

Re: PPC jit fixes - hopefully

2005-03-03 Thread chromatic
On Thu, 2005-03-03 at 09:30 -0800, chromatic wrote: > Adding -mregnames to the as call makes it compile for me, but it > apparently doesn't export the symbol properly: Ah, here it is. For whatever reason, it doesn't strip the leading underscore from the symbol name. (GNU as allows symbols to st

Re: PPC jit fixes - hopefully

2005-03-03 Thread chromatic
On Thu, 2005-03-03 at 17:22 +0100, Olivier Thauvin wrote: > ops/core_ops_switch.c > as -o src/asmfun.o src/asmfun.s > src/asmfun.s: Assembler messages: > src/asmfun.s:6: Error: unsupported relocation against f14 Adding -mregnames to the as call makes it compile for me, but it apparently doesn't

Re: PPC jit fixes - hopefully

2005-03-03 Thread Olivier Thauvin
Le Thursday 3 March 2005 11:56, Leopold Toetsch a écrit : > I've now committed the proposed changes, > see tickets: #32989, #32514, #34072 > > If you have a PPC based box, please give it a try. My ppc box is a Mandrake cooker (devel distro): I ran: Unfortunally, I don't have the C/asm knowledge t

[perl #34325] [TODO] Release 0.2.0

2005-03-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34325] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34325 > Placeholder ticket for Parrot release 0.2.0

[perl #34324] [TODO] Release 0.1.3

2005-03-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #34324] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34324 > Placeholder ticket for Parrot Release 0.1.3

PPC jit fixes - hopefully

2005-03-03 Thread Leopold Toetsch
I've now committed the proposed changes, see tickets: #32989, #32514, #34072 If you have a PPC based box, please give it a try. Thanks, leo

Re: installation process of parrot

2005-03-03 Thread Olivier Thauvin
Le Thursday 3 March 2005 10:14, Leopold Toetsch a écrit : > Olivier Thauvin wrote: > > Le Wednesday 2 March 2005 17:04, Leopold Toetsch a écrit : > >>>blib/lib/libparrot.so => $(LIBDIR)/libparrot.so > >>>whatever/file.pmc => $(PARROTLIBDIR)/whatever/file.pmc > >> > >>Sounds reasonable. What about t

cleanup wanted - dynclasses

2005-03-03 Thread Leopold Toetsch
1) dynclasses/py* emits currently some warnings: - pyint.c:1415 warning: declaration of xxx shadows previous local [ 6 total ] - pylist.pmc:35: warning: declaration of 'index' shadows global declaration [ 6 total ] - same in pystring.pmc PS index is a global libc function, the warnings are prod

Re: installation process of parrot

2005-03-03 Thread Leopold Toetsch
Olivier Thauvin wrote: Le Wednesday 2 March 2005 17:04, Leopold Toetsch a écrit : blib/lib/libparrot.so => $(LIBDIR)/libparrot.so whatever/file.pmc => $(PARROTLIBDIR)/whatever/file.pmc Sounds reasonable. What about the icu files? icu use autotools, maybe let autotools decide, but we should find a

Release 0.1.2 - the plan (was: Release 0.1.12)

2005-03-03 Thread Leopold Toetsch
William Coleda <[EMAIL PROTECTED]> wrote: [ note: slightly modifed version number ;) ] > So Dan's string stuff has been rolled into cvs main (along with a huge > # of leo addon patches...) Yeah. The string stuff has again reached the functionality it had earlier, e.g. printing utf8 strings w

Re: [perl #34314] [PATCH] clean up test suite

2005-03-03 Thread Leopold Toetsch
Bernhard Schmalhofer (via RT) wrote: this is a largish patch that deals with some issues in the test suite. Feedback is very welcome, as there are consequences for future tests. Without having a look at the patch this all sounds very reasonable. I presume it just works, so I'd say: check it in ;)