How to get Digest::MD5

2001-09-15 Thread Matthew Cline
Perl is from 5.700, from a Mandrake. Thanks in advance. -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: Parrot configure stuff, first stab

2001-09-11 Thread Matthew Cline
On Tuesday 11 September 2001 01:14 am, Simon Cozens wrote: > On Mon, Sep 10, 2001 at 11:42:01PM -0700, Matthew Cline wrote: > > This is a first stab at the configure stuff for Parrot. > Damn, I knew I should have got that mail out last night. Sorry, > Matthew. Well, the au

Parrot configure stuff, first stab

2001-09-10 Thread Matthew Cline
ck for the proper version of Perl (whichever version that might be). I've attached a gziped tar file of configure.in, Makefile.am, plus config/bootsrap. Running config/bootstrap from the top Parrot directory will do all the steps necessary to generate the configure script. --

Re: Math functions? (Particularly transcendental ones)

2001-09-08 Thread Matthew Cline
clueless, but why are "fancy math" operators being included in the opcodes, rather than being callable functions? Does each builtin function have an opcode? -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: PDD 6: Parrot Assembly Language

2001-09-07 Thread Matthew Cline
(PMC, string, integer, or number) How many registers are the going to be per type? Unlimited? -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

RFC archive?

2001-02-20 Thread Matthew Cline
What's the URL for the RFC archive? Thanks in advance. -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: Thought for the day

2001-01-31 Thread Matthew Cline
On Wednesday 31 January 2001 16:03, Dave Storrs wrote: > "I'm sorry for writing you such a long letter; I didn't have time > to write a shorter one." > -- Abraham Lincoln I thought that was a quote by Pascal? -- Matthew Cline

Re: Vtables: what do we know so far?

2001-01-30 Thread Matthew Cline
nce to the XV; this way extensions could handle dereferencing to their data types in weird, special ways. -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: Program lifecycle

2000-08-10 Thread Matthew Cline
t letting C code do the same would be a bad thing). -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: Program lifecycle

2000-08-09 Thread Matthew Cline
equire Foo; Foo->import }) > - an unthreaded and unoptimized optree Isn't there a tree of whatchamacallits between a token stream and the optree, and also a symbol table? I'm not too up on compilers... -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL

Re: RFC: On-the-fly tainting via $^T

2000-08-01 Thread Matthew Cline
On Tue, 01 Aug 2000, Dan Sugalski wrote: > At 11:57 PM 7/31/00 -0700, Matthew Cline wrote: > >Something else which might be useful for tainting would be something like: > > > > taint_var($foo); > > no_taint_var($bar); > > > >With this, any value ass

Re: RFC: On-the-fly tainting via $^T

2000-07-31 Thread Matthew Cline
With this, any value assigned to $foo would become tainted, and any value assigned to $bar would become untainted. Also: my $fh = new FileHandle("trusted_config_file"); $fh->setTrusted(1); Then anything read from $fh wouldn't be tainted, rather than having to unta