Re: PDDs, guys.

2002-02-17 Thread Buggs
On Sunday 17 February 2002 17:18, Simon Cozens wrote: > Yes, I'm being an anal retentive asshole. It's my job. Nah, this time you are not ;P On to the pdds ... There seems to be some part missing from pdd2, at the bottom. And this takes care of the dublicate entries in pdd6, as they seem to ha

Re: More speed trials

2001-10-06 Thread Buggs
On Sunday 07 October 2001 01:16, Bryan C. Warnock wrote: [...] > One of the more interesting discoveries?  Adding a 'default:' case to the > switch slowed down the Linux runs by several percent. In that, umh, case: do you have an explanation or could you provide the code? Buggs

Re: Solaris problems with trans.t

2001-09-29 Thread Buggs
warning: statement not reached "basic_opcodes.c", line 270: warning: statement not reached but make test is ok. Leaves OpenVMS. Buggs

Re: Solaris problems with trans.t

2001-09-28 Thread Buggs
On Saturday 29 September 2001 04:45, Gibbs Tanton - tgibbs wrote: > In perl sin(1) != sin(1.0) or in C or in both? > > Also, what version of the OS is this, SunOS 5.8 works fine. Perl equal and C not equal, that is. bash-2.03$ perl -le 'if(sin(1) == sin(1.0)){print "equal"}else{print "not equal"

Solaris problems with trans.t

2001-09-28 Thread Buggs
Hoi, the solaris math functions(sin() ...) do not return the same value as perl when called with an integer. This causes the trans.t to fail. On solaris sin(1) != sin(1.0). Buggs

Re: Cygwin Problems (was: [PATCH assemble.pl] Fix binary values i n bytecode)

2001-09-28 Thread Buggs
7;t know if that's good or bad. Buggs

Re: [COMMIT] Preparation for putting NVs in const_table.

2001-09-26 Thread Buggs
On Thursday 27 September 2001 01:27, Gregor N. Purdy wrote: > On Wed, 26 Sep 2001, Andreas Buggs Hauser wrote: > > On Wednesday 26 September 2001 23:09, Simon Cozens wrote: > > > On Wed, Sep 26, 2001 at 02:18:11PM -0400, Gregor N. Purdy wrote: > > > > I've ju

Re: [COMMIT] Preparation for putting NVs in const_table.

2001-09-26 Thread Buggs
> > the bullets for this commit: > > These are pretty huge changes. Can I get some status reports from > people before we go much further? bitwise.t fails now on freebsd (intel) perl 5.005_03. Buggs

Updated Platforms Status

2001-09-25 Thread Buggs
ok / test fails === iPaq (arm) make ok / test fails (float errs) === Linux (ia64) make ok / test fails === Have fun, Buggs

Re: Docs

2001-09-25 Thread Buggs
ooking in the wrong place or have fixed it. line 135: String and integer constants don't need to be put in a separate Then next paragraph Buggs

Re: Platforms Status

2001-09-24 Thread Buggs
On Monday 24 September 2001 22:59, Buggs wrote: > On Monday 24 September 2001 22:48, Simon Cozens wrote: > > On Mon, Sep 24, 2001 at 10:44:33PM +0200, Buggs wrote: > > > Tru64 > > > make ok / test fails > > > > Can I have some more data on this? Works perf

Re: Quick Test hack for someone

2001-09-24 Thread Buggs
hat and give more detail on why > the test failed. Did the assembler compile to a PBC ok? Did the interpreter > segfault? (This is what usually happens.) Or did something else happen? > > Would make debugging a lot quicker. The hack is to upgrade Test::Harness :) Looks much less wiered. BTW after updating cygwin(1.3.2 -> 1.3.3) it compiles. Buggs

Re: Platforms Status

2001-09-24 Thread Buggs
On Monday 24 September 2001 22:48, Simon Cozens wrote: > On Mon, Sep 24, 2001 at 10:44:33PM +0200, Buggs wrote: > > Tru64 > > make ok / test fails > > Can I have some more data on this? Works perfectly here. The machine from Compaq Testdrive. Compaq Tru64 Unix 5.1(JAVA)

Platforms Status

2001-09-24 Thread Buggs
) make ok / test fails (float errs) === Buggs

Re: Wow.

2001-09-24 Thread Buggs
the interpreter. :) > > Also looks like there are some bugs in the num register handling that need > fixing. :( Just forgotten or is there more to it? Buggs Index: basic_opcodes.ops === RCS file: /home/perlcvs/parrot/basic

Re: Compaq Testdrive

2001-09-22 Thread Buggs
failed, 91.89% okay. make: *** [test] Error 5 Buggs

Re: [PATCH] Configure.pl Parrot dir already exists

2001-09-20 Thread Buggs
Hoi, This doesn't take into account locale. line 211: mkdir("Parrot", 0777) or ( $! =~ /File exists/i or die "Can't make directory ./Parrot: $!"); On Sunday 16 September 2001 21:43, Buggs wrote: > Hoi, > > probably obsolete soon, but s

[PATCH] Configure.pl Parrot dir already exists

2001-09-16 Thread Buggs
Hoi, probably obsolete soon, but still. Buggs Index: Configure.pl === RCS file: /home/perlcvs/parrot/Configure.pl,v retrieving revision 1.5 diff -u -3 -p -r1.5 Configure.pl --- Configure.pl2001/09/15 00:57:42 1.5

[PATCH] Duplicate in Parrot/Opcode.pm

2001-09-15 Thread Buggs
Hoi, Is this a pattern? Buggs Index: Parrot/Opcode.pm === RCS file: /home/perlcvs/parrot/Parrot/Opcode.pm,v retrieving revision 1.3 diff -u -3 -p -r1.3 Opcode.pm --- Parrot/Opcode.pm 2001/09/15 00:57:42 1.3 +++ Parrot/Opcode.pm

Re: [patch] A few fixes to the Jako compiler

2001-09-15 Thread Buggs
Hoi, Just not to lie. Buggs Index: little_languages/jakoc === RCS file: /home/perlcvs/parrot/little_languages/jakoc,v retrieving revision 1.1 diff -u -3 -p -r1.1 jakoc --- little_languages/jakoc 2001/09/15 20:58:05 1.1

Re: PDD 6 (parrot assembly) now in CVS

2001-09-13 Thread Buggs
l considered to be a good thing :-) What else to check? > Anyone care to take a shot at it? I hear there's a good text-processing > language on the net somewhere we could grab and use... ;-) This should spit out the longest duplicate string in a file and give its byte positions in that file. Buggs longdup.pl

Re: PDD 6 (parrot assembly) now in CVS

2001-09-13 Thread Buggs
ot; by Jon Bentley. Listing One is stated to have "found the longest repeated string in the 4,460,056 character's of the King James Bible in about 36 seconds on a 600-MHz Celeron processor". Have fun, Buggs

Re: PDD 6 (parrot assembly) now in CVS

2001-09-13 Thread Buggs
On Wednesday 12 September 2001 17:45, Dan Sugalski wrote: > I just checked PDD 6 into CVS. (parrot/docs/parrot_assembly.pod) Some > changes since last time, so check it out to see what's up. > > Dan Lines 249 to 261 seem to duplicate 2