Re: [svn:parrot] r12129 - trunk/src

2006-04-12 Thread Leopold Toetsch
Nicholas Clark wrote: ./src/library.c:*prefix_str = CONST_STRING(interpreter, pwd); I've fixed that one now and the code in c2str.pl verifies that it gets exactly two quote chars. Nicholas Clark leo

Re: [svn:parrot] r12129 - trunk/src

2006-04-11 Thread Leopold Toetsch
On Apr 11, 2006, at 22:48, Nicholas Clark wrote: On Tue, Apr 11, 2006 at 06:15:32PM +0200, Leopold Toetsch wrote: No. Above replaced line was definitely bogus. CONST_STRING is a macro that takes *one* string constant and it has likely to be own it's own line. Ah. Thanks for the explanation

Re: [svn:parrot] r12129 - trunk/src

2006-04-11 Thread Nicholas Clark
On Tue, Apr 11, 2006 at 06:15:32PM +0200, Leopold Toetsch wrote: > > On Apr 7, 2006, at 19:38, Nicholas Clark wrote: > > >>-STRING *fill = CONST_STRING(interpreter, info->flags & > >>FLAG_ZERO ? "0" : " "); > > > > >I think that this change is masking the true bug, > > No. Above replac

Re: [svn:parrot] r12129 - trunk/src

2006-04-11 Thread Leopold Toetsch
On Apr 7, 2006, at 19:38, Nicholas Clark wrote: -STRING *fill = CONST_STRING(interpreter, info->flags & FLAG_ZERO ? "0" : " "); I think that this change is masking the true bug, No. Above replaced line was definitely bogus. CONST_STRING is a macro that takes *one* string constant

Re: [svn:parrot] r12129 - trunk/src

2006-04-07 Thread Nicholas Clark
On Thu, Apr 06, 2006 at 11:23:32AM -0700, [EMAIL PROTECTED] wrote: > Author: bernhard > Date: Thu Apr 6 11:23:31 2006 > New Revision: 12129 > > Modified: >trunk/src/spf_render.c > > Log: > Make some string formating test failures go away under > Linux on i686. > However I have no what had ca