win32-x86-cl Test Results

2004-05-19 Thread Ron Blaschke
Just to let people know how things are going on win32-x86-cl13.10.3077. All tests successful, 3 tests and 60 subtests skipped. Files=104, Tests=1542, 278 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Ron

[perl #29738] [PATCH] PARROT_API Generic

2004-05-19 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #29738] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=29738 > Here's the first step for the PARROT_API stuff. This patch introduces PARROT_API wit

Re: Parrot_find_global

2004-05-19 Thread Dan Sugalski
At 11:47 AM +0200 5/19/04, Jens Rieks wrote: Hi, I've added src/global.c and include/parrot/global.h which contains PMC *find_global(Parrot_Interp interpreter, STRING *class, STRING *globalname) The code is taken from object.c, where a note stated that it is ought to be an public function. Parrot_s

[CVS ci] IO stuff

2004-05-19 Thread Leopold Toetsch
I've put in some changes to io: - interface to query existing layers - move various things around Not much yet. But: IO does currently translates to/from utf8 by default, so we need some tweaking here: Proposal: - create a new string layer that does this {en,de}coding - change the prototypes of

Parrot_find_global

2004-05-19 Thread Jens Rieks
Hi, I've added src/global.c and include/parrot/global.h which contains PMC *find_global(Parrot_Interp interpreter, STRING *class, STRING *globalname) The code is taken from object.c, where a note stated that it is ought to be an public function. Parrot_store_global is missing ATM, but I'll add