[OT] Parrot Logo

2002-03-19 Thread Andy Wardley
I came across a nice picture of a parrot in New Scientist while riding the train home one night and it inspired me to sketch up a quick parrot logo. By chance, a new version of Photoshop landed on my desk the very next day, giving me the perfect opportunity to dust off the graphics tablet. Here

Re: [OT] Parrot Logo

2002-03-19 Thread Alberto Manuel Brandão Simões
On Tue, 2002-03-19 at 12:13, Andy Wardley wrote: > I came across a nice picture of a parrot in New Scientist while riding > the train home one night and it inspired me to sketch up a quick parrot > logo. By chance, a new version of Photoshop landed on my desk the very > next day, giving me the p

Re: Metadata

2002-03-19 Thread Piers Cawley
Larry Wall <[EMAIL PROTECTED]> writes: > Charles Bunders writes: > : I came across Simon Cozens email > : (http:[EMAIL PROTECTED]/msg08641.html) again > : tonight and it got me thinking... > : > : In Perl 6 are modules compiled down to pbc (Perl byte code) going to also > : create metadata simil

Re: [OT] Parrot Logo

2002-03-19 Thread Robert Eaglestone
Alberto Manuel Brandão Simões wrote: > On Tue, 2002-03-19 at 12:13, Andy Wardley wrote: > > > > http://andywardley.com/parrot/ > Critics: > > 2. Aren't parrots more flashy? Good point -- maybe the logo ought to have bright red, solid green, and lovely blues. But then, I like primary

[DOC PATCH] Small fix to running.pod

2002-03-19 Thread Simon Glover
We can now get usage information for test_parrot without having to grep the source. Simon --- docs/running.pod.oldTue Mar 19 09:57:02 2002 +++ docs/running.podTue Mar 19 09:57:45 2002 @@ -40,7 +40,7 @@ running C. C also has several debugging and tracing flags; see the

Re: [OT] Parrot Logo

2002-03-19 Thread H.Merijn Brand
On Tue 19 Mar 2002 15:42, "Robert Eaglestone"<[EMAIL PROTECTED]> wrote: > > Alberto Manuel Brandão Simões wrote: > > > On Tue, 2002-03-19 at 12:13, Andy Wardley wrote: > > > > > > http://andywardley.com/parrot/ > > Critics: > > > > 2. Aren't parrots more flashy? > > Good point -- mayb

Re: [OT] Parrot Logo

2002-03-19 Thread Leon Brocard
Andy Wardley sent the following bits through the ether: > http://andywardley.com/parrot/ That's a wonderful colour! ;-) Leon -- Leon Brocard.http://www.astray.com/ Nanoware...http://www.nanoware.org/ High message: 9434567. Message

Re: [OT] Parrot Logo

2002-03-19 Thread Mike Lacey
nice... understated, professional Mike - Original Message - From: "Andy Wardley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 12:13 PM Subject: [OT] Parrot Logo > I came across a nice picture of a parrot in New Scientist while riding > the train home one ni

Problem building with 64-bit ints

2002-03-19 Thread David M. Lloyd
My Tinderbox client for 32-bit Solaris + 64-bit ints is entering an infinite loop with this message: > Determining C data type sizes by compiling and running a small C program > (this could take a while): > > Building ./test.c from test_c.in... > > Hmm, I see your chosen INTVAL isn't the same s

[DOC PATCH] Tests.pod tweakage

2002-03-19 Thread Simon Glover
1. There are tests in t/pmc as well as t/op now. 2. Adds a comment about Parrot::Test Simon --- docs/tests.pod.old Tue Mar 19 10:27:52 2002 +++ docs/tests.pod Tue Mar 19 10:38:52 2002 @@ -8,9 +8,17 @@ =head2 How to write a test -First, find an appropriate file in C, or create a new

Various PASM routines

2002-03-19 Thread Clinton A. Pierce
What follows are a collection of PASM routines that I've been using while tinkering with the assembler and parrot. Feel free to use, mutilate, add to, discuss, mock. They are: a tokenizer isalpha and isspace stack routines: sort, replace, peek, reverse a sta

Re: Various PASM routines

2002-03-19 Thread Dan Sugalski
At 11:15 AM -0500 3/19/02, Clinton A. Pierce wrote: > >What follows are a collection of PASM routines that I've been using >while tinkering with the assembler and parrot. Feel free to use, >mutilate, add to, discuss, mock. They are: These are cool, and thank you very much. Mind if I update th

Re: Various PASM routines

2002-03-19 Thread Clinton A. Pierce
At 11:24 AM 3/19/2002 -0500, Dan Sugalski wrote: >At 11:15 AM -0500 3/19/02, Clinton A. Pierce wrote: >> >>What follows are a collection of PASM routines that I've been using while >>tinkering with the assembler and parrot. Feel free to use, mutilate, add >>to, discuss, mock. They are: > >Thes

Re: Various PASM routines

2002-03-19 Thread Leon Brocard
Clinton A. Pierce sent the following bits through the ether: > Actually, if I knew where to look I'd update them myself. :) http://parrotcode.org/examples/ mentions them but I guess we should roll the ideas behind: http:[EMAIL PROTECTED]/msg06001.html into one of the files in docs/... Leon --

[PATCH] Re: Problem building with 64-bit ints

2002-03-19 Thread David M. Lloyd
I forgot to mention there's a patch enclosed. If it doesn't survive formatting, take it out of my previous message. On Tue, 19 Mar 2002, David M. Lloyd wrote: > My Tinderbox client for 32-bit Solaris + 64-bit ints is entering an > infinite loop with this message: > > > Determining C data type si

[PATCH] Re: Problem building with 64-bit ints [APPLIED]

2002-03-19 Thread Dan Sugalski
At 11:45 AM -0600 3/19/02, David M. Lloyd wrote: >I forgot to mention there's a patch enclosed. If it doesn't survive >formatting, take it out of my previous message. Applied, thanks. -- Dan --"it's like this"-

Re: Various PASM routines

2002-03-19 Thread Dan Sugalski
At 4:36 PM + 3/19/02, Leon Brocard wrote: >Clinton A. Pierce sent the following bits through the ether: > >> Actually, if I knew where to look I'd update them myself. :) > >http://parrotcode.org/examples/ mentions them but I guess we should >roll the ideas behind: >http:[EMAIL PROTECTED]/msg

Re: rethinking printf

2002-03-19 Thread Rich Morin
The ListMom for FWP has asked that this thread be removed from that list. Please edit your submissions accordingly. -r -- email: [EMAIL PROTECTED]; phone: +1 650-873-7841 http://www.cfcl.com/rdm- my home page, resume, etc. http://www.cfcl.com/Meta - The FreeBSD Browser, Meta Project, etc.

test_parrot -> parrot

2002-03-19 Thread Simon Cozens
Since we don't have a Parrot directory any more, it's safe to call Parrot parrot. Right? -- Ermine? NO thanks. I take MINE black. - Henry Braun is Oxford Zippy

[Applied] Re: [DOC PATCH] Tests.pod tweakage

2002-03-19 Thread Nicholas Clark
On Tue, Mar 19, 2002 at 10:41:10AM -0500, Simon Glover wrote: > > 1. There are tests in t/pmc as well as t/op now. > 2. Adds a comment about Parrot::Test Thanks, applied Nicholas Clark -- Even better than the real thing:http://nms-cgi.sourceforge.net/

[Applied] Re: [DOC PATCH] Small fix to running.pod

2002-03-19 Thread Nicholas Clark
On Tue, Mar 19, 2002 at 10:11:06AM -0500, Simon Glover wrote: > > We can now get usage information for test_parrot without having to > grep the source. Thanks, applied. Nicholas Clark -- Even better than the real thing:http://nms-cgi.sourceforge.net/

RE: test_parrot -> parrot

2002-03-19 Thread Brent Dax
Simon Cozens: # Since we don't have a Parrot directory any more, it's safe to # call Parrot # parrot. Right? I think so. --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) #define private public --Spotted in a C++ program just before a #include

[PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Melvin Smith
Just in time for 0.0.5 :) We need this. Check it over first. I ran various test cases on it, will write up the test scripts ASAP. Implements the substr with replace variation as per the Perl semantics (I think). I'll commit after the 0.0.4 freeze if it looks correct. It might need another pas

Re: [PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Simon Cozens
Melvin Smith: > Just in time for 0.0.5 :) > I'll commit after the 0.0.4 freeze if it looks correct. Bit late for that; 0.0.4's on CPAN. Release announcement soon. :) -- "Even more amazing was the realization that God has Internet access. I wonder if He has a full newsfeed?" (By Matt Welsh)

Re: [PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Melvin Smith
At 11:53 PM 3/19/2002 +, Simon Cozens wrote: >Melvin Smith: > > Just in time for 0.0.5 :) > > I'll commit after the 0.0.4 freeze if it looks correct. > >Bit late for that; 0.0.4's on CPAN. Release announcement soon. :) *grin*, notice I said 0.0.5 :P -Melvin

Re: [PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Melvin Smith
>Bit late for that; 0.0.4's on CPAN. Release announcement soon. :) Oh yeah, I forgot to sayWHOP! -Melvin

Parrot 0.0.4 is released

2002-03-19 Thread Simon Cozens
So these Kings and Queens entered the thicket, and before they had gone a score of paces they all remembered that the thing they had seen was called a lamppost, and before they had gone twenty more they noticed that they were making their way not through branches but through co

Re: [PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Simon Glover
The description in core.ops is a little terse. How about this: -- Set $1 to the portion of $2 starting at (zero-based) character position $3 and having length $4. Optionally pass in string $5 for replacement. If the length of $5 is different from the length specified in $4

Re: [PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Melvin Smith
At 07:25 PM 3/19/2002 -0500, Simon Glover wrote: > (I can send it as a patch on top of your core.ops patch if you'd prefer). Thanks there mate! I'll patch it in and commit. :) -Melvin

Parrot 0.05: The Adventure Begins

2002-03-19 Thread Jeff
Simon Cozens wrote: >And that is the very end of the adventure of the wardrobe; or at least, >it is for me, and at least for now. I've enjoyed the privilege of >working with and leading a great bunch of developers, but my life is >filling up to the brim and I'm afraid I don't have much time to co

Re: [PATCH] Implement substr S1, I1, I2, S2 and string_replace utils

2002-03-19 Thread Melvin Smith
FYI I committed the new substr op. Need to write the automated test cases for it now... -Melvin

test_parrot => parrot

2002-03-19 Thread Josh Wilmes
Here are some stragglers: ../.cvsignore:test_parrot ../MANIFEST.SKIP:^test_parrot$ ../docs/intro.pod: % ./test_parrot fib.pbc ../test_main.c:fprintf(stderr, "test_parrot: Invalid flag %c used", test_main.c should probably be renamed too. --Josh -- Josh Wilmes ([EMAIL PROTECTED]