[perl #65006] mingw32-make realclean doesn't clean everything

2009-04-27 Thread webmas...@cosmicperl.com via RT
Infinoid helped me track the problem down to * being escaped on some of the directories for the cleanup. So things like:- $(PMC_DIR)\*.h Need to be:- $(PMC_DIR)\\*.h Parrot already does this in it's makefile on Win32 so doesn't have this issue. I've attached a patch that fixes things. Lyle

[perl #65006] mingw32-make realclean doesn't clean everything

2009-04-23 Thread webmas...@cosmicperl.com (via RT)
# New Ticket Created by webmas...@cosmicperl.com # Please include the string: [perl #65006] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65006 I've tested and produced these results on:- Vista32, ActivePerl 5.10

[perl #64854] [PATCH] added chdir and $*CWD

2009-04-20 Thread webmas...@cosmicperl.com (via RT)
# New Ticket Created by webmas...@cosmicperl.com # Please include the string: [perl #64854] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64854 Hi, Please find the patch attached. Let me know if you have any

[perl #64856] [BUG] PERL6LIB building @*INC on Windows

2009-04-20 Thread webmas...@cosmicperl.com (via RT)
# New Ticket Created by webmas...@cosmicperl.com # Please include the string: [perl #64856] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64856 In src/builtins/globals.pir the following code builds @*INC from

[perl #64694] [BUG] Rakudo fails to build against parrot r38094

2009-04-14 Thread webmas...@cosmicperl.com (via RT)
# New Ticket Created by webmas...@cosmicperl.com # Please include the string: [perl #64694] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64694 On Vista32 (haven't tested on Linux) the latest Rakudo fails to build