Re: [svn:parrot] r9373 - trunk/config/init/hints

2005-10-07 Thread Joshua Hoblitt
On Fri, Oct 07, 2005 at 03:42:57PM -1000, Joshua Hoblitt wrote: > On Fri, Oct 07, 2005 at 09:34:27AM +0200, Leopold Toetsch wrote: > > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Modified: > > >trunk/config/init/hints/linux.pl > > > Log: > > > Defined _X_OPEN_SOURCE=600 in ccflags t

Re: [svn:parrot] r9373 - trunk/config/init/hints

2005-10-07 Thread Joshua Hoblitt
On Fri, Oct 07, 2005 at 09:34:27AM +0200, Leopold Toetsch wrote: > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Modified: > >trunk/config/init/hints/linux.pl > > Log: > > Defined _X_OPEN_SOURCE=600 in ccflags to fix implicit POSIX function > > declaration warnings when compiling src/

Re: [PATCH] Add BROKEN.pod

2005-10-07 Thread chromatic
On Wed, 2005-10-05 at 23:53 -1000, Joshua Hoblitt wrote: > I attempted to mechanize Pod generation from RT tickets this morning and > ran into what I suspect is a bug in the RT client. Why don't we just > commit BROKEN as is, make a note about it in RELEASE_INSTRUCTIONS, and > plan on moving towa

[perl #37381] Desgres Besad On Lfie Eencrxpeie

2005-10-07 Thread Erick
# New Ticket Created by "Erick" # Please include the string: [perl #37381] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37381 > This transaction appears to have no content

Re: [perl #37308] Parrot gobbles up all the memory

2005-10-07 Thread Leopold Toetsch
On Oct 7, 2005, at 20:52, Andy Dougherty wrote: perl Configure.pl --optimize=-O3 --debugging=0 --cc=gcc --ld=gcc --link=gcc ... Andy slowly please. No --optimize tests yet. Let's first look at plain default build. Intel x86/gcc-3.3.5, built with perl Configure.pl --optimize=

BASIC compiler

2005-10-07 Thread Will Coleda
The BASIC compiler is now (kind of?) working again after the 0.3.0 release. Updates to the new calling conventions. No longer trying to manage the conventions in near-PASM level code. The windows display code is just commented out, but several of the samples in the compiler (inc. conn4, han

Re: [perl #37308] Parrot gobbles up all the memory

2005-10-07 Thread Andy Dougherty
On Thu, 6 Oct 2005, Leopold Toetsch via RT wrote: > Leopold Toetsch wrote: > > > ... When now this pointer (ctx.rctx) is > > declared being 'void *' it should be compatible with any other pointer > > to a structure. > > I've now rewritten the questioanable code to use a (void*) allocation > p

[perl #34258] [TODO] Here documents for PIR

2005-10-07 Thread Bernhard Schmalhofer via RT
> [jonathan - Di 04. Okt 2005, 15:03:03]: > > After a show of demand for here docs on IRC (and leo's approval), I've > now modified to lexer to support them. The syntax for introducing a > heredoc is <<"XXX", and it ends on the line containing (only) XXX. For > example:- > Thanks a lot Jonathan.

Re: [perl #29936] JIT debugging on Cygwin not working

2005-10-07 Thread Nick Glencross
Joshua Gatcomb wrote: --- Joshua Hoblitt via RT <[EMAIL PROTECTED]> wrote: Can you still recreate this issue? I haven't been involved in Parrot development for some time now. When I was involved I was pretty much the only Cygwin user actively participating so it was frustrating not

Re: [svn:parrot] r9373 - trunk/config/init/hints

2005-10-07 Thread chromatic
On Fri, 2005-10-07 at 09:34 +0200, Leopold Toetsch wrote: > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Modified: > >trunk/config/init/hints/linux.pl > > Log: > > Defined _X_OPEN_SOURCE=600 in ccflags to fix implicit POSIX function > > declaration warnings when compiling src/platf

[perl #37372] [TODO] unicode charset classification

2005-10-07 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #37372] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37372 > charset/unicode.c needs implementation of is_ccass / find_cclass, / find_not_cclass

[perl #37371] [TODO] word boundary cclass

2005-10-07 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #37371] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37371 > During opcode cleanup the find_word_boundary opcode ceased to exist (there was no i

Re: [svn:parrot] r9373 - trunk/config/init/hints

2005-10-07 Thread Leopold Toetsch
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Modified: >trunk/config/init/hints/linux.pl > Log: > Defined _X_OPEN_SOURCE=600 in ccflags to fix implicit POSIX function > declaration warnings when compiling src/platform.c. > +if ( $cflags !~ /-D_XOPEN_SOURCE=/ ) { > +# Request visib