Re: [PATCH] make pdump's output about debug segment more consistent

2006-12-27 Thread Debian User
I want to be perfect, but, as a result, make more stupid mistakes.

Re: [perl #41154] [PATCH] some cleanup of examples/pasm/stack.pasm

2006-12-31 Thread Debian User
On Sat, Dec 30, 2006 at 09:39:39AM -0800, Bernhard Schmalhofer via RT wrote: > On Sa. 30. Dez. 2006, 01:44:38, [EMAIL PROTECTED] wrote: > > This patch makes code struct and output of examples/pasm/stack.pasm > > more consistent, for example: > > Thanks, applied in revision 16335. > > I also upda

[PATCH] fix wrong $include_path (of parrot) in Makefile.PL

2007-01-01 Thread Debian User
This patch fix the wrong parrot include path, for example: before patch: /home/lee/parrot/workinginclude after patch: /home/lee/parrot/working/include BTW, I'm not sure this is the right way/style to submit this patch. If I'm wrong, please let me know, thanks. Lee Index: Makefile.PL ===