[perl #30997] pdb labels broken in tru64/alpha

2004-08-08 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #30997] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30997 The PDB labels are somehow b0rked in tru64/alpha: (make pdb)

[perl #31000] [PATCH] to go on top of perl #30995

2004-08-08 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31000] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31000 To accommodate even more sizeof() combinations and to avoid duplicate cases

[perl #31018] race condition suspected in t/pmc/threads.t (threads_6.pasm)

2004-08-09 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31018] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31018 tru64/alpha gets a core dump at roughly every tenth run of threads6_pasm.

[perl #31021] [PATCH] IRIX64 ld

2004-08-09 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31021] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31021 Also the ld needs to be CC -64, duh. -- Jarkko Hietaniemi [EMAIL

[perl #31026] Fix generation of src/nci.c to be more efficient

2004-08-09 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #31026] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31026 Right now the master function in nci.c that figures out if we have a thunking

[perl #31029] [PATCH] IRIX64 (big-endian): avoid desperate casts

2004-08-09 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31029] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31029 Things like this (int*)something_not_int just aren't cool. The

[perl #31030] Get access to a class' hierarchy

2004-08-09 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #31030] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31030 We need to provide a way to access and change a class' inheritance hierarchy.

[perl #31031] Need a way to access the namespace of a class object

2004-08-09 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #31031] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31031 We need a way to get a handle on a class object's namespace or, alternately, a

[perl #31032] IRIX64 one remaining bug in nci.t

2004-08-09 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31032] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31032 After the [perl #31029] this one failure remains in IRIX64 (big-endian,

[perl #31036] Switches not stripped out when executing

2004-08-09 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #31036] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31036 When parrot runs it doesn't strip out the switches that it eats from the

[perl #31046] IRIX64 perlnum_36 float output expectation

2004-08-13 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31046] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31046 $ perl -Ilib t/pmc/perlnum.t ... not ok 36 - +- zero # Failed test

[perl #31058] [PATCH] profiling tweaks

2004-08-13 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31058] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31058 - make number of noop calibration rounds relative to the number of

[perl #31064] [PATCH] nail the last IRIX64 nci.t failure (due to unaligned access)

2004-08-13 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31064] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31064 Because this is a family channel I won't publicly comment on the

[perl #31065] [PATCH src/*.c] Clean Up POD in C Files

2004-08-13 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #31065] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31065 Here's a patch that cleans up some POD errors and warnings in C files. -- c

[perl #31059] [PATCH] pointer alignment

2004-08-13 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31059] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31059 I don't think it's fair or correct to claim pointer alignment is four on

[perl #31063] [PATCH] Mention new languages in LANGUAGES.STATUS

2004-08-13 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31063] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31063 Hi, the two new languages 'Span' and 'Parakeet' should be mentioned in

[perl #31060] [PATCH] config.h.in tweaks

2004-08-13 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31060] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31060 The PARROT_BYTEORDER (which is, oddly, unused) probably makes more sense as

[perl #31050] [PATCH] Exception handling bugfix on failed delegation

2004-08-13 Thread via RT
# New Ticket Created by Felix Gallo # Please include the string: [perl #31050] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31050 Synopsis: in CVS as of Tue Aug 10 17:30:52 EDT 2004, the

[perl #31061] [PATCH] parrot_coverage.pl

2004-08-13 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #31061] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31061 Hi, I found tools/dev/parrot_coverage.pl in freshly updated cvs tree to

[perl #31119] [PATCH] portability tweak for config/gen/platform/generic/math.c

2004-08-14 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #31119] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31119 Doesn't help for the IRIX64 t/pmc/perlnum_36.pasm problem but at least

[perl #31112] [PATCH] Add --include directive to pmc2c2.pl

2004-08-14 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31112] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31112 Hello, the attached patch adds a --include command line options specifying

[perl #31113] [PATCH] Parrot_load_bytecode fixes

2004-08-14 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31113] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31113 Hello, this patch allows calling Parrot_load_bytecode when there is no active

[perl #31114] [PATCH] Dynext functions

2004-08-14 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31114] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31114 Hello, I am not sure about this patch. It splits part of Parrot_load_lib into

[perl #31115] [PATCH] Vtable manipolation functions

2004-08-14 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31115] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31115 Hello, this patch adds two functions to the extension interface: void

[perl #31124] [PATCH] Small build fix

2004-08-15 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31124] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31124 Hello, the attached patch allows building hwere the filesystem does not allow

[perl #31125] [PATCH[ More dynpmc fixes

2004-08-15 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31125] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31125 Hello, this patch: 1) removes the necessity of having #define enum_class_Foo

[perl #31128] Infinite loop in key_string

2004-08-15 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #31128] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31128 --- osname= linux osvers= 2.4.21-1.1931.2.382.entsmp arch=

[perl #31133] [TODO] Run different run cores inside Test.pm

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31133] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31133

[perl #31134] [TODO] Unicode properties tables

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31134] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31134 Find a decent way of including Unicode properties tables. (Not for the

[perl #31135] [TODO] non-ASCII encoding vtables

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31135] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31135 Fill in vtables for non-ASCII encodings: UTF-8, UTF-16, UTF-32, etc. (From

[perl #31136] [TODO] Replace configure with miniparrot

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31136] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31136 Long term, Configure system should be replaced with a bootstrapping

[perl #31137] [TODO] Configure - Valgrind test target

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31137] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31137 Valgrind test target on supporting platforms (From TODO file)

[perl #31138] [TODO] Configure - dependencies fix

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31138] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31138 Short term, fix the dependencies (eg, more needs to depend on classes/*)

[perl #31139] [TODO] Configure - lib creation for pbc2c2.pl

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31139] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31139 Platform-independent library creation for pbc2c2.pl extensions (From the

[perl #31141] [TODO] opcodes - mark branch arguments

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31141] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31141 Mark branch arguments in ops files, e.g. addr/constaddr INT instead of in/inconst

[perl #31142] [TODO] Interpreter - combine dynamic op lib cores

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31142] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31142 Combine dynamic op lib cores. (From the TODO file)

[perl #31143] [TODO] Interpreter - share MMD tables

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31143] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31143 Make the MMD tables shareable between interpreters for faster startup.

[perl #31144] [TODO] Interpreter - exec spawn should split own args

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31144] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31144 Have exec and spawn split up their command-line arguments, rather than

[perl #31145] [TODO] Assembler - Debugging and source line # info.

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31145] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31145 Debugging and source line number info (From the TODO file)

[perl #31146] [TODO] Stability - purify, valgrind, etc.

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31146] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31146 Purify, Valgrind, and other memory badness detectors (From the TODO file)

[perl #31147] [TODO] metadata in bytecode

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31147] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31147 Bytecode Metadata (source line number info, symbol table) (From the

[perl #31148] [TODO] Documentation - out of date

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31148] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31148 Update docs and pdds to reflect current state. (From the TODO file)

[perl #31150] [TODO] Debugger - commands history and completion

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31150] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31150 Add commands history and completion (from the TODO file)

[perl #31151] [TODO] Strings - Automate string vtable generation

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31151] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31151 Automate string vtable generation (From the TODO file)

[perl #31149] [TODO] Documentation - parrotguts hard

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31149] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31149 Parrotguts currently too difficult to approach (From the TODO file)

[perl #31152] [TODO] Regexp - case folding

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31152] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31152 Implement case folding (From TODO file)

[perl #31153] [TODO] RegExp - More Speed!

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31153] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31153 More speed! (From the TODO file)

[perl #31154] [TODO] pdump - Dumping constants shouldn't unpack the constants

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31154] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31154 Dumping constants shouldn't unpack the constants, but just print out the

[perl #31155] [TODO] Performance - Mo' betta benchmarks

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31155] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31155 Mo' betta benchmarks (From the TODO file)

[perl #31156] [TODO] Performance - Add profiling build options

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31156] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31156 Add profiling build options (From the TODO file)

[perl #31157] [TODO] Add new benchmarks to tinderbox

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31157] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31157 Add the above to tinderbox From the TODO file

[perl #31158] [TODO] Add profiling build options to tinderbox

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31158] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31158

[perl #31159] [TODO] Debugger - Load the commands from a file

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31159] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31159 Load the commands from a file (From the TODO file)

[perl #31160] [TODO] Make breakpoints at labels

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31160] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31160 Make breakpoints at labels (From the TODO file)

[perl #31161] [TODO] Debugger - Read core dumps

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31161] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31161 Read core dumps (From the TODO file)

[perl #31162] [TODO] Debugger - Attach to a running program

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31162] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31162 Attach to a running program (From the TODO file)

[perl #31163] [TODO] Debugger - List breakpoints

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31163] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31163 List breakpoints (From the TODO file)

[perl #31164] [TODO] Debugger - Handle restart opcodes

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31164] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31164 Handle restart opcodes (From the TODO file)

[perl #31165] [TODO] Jit - More instructions needed!

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31165] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31165 More instructions needed! (from the TODO file)

[perl #31166] [TODO] JIT - Make it work on more architectures

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31166] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31166 Make it work on more architectures (from the TODO file)

[perl #31167] [TODO] Platforms - Provide own library functions

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31167] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31167 Provide own library functions e.g. snprintf for poor platforms. (From the TODO

[perl #31168] [TODO] IO - Async IO

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31168] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31168 Async IO (From the TODO file)

[perl #31169] [TODO] IO - Layer handling

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31169] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31169 Layer handling (From the TODO file)

[perl #31170] [TODO] IO - Socket IO

2004-08-15 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31170] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31170 Socket IO (From the TODO file)

[perl #31178] [TODO] IO - Give it a full going-over

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31178] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31178 Full going-over to make sure it works (From the TODO file)

[perl #31179] [TODO] IO - Documentation

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31179] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31179 Docs! (From the TODO file)

[perl #31180] [TODO] Strings - user iterators where applicable

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31180] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31180 Use string iterators where applicable. (From the TODO file)

[perl #31181] [TODO] Strings - character class properties testing

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31181] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31181 Implement character class properties testing (for regular expressions)

[perl #31182] [TODO] Vtables - PythonInteger/String/Object

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31182] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31182 PythonInteger/String/Object? (from the TODO file)

[perl #31183] [PATCH] New TODO file

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31183] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31183 Now that all the TODO items are in RT, here's a new, shortened TODO file: -- All

[perl #31186] [PATCH] Various pod nits

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31186] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31186 Nothing serious, just trying to clean up a few nits in assorted POD. Index:

[perl #31197] literal.t

2004-08-16 Thread via RT
# New Ticket Created by Danny Werner # Please include the string: [perl #31197] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31197 Hi bugtracker, Examples from the 2th aoudad book (page 127) did not turn out as

[perl #31208] dynclasses/README's instructions fail on OS X

2004-08-17 Thread via RT
# New Ticket Created by Nicholas Clark # Please include the string: [perl #31208] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31208 --- osname= darwin osvers= 7.3.0 arch= darwin-64int-2level cc= ccache

[perl #31209] nci_test.o needs compiling with position independant code

2004-08-17 Thread via RT
# New Ticket Created by Nicholas Clark # Please include the string: [perl #31209] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31209 --- osname= linux osvers= 2.6.6 arch= x86_64-linux-thread-multi cc= cc

[perl #31229] [PATCH] Missed pod nit in build_tools/c2str.pl

2004-08-18 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31229] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31229 Index: build_tools/c2str.pl

[perl #31260] CVS fails to build on ia64-linux

2004-08-21 Thread via RT
# New Ticket Created by Duraid Madina # Please include the string: [perl #31260] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31260 --- osname= linux osvers= 2.4.25-dsa-itanium-smp arch=

[perl #31268] [PATCH] Dynamic library with multiple PMCs

2004-08-21 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31268] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31268 Hello, as promised with this patch: pmc2c2 ... --library foo --c

[perl #31269] [PATCH] More packgile dixes

2004-08-21 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31269] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31269 Hello, this patch fixes some problems with previous week's patch: it allowed

[perl #31270] [PATCH] add test for op 'does'

2004-08-21 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31270] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31270 Hi, I have been adding tests for the op 'does' in most of the PMC test

[perl #31292] [PATCH classes/unmanagedstruct.pmc] Don't Share Nested Structs Across Parents

2004-08-23 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #31292] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31292 Hi there, This test case and patch demonstrates and fixes a problem where *Structs

[perl #31285] [PATCH] first step in implementing a SCons base build

2004-08-23 Thread via RT
# New Ticket Created by Matt Fowles # Please include the string: [perl #31285] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31285 All~ This patch is an early step in getting a scons based build system for

[perl #31302] NCI GC issues

2004-08-23 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #31302] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31302 Current CVS parrot looks to be losing track of NCI PMCs. Once a DOD run goes

[perl #31346] [PATCH] tests and fixes for Undef PMC

2004-08-26 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31346] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31346 This patch adds some test for the Undef PMC. The vtable function

[perl #31379] [PATCH] Implement Parrot_call_method

2004-08-28 Thread via RT
# New Ticket Created by Mattia Barbon # Please include the string: [perl #31379] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31379 Hello, this patch implements Parrot_call_method (with test). It also adds a

[perl #31397] [PATCH] get_bool and get_string for ParrotLibrary

2004-08-30 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31397] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31397 Hi, I found following vtable functions for the PMC ParrotLibrary to be

[perl #31398] [PATCH] Make Parrot_dlopen aware of DYLD_LIBRARY_PATH on OS X

2004-08-30 Thread via RT
# New Ticket Created by Matt Kennedy # Please include the string: [perl #31398] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31398 The current implementation of Parrot_dlopen on OS X doesn't check

[perl #31419] PATCH: Fix for solaris platform asctime_r argument number mismatch

2004-09-01 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #31419] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31419 On Solaris 8, asctime_r takes 3 parameters instead of 2. The prototype

[perl #31423] [PATCH] two tests for NCI

2004-09-01 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31423] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31423 Hi, this patch adds two tests to t/pmc/nci.t. The first new test

[perl #31424] PATCH: Fix for parrot linking issue on Solaris 8

2004-09-01 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #31424] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31424 The attached patch fixes the solaris hints file to force the use of 'c++'

[perl #31443] [PATCH] Configure.pl check for gcc is out of order.

2004-09-04 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #31443] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31443 Currently, Configure.pl checks if your compiler is gcc before it determines

[perl #31446] [BUG] perl Configure failure - gcc

2004-09-04 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #31446] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31446 $ perl Configure.pl --verbose-step=gcc ... cc -L/usr/local/lib test.o -o

[perl #31447] [PATCH] POD and coding standard in src/nci_test.c

2004-09-04 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31447] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31447 Hi, this patch adds a POD section on top of 'src/nci_test.c'. I also

[perl #31493] Overlapping memory corruption

2004-09-09 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #31493] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31493 --- osname= linux osvers= 2.4.21-1.1931.2.382.entsmp arch=

[perl #31537] add set_pointer method to the UnManagedStruct PMC

2004-09-12 Thread via RT
# New Ticket Created by Stephane Peiry # Please include the string: [perl #31537] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31537 This patch adds the set_pointer method to the UnManagedStruct PMC. This is

[perl #31539] fix 'make shared' target

2004-09-12 Thread via RT
# New Ticket Created by Stephane Peiry # Please include the string: [perl #31539] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31539 While trying to use parrot shared lib, was getting an undefined symbol:

[perl #31550] [TODO] Add imcc docs to the website

2004-09-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31550] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31550 matt wishes http://parrotcode.org/docs included the imcc docs (from #parrot)

[perl #31554] [TODO] Opcodes - Mark IN/OUT register usage of ops

2004-09-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31554] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31554 Opcodes - Mark IN/OUT register usage of ops. This is mainly for stack push/pop

[perl #31573] Bus Error from compreg/compile

2004-09-15 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #31573] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31573 --- osname= darwin osvers= 7.0 arch= darwin-thread-multi-2level cc=

[perl #31590] [PATCH] additional tests int/pmc/nci.t

2004-09-15 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #31590] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31590 Hi, this patch adds two tests to t/pmc/nci.t. One test retrieves a

[perl #31591] [PATCH] Parrot_new() doc update

2004-09-15 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #31591] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31591 The interface has been modified but not reported everywhere. Patch attached.

<    3   4   5   6   7   8   9   10   11   12   >