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
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
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.
--
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
(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
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
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
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
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
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
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
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
12 matches
Mail list logo