Re: [PATCH] cygwin070patches_5.patch

2008-08-27 Thread Moritz Lenz
Reini Urban wrote: > Moritz Lenz schrieb: >> Reini Urban wrote: >>> My latest patch against the cygwin070patches branch r30596. >> >> applied as 30597 > > Thanks! > And one more. Applied as 30599, as far as it would. Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

[PATCH] cygwin070patches_5.patch

2008-08-27 Thread Reini Urban
Moritz Lenz schrieb: Reini Urban wrote: My latest patch against the cygwin070patches branch r30596. applied as 30597 Thanks! And one more. Add docs/pdds/draft/pdd30_install.pod Fix bf and tcl makefiles -- Reini Urban http://phpwiki.org/ http://murbreak.at/ Index: docs/pdds/draft/pdd30_ins

Re: [PATCH] cygwin070patches_4.patch

2008-08-27 Thread Moritz Lenz
Reini Urban wrote: > My latest patch against the cygwin070patches branch r30596. applied as 30597 Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

[PATCH] cygwin070patches_4.patch

2008-08-27 Thread Reini Urban
My latest patch against the cygwin070patches branch r30596. * Finished implementation of the makefile expansion - "perl-style" * Changed all relevant makefile templates. make fulltest and make codetest has the same few mt-thread and resume errors as always. A new idea: === #IF(darwin)

Re: [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-08-27 Thread Erik Johansen
On my OpenSuse, it looks like this: auto::aio - Does your platform support AIO...wrong signal ..done. So the fact that it exits the loop early, just makes it continue to the "wrong signal" indication, and that marks it as not supported. After all it did not meet the te

[perl #46125] [TODO] Verify that register is in range in PDB_check_condition()

2008-08-27 Thread NotFound via RT
Done in r30574

Re: [perl #58354] [PATCH] for the file "parrot.spec"

2008-08-27 Thread Gerd Pokorra
Hello, it tried the patch in the file 58354-installable_parrot_config.patch under Fedora 7. It works fine. [EMAIL PROTECTED] ~]$ /Anwendungen/gz016/parrot-0.7.0/bin/parrot_config prefix /Anwendungen/gz016/parrot-0.7.0 [EMAIL PROTECTED] ~]$ By applying this patch the two lines with the word "parr

struct and pointer to pointer in ATTR

2008-08-27 Thread NotFound
Hello. The current grammar for ATTR in pmc2c allows declarations of the form: * varname In the perl6multisub pmc we have the attribute candidates_sorted whose intended type is candidate_info **, having two problems: The current grammar allows a single pointer, not a pointer to a pointer. This c