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/
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
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/
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)
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
Done in r30574
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
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