Re: Web info for perl6

2002-06-22 Thread Robert Spier
H.Merijn Brand writes: >http://www.perl.org/perl6 is a bit behind. Anyone care to update and include >apo-5? And Damian's tour info. I've added Apoc 5. Patches for tour info welcome. -R

Re: .include directive for new assembler

2002-06-22 Thread brian wheeler
On Sat, 2002-06-22 at 20:12, Jeff wrote: > brian wheeler wrote: > > > > Its not backwards, it does the right thing. > > Okay, I believe you now :) I was thinking that the insert was done at > the beginning of the -file-, not the insertion point of the file. If you > haven't committed, feel free

[netlabs #726] -fno-strict-aliasing (fwd)

2002-06-22 Thread via RT
# New Ticket Created by Josh Wilmes # Please include the string: [netlabs #726] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=726 > --- Forwarded Message Date:Tue, 11 Jun 2002 15:21:06 +0100 From:Nicholas

Re: .include directive for new assembler

2002-06-22 Thread Jeff
brian wheeler wrote: > > Its not backwards, it does the right thing. Okay, I believe you now :) I was thinking that the insert was done at the beginning of the -file-, not the insertion point of the file. If you haven't committed, feel free to do so. I shouldn't have stuck my nose in :) > The

Re: .include directive for new assembler

2002-06-22 Thread brian wheeler
On Sat, 2002-06-22 at 13:06, Jeff wrote: > Clinton A Pierce wrote: > > > > At 09:37 PM 6/21/2002 -0500, brian wheeler wrote: > > >I've implemented a .include directive for the new assembler. It > > >basically changes the preprocessor to shift through the source file, and > > >when an include is

Re: .include directive for new assembler

2002-06-22 Thread Jeff
Clinton A Pierce wrote: > > At 09:37 PM 6/21/2002 -0500, brian wheeler wrote: > >I've implemented a .include directive for the new assembler. It > >basically changes the preprocessor to shift through the source file, and > >when an include is found, the included file is unshifted to the > >begin

Re: .include directive for new assembler

2002-06-22 Thread Clinton A. Pierce
At 09:37 PM 6/21/2002 -0500, brian wheeler wrote: >I've implemented a .include directive for the new assembler. It >basically changes the preprocessor to shift through the source file, and >when an include is found, the included file is unshifted to the >beginning. To the beginning? Do we have