Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-23 Thread Jonathan Worthington
- Original Message - From: "Leopold Toetsch" <[EMAIL PROTECTED]> To: "Jonathan Worthington" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, February 21, 2004 11:51 AM Subject: Re: [PATCH] Re: [perl #25239] Platform-specific files not gr

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-21 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > I've attached a patch which causes stuff in begin.c to be put before the > #include "parrot/parrot.h" line, which fixes up this problem. I don't know > if it's the right thing to do, but it's the best one I could think of. Applied. > Please crea

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-20 Thread Adam Thomason
> -Original Message- > From: Jonathan Worthington [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 2004 4:47 PM > To: [EMAIL PROTECTED] > Subject: Re: [PATCH] Re: [perl #25239] Platform-specific files not > granular enough > > [snip] > > Creating an

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-20 Thread Jonathan Worthington
- Original Message - From: "Leopold Toetsch" <[EMAIL PROTECTED]> To: "Jonathan Worthington" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 7:06 PM Subject: Re: [PATCH] Re: [perl #25239] Platform-specific files not gr

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-19 Thread Leopold Toetsch
Jonathan Worthington <[EMAIL PROTECTED]> wrote: > src\exceptions.c > exceptions.c > c:\documents and settings\jonathan\desktop\pow\parrot\src\exceptions.c(125) > : error C2065: 'SIGQUIT' : undeclared identifier Seems that dumpcore is used from generic/signal.h You could try to create an empty wi

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-19 Thread Jonathan Worthington
- Original Message - From: "Dan Sugalski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 19, 2004 3:10 PM Subject: [PATCH] Re: [perl #25239] Platform-specific files not granular enough > At 8:01 PM + 2/18/04, Adam Thomason via RT wrote: > >A

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-19 Thread Leopold Toetsch
Adam Thomason <[EMAIL PROTECTED]> wrote: [ big patch ] Thanks, applied. leo

Re: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-19 Thread Leopold Toetsch
Adam Thomason wrote: Hopefully in time to make the feature freeze, here's an effort at solving this problem. Looks really good. I've applied it here (with little tweaks in Configure/Step.pm) and it works fine. Testing very much requested, most especially on Darwin and Win32. Yeah. Anyway, I'll

RE: [PATCH] Re: [perl #25239] Platform-specific files not granular enough

2004-02-19 Thread Adam Thomason
> -Original Message- > From: Leopold Toetsch [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 19, 2004 1:00 AM > To: Adam Thomason > Cc: [EMAIL PROTECTED] > Subject: Re: [PATCH] Re: [perl #25239] Platform-specific > files not granular enough > > BTW wha