Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread William Coleda
Here's the sample from the perldoc: .sub _some # store the config data into $P0 $P0 = _config() # Retrieve and print a key $P1 = $P0["cc"] print "Your C compiler is " print $P1 print "\n" .end .include "library/config.imc" Which, when run on m

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread Adrian Lambeck
This might be it - how do I access the data ? Am Sonntag, 6. MÃrz 2005 20:13 schrieb Will Coleda via RT: > Whoops, had already cd'd... > > it's actually in 'runtime/parrot/library/config.imc' > > Is this what you're looking for? > > William Coleda wrote: > > Already exists. > > > > perldoc parrot

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread William Coleda
Whoops, had already cd'd... it's actually in 'runtime/parrot/library/config.imc' Is this what you're looking for? William Coleda wrote: Already exists. perldoc parrot/library/config.imc Regards. Lambeck (via RT) wrote: # New Ticket Created by Lambeck # Please include the string: [perl #34356] #

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread William Coleda
Already exists. perldoc parrot/library/config.imc Regards. Lambeck (via RT) wrote: # New Ticket Created by Lambeck # Please include the string: [perl #34356] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34356 > It would b

Re: [RELEASE] Parrot 0.1.2 "Phoenix" Released!

2005-03-06 Thread Alberto Manuel Brandao Simoes
Ok, this might be useless, but maybe you like to know: All tests successful, 1 test and 64 subtests skipped. Files=135, Tests=2252, 798 wallclock secs (299.99 cusr + 96.80 csys = 396.79 CPU) On a PIII 1Ghz/256MB RAM, running Slackware Linux Cheers, Alberto Leopold Toetsch wrote: On behalf of the

[perl #34356] Module to query parrot-config

2005-03-06 Thread via RT
# New Ticket Created by Lambeck # Please include the string: [perl #34356] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34356 > It would be nice to have a module that returns the installed parrot config. Other applicatio

[RELEASE] Parrot 0.1.2 "Phoenix" Released!

2005-03-06 Thread Leopold Toetsch
On behalf of the Parrot team I'm proud to announce the release of Parrot 0.1.2. What is Parrot? Parrot is a virtual machine aimed at running Perl6 and other dynamic languages. Parrot 0.1.2 contains a lot of new stuff: - New string handling code. Strings now have charset and encoding - Parts of a ge

[RELEASE] 0.1.2 - almost done

2005-03-06 Thread Leopold Toetsch
CVS is tagged, tarball is on the way to pause. leo

Current MSWin32 (WinXP, VC++ 7.1) Test Results

2005-03-06 Thread Ron Blaschke
Here are the current test results on my WinXP, VC++ 7.1 box. Failed TestStat Wstat Total Fail Failed List of Failed --- t\dynclass\gdbmhash.t13 332813 13 100.00% 1-13 t\dynclass\pybuiltin.t6

Re: [perl #34178] [PATCH][MSWin32] Add gpm linkage and minor cleanup

2005-03-06 Thread Ron Blaschke
Ron Blaschke wrote: > Leopold Toetsch wrote: >> Ron Blaschke <[EMAIL PROTECTED]> wrote: >>> - adds correct linkage for gpm >>> Some tests fail, though >>> t\pmc\bigint.t 12 307221 12 57.14% 5-10 13-15 18 20-21 >> Is there any indication what's going wrong? > Not yet, but I'

Re: [perl #34352] [PATCH] Tru64: strip the strip

2005-03-06 Thread Leopold Toetsch
Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > The ld -s flag caused all symbol information to be stripped from > the libraries, which caused all the Python dynclass tests to fail. > (The -s can be used in Perl 5 since the XS builds up a separate > "symbol table".) Patch attached. Thanks, applie

Re: [perl #34351] [PATCH] garbage characters in a comment

2005-03-06 Thread Jarkko Hietaniemi
Leopold Toetsch via RT wrote: > Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > > >>Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of >>a header file. Non-fatal but probably not intended, either. Patch >>attached. > > > $ file noa0.pat.gz > noa0.pat.gz: data > > Please resen

[RELEASE] 0.1.2 - starting

2005-03-06 Thread Leopold Toetsch
Please no more checkins. Thanks, leo

Re: [perl #34351] [PATCH] garbage characters in a comment

2005-03-06 Thread Leopold Toetsch
Jarkko Hietaniemi <[EMAIL PROTECTED]> wrote: > Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of > a header file. Non-fatal but probably not intended, either. Patch > attached. $ file noa0.pat.gz noa0.pat.gz: data Please resend, thanks leo

[perl #34352] [PATCH] Tru64: strip the strip

2005-03-06 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #34352] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34352 > The ld -s flag caused all symbol information to be stripped from the libraries, wh

[perl #34351] [PATCH] garbage characters in a comment

2005-03-06 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #34351] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34351 > Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of a header file.