[perl #19143] Another GC bug?

2002-12-14 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #19143] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19143 > I've managed to track down the cause of the failure of at least one of the properties

[perl #19163] configure probe for va_list*

2002-12-15 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #19163] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19163 > I'm a little confused by the va_list* stuff for sprintf*. At one point, people were saying

[perl #19179] [PATCH] creating string_max_bytes()

2002-12-16 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19179] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19179 > This patch (1) Creates a string_max_bytes() function, as described in docs/st

[perl #19183] languages/perl6/t/compiler.t -- multiple ways to spell "Inf"

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19183] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19183 > On Solaris 8, with Sun's Workshop Compiler, using Sun's supplied 5.00503, I get the fo

[perl #19184] languages/perl6/t/rx/call test error

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19184] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19184 > On Solaris 8, with Sun's Workshop Compiler, using Sun's supplied 5.00503, I get the fo

[perl #19185] jako not perl-5.00503-compatible

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19185] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19185 > Here's what I get running 'make languages' with perl-5.00503: cd jako && make && cd .

[perl #19187] t/src/sprintf errors with 64-bit ints:

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19187] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19187 > On Solaris 8, with Sun's Workshop Compiler, using 64-bit long longs as INTVAL, I get

[perl #19188] t/pmc/pmc test failure with 64-bit INTVALs

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19188] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19188 > On Solaris 8, with Sun's Workshop Compiler, using 64-bit long longs as INTVAL, I get

[perl #19189] t/pmc/perlhash fails with gcc-2.95.4 or gcc-2.8.1 on SPARC

2002-12-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19189] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19189 > On a Debian/SPARC system with gcc-2.95.4, and on a Solaris/SPARC system with gcc-2.8.1

[perl #19191] [PATCH] creation of string_nprintf()

2002-12-16 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19191] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19191 > This patch creates a string_nprintf(), as described in docs/strings.pod. Specifica

[perl #19192] JIT fails 3 tests on AMD K5

2002-12-16 Thread via RT
# New Ticket Created by The RT System itself # Please include the string: [perl #19192] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19192 > I can build parrot fine on my FreeBSD box. I can re-run the tests fine with /usr

[perl #19227] [PATCH] Unintialized buffer causes GC to fail in t/src/sprintf.t on Win32.

2002-12-17 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19227] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19227 > In headers.c version 1.18, the code initializing interpreter->arena_base->extra_buffer_he

[perl #19229] [PATCH] config/auto/jit.pl - missing cc_clean

2002-12-17 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19229] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19229 > The JIT config test is not cleaning up after itself, causing sporadic failures of the nex

[perl #19230] [PATCH] classes/*.h not cleaned up by `make clean`

2002-12-17 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19230] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19230 > The 'clean' target in the classes makefile is only removing 'default.h'; it should remove

[perl #19232] [PATCH] UINTVAL_SIZE is not defined

2002-12-17 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19232] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19232 > In parrot.h (revision 1.45 2002-08-07), macros were defined to eliminate warnings during

[perl #19286] Jako/imcc dependency problems.

2002-12-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19286] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19286 > Starting with a fresh checkout today (19/Dec/2002), I get the following error when I t

[perl #19291] languages/jako/examples/life: Unknown signature type

2002-12-19 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #19291] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19291 > Running ./parrot languages/jako/examples/life.pbc gives (once you apply my excepti

[perl #19328] bug/feature (?) in perlarray of perlarrays

2002-12-21 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19328] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19328 > Hi there, While trying to use a PerlArray of PerlArrays (guess why? :-) ), I ran into

[perl #19331] [PATCH]befunge 0.1.0 released

2002-12-21 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19331] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19331 > Thanks to Leo who fixed the bug when setting a list of lists element, the befunge inte

[perl #19332] [PATCH] mark PMCs w/o next_for_GC

2002-12-21 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #19332] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19332 > I'll send this first to the list for review. This patch changes mark_used(PMC *) so

[perl #19334] [PATCH] PARROT_GC_DEBUG=1 failures

2002-12-21 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #19334] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19334 > Trying to run parrot with the PARROT_GC_DEBUG environment variable set to 1 causes par

[perl #19349] [PATCH] mark PMCs - take #2

2002-12-22 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #19349] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19349 > Here is another approach, to finally unify the marking routines: - next_for_GC remain

[perl #19356] [PATCH] creating string_destroy()

2002-12-22 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19356] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19356 > This patch creates a new function string_destroy(), as described in docs/strings.po

[perl #19357] [PATCH] sync strings.pod with code - Opportunity to write simple docs!

2002-12-22 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19357] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19357 > This patch modifies docs/strings.pod to match the code. It is mainly some slight a

[perl #19358] [PATCH] Test fix for P6C.

2002-12-22 Thread via RT
# New Ticket Created by Joseph F. Ryan # Please include the string: [perl #19358] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19358 > This patch should fix a bug in the test suite (specifically, at parrot/languages/perl6

[perl #19359] [PATCH] Extending P6C strings.

2002-12-22 Thread via RT
# New Ticket Created by Joseph F. Ryan # Please include the string: [perl #19359] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19359 > This patch will extend interpolating string support to include \c[^], \c[NAME], \c[NAM

[perl #19363] [PATCH] Radii Support for P6C.

2002-12-22 Thread via RT
# New Ticket Created by Joseph F. Ryan # Please include the string: [perl #19363] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19363 > This patch adds full numeral support, including 0b0, 0c0, 0d0, 0x0, specific radii not

[perl #19367] [PATCH] Bug Fixes for P6C.

2002-12-22 Thread via RT
# New Ticket Created by Joseph F. Ryan # Please include the string: [perl #19367] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19367 > This patch adds further extends interpolating strings to add support for \0, \0[], \0[

[perl #19369] [PATCH] P6C compiler tests for tickets 19359, 19363, 19367.

2002-12-22 Thread via RT
# New Ticket Created by Joseph F. Ryan # Please include the string: [perl #19369] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19369 > This patch adds tests that cover the changes made by tickets 19359, 19363, and 19367.

[perl #19406] [PATCH] creates a script which describes source files

2002-12-24 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19406] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19406 > This patch creates a script tools/dev/extract_file_descriptions.pl It produces a

[perl #19418] [PATCH] IA-64 stack and register collection for GC

2002-12-24 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #19418] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19418 > This patch gets garbage collection working on IA-64 linux. With a few more changes it

[perl #19462] [PATCH] Supress alignment warnings in jit.h and debug.h

2002-12-26 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19462] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19462 > Summary: Whenever jit.h or debug.h are '#include'ed, gcc 3.x emits warnings about structu

[perl #19463] [PATCH] Sanity check for alignptrs/test_c.in

2002-12-26 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19463] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19463 > This patch gives Configure's pointer alignment test a better error message for missing in

[perl #19465] [PATCH] method_util.h lacks Vim local variables

2002-12-26 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19465] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19465 > The file 'method_util.h' is missing the standard comment block that sets the behavior for

[perl #19467] [PATCH] win32.h - MinGW #pragma warnings

2002-12-26 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19467] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19467 > The gcc compiler in MinGW (win32) emits warnings for invalid pragmas in win32.h (platform

[perl #19470] [PATCH] --cc=FOO fails for Win32

2002-12-26 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19470] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19470 > In hints/mswin32.pl, there is code in place to customize the build environment based on t

[perl #19493] [PATCH] Documentation updates in vtables.pod

2002-12-27 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19493] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19493 > Hi, during the holidays I have been looking in the possibility of targeting the Qu

[perl #19500] [PATCH] fix to disallow negative zero

2002-12-27 Thread via RT
# New Ticket Created by Michael Joyce # Please include the string: [perl #19500] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19500 > Hello. The core parrot op neg() allows zero to become negative. That shouldn't happen

[perl #19511] [PATCH] Pointers in List_chunk not initialized

2002-12-27 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #19511] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19511 > On Win32, these tests are segfaulting due to invalid pointers in List_chunk structs: t/op

[perl #19516] imcc whitespace sensitive parsing error

2002-12-27 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19516] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19516 > Whitespace sensitive imcc issue... $ cat find_close.imc .sub MAIN $S0 = "\\"

[perl #19517] RT issue

2002-12-27 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #19517] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19517 > (I don't see an RT queue, so I'm sending this to the parrot queue) I have a dev.pe

[perl #19599] [pasm bug] PerlHash: cannot delete a key

2002-12-30 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19599] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19599 > Hi, How one can delete a key from a perl hash in parrot assembly? I tried: new P0,

[perl #19603] [PATCH] Befunge debugger now supports breakpoints

2002-12-30 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19603] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19603 > Upon general (ahem) request, the befunge interpreter now supports breakpoints inside t

[perl #19610] [PATCH] New language support: Ook!

2002-12-30 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19610] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19610 > Thanks to our dear summarizer, I'm now known (from a googlism point of view) as 'one o

[perl #19622] [PATCH] compact_pool

2002-12-31 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #19622] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19622 > I did write: [1] which BTW seems bogus to me: pool_compact() may be called (when th

[perl #19626] [PATCH] Fixing multi-level while in Ook!

2002-12-31 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19626] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19626 > > Because what I said I'd really like (apart from "moon on a stick", > "a new apocalyps

[perl #19630] [PATCH] undef warning in Configure.pl

2002-12-31 Thread via RT
# New Ticket Created by Nicholas Clark # Please include the string: [perl #19630] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19630 > I was seeing this: Generating config.h...done. Generating feature.h...done. Writing P

[perl #19668] [PATCH] infant mortality #1

2003-01-02 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #19668] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19668 > Attached patch changes a view places, which cause problems running w/o trace_system_

[perl #19670] [PASM] bug in i/o (read on stdin)

2003-01-02 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19670] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19670 > Hi, The following code does not work as it should: read S0, 0, 1 print

[perl #19671] [PATCH] befunge debugger supports the "delete" instruction

2003-01-02 Thread via RT
# New Ticket Created by Jerome Quelin # Please include the string: [perl #19671] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19671 > The previous befunge patch enabled befunge to set breakpoints, this one allows one to

[perl #19729] [PATCH] SPARC JIT support for restart

2003-01-04 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #19729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19729 > This patch adds JIT support for restart and similar ops. -- Jason -- attachment 1

[perl #19807] [PATCH] rx.ops doc typos

2003-01-07 Thread via RT
# New Ticket Created by Jim Radford # Please include the string: [perl #19807] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19807 > I found a few typos while reading through the documentation in rx.ops. -Jim --- parrot-

[perl #19834] [PATCH] sub, add, mul, div with combinations of INT, NUM, PMC

2003-01-08 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #19834] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19834 > Hi, I have been looking into the possibility of adding complex numbers as PMCs.

[perl #19870] Compile failure in jit_cpu.c

2003-01-09 Thread via RT
# New Ticket Created by Matthew Zimmerman # Please include the string: [perl #19870] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19870 > A CVS update from about 30 minutes ago is failing to compile on my Red Hat Linux 7.

[perl #19871] Fwd: Introduction and cygwin results

2003-01-09 Thread via RT
# New Ticket Created by James Michael DuPont # Please include the string: [perl #19871] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19871 > Attached is the bug report and test results for parrot on cygwin. --- James Mi

[perl #19872] Fwd: Re: Introduction and cygwin results

2003-01-09 Thread via RT
# New Ticket Created by James Michael DuPont # Please include the string: [perl #19872] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19872 > Missing header file for cygwin --- James Michael DuPont <[EMAIL PROTECTED]> wro

[perl #19873] Fwd: perl6 testing on mingw32

2003-01-09 Thread via RT
# New Ticket Created by James Michael DuPont # Please include the string: [perl #19873] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19873 > bug report for parrot/languages/perl6 mike --- James Michael DuPont <[EMAIL PRO

[perl #19874] Patch for pdump

2003-01-09 Thread via RT
# New Ticket Created by James Michael DuPont # Please include the string: [perl #19874] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19874 > this is the patch to compile pdump under linux basically it removes a field that

[perl #20315] [PATCH] eval

2003-01-14 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #20315] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20315 > Attached is a first try towards eval. - interpreter has a new data member Parrot_com

[perl #20320] [PATCH] bring pdd06_pasm.pod up to date

2003-01-14 Thread via RT
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #20320] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20320 > The documentation for the lexical ops in pdd06_pasm.pod has gotten out of date. I do

[perl #20355] [PATCH] Incorrect ifdef nesting in cpu_dep.c

2003-01-16 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #20355] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20355 > I don't think the ifdef logic is quite right in cpu_dep.c. Specifically, if either __

[perl #20358] [BUG] disassemble still

2003-01-16 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #20358] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20358 > disassemble sometimes takes huge amounts of mem and dies. I'm using disassemble to ge

[perl #20374] Solaris tinderbox failures: PANIC: Unknown signature type

2003-01-17 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #20374] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20374 > The Solaris tinderboxes are failing with the unhelpful message "PANIC: Unknown signat

[perl #20400] [PATCH] ook.pasm eval

2003-01-19 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #20400] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20400 > It's PASM1, not PASM. However, "make test" in languages/ook/ still segfaults for me atm.

[perl #20584] [PATCH] packfile #5

2003-01-28 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #20584] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20584 > This is a first try to solve the packfile wordsize issues. Could people with 64 bit m

[perl #20592] [PATCH] save and restore more of a coroutine's context (and more)

2003-01-28 Thread via RT
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #20592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20592 > A description of each attachment: 1) coroutine.t (which should be put in t/pmc/) ex

[perl #20597] [PATCH] packfile #6

2003-01-29 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #20597] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20597 > Next try. This patch obsoletes #20584. - more wordsize fixes - routine for convertin

[perl #20666] Assemble.pl Reports Incorrect Line Numbers after Removal of Macros

2003-02-03 Thread via RT
# New Ticket Created by Joe Yates # Please include the string: [perl #20666] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20666 > Line numbers reported by Assemble.pl are array indices AFTER the removal of macros. This

[perl #20707] Major packfile(?) breakage

2003-02-04 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #20707] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20707 > A fresh check-out of parrot from CVS is giving me a huge number of failing tests: Fa

[perl #20786] PATCH: bf compiler

2003-02-08 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #20786] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20786 > Attached is a bf compiler for languages/bf/ and a patch to the makefile to make and test

[perl #20804] [PATCH]-added inc by NN to core.ops

2003-02-09 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #20804] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20804 > I was not able to find the increment by NN operation implemented and did it.

[perl #21276] [PATCH] formatting fix for docs/dev/rx.dev

2003-02-18 Thread via RT
# New Ticket Created by Cal Henderson # Please include the string: [perl #21276] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21276 > hi, this patch fixes some formatting issues that cause docs/dev/rx.dev to incorrectly

[perl #21288] [PATCH] Function pointer initialization in packfile.c

2003-02-18 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #21288] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21288 > The attached patch changes the initialization of various function pointers in packfil

[perl #21301] [PATCH] life.pasm

2003-02-19 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #21301] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21301 > This little patch changes the life.pasm in examples/assembly/ to use a small spaceship i

[perl #21378] can't locate new method in package uri

2003-02-26 Thread via RT
# New Ticket Created by logo # Please include the string: [perl #21378] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21378 > I was trying to install the latest version of libwww-perl with my 5.8.0 installation of perl.

[perl #21385] [PATCH]Patch to eliminate compiler warnings from packfile.c

2003-02-26 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21385] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21385 > This patch eliminates compiler warnings generated when compiling packfile.c. In the f

[perl #21386] [PATCH]Patch to eliminate compilier warnings in interpreter.c

2003-02-26 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21386] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21386 > This patch fixes compilier warnings generated when compiling interpreter.c. In the fun

[perl #21387] [PATCH]Patch to prevent compilier warnings in embed.c

2003-02-26 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21387] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21387 > This patch is to stop compilier warnings in embed.c. The loop label "again" is only ca

[perl #21388] [PATCH]Patch for jit.c to stop compilier warnings

2003-02-26 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21388] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21388 > The attached patch is to stop compilier warnings in jit.c. The local variables i and t

[perl #21389] [PATCH]Patch to stop compiler warnings in dod.c

2003-02-26 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21389] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21389 > This patch is to stop warnings from being generated when compiling dod.c. In the funct

[perl #21399] [PATCH]Patch to fix compiler warnings in smallobject.c

2003-02-27 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #21399] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21399 > The attached patch fixes a compiler warning in smallobject.c. The #define UNITS_PER_AL

[perl #21457] [PATCH] sun4 jit additions

2003-03-04 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #21457] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21457 > Here are some additional ops for the sun4 jit, a bit of name juggling to use templates

[perl #21476] [imcc] problems with the optimizer under OS X

2003-03-05 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #21476] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21476 > I couldn't compile imcc under OS X because of a repeat of the old "ld: multiple defini

[perl #21508] [PATCH] more sun4 jit changes

2003-03-07 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #21508] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21508 > This adds still more ops and re-organizes register use to avoid potential conflicts in

[perl #21547] [PATCH] makefiles.pl - system("$^X -i -e '...'") not portable

2003-03-11 Thread via RT
# New Ticket Created by Bruce Gray # Please include the string: [perl #21547] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21547 > In config/gen/makefiles.pl, Perl is called with "inplace editing" like so: system(

[perl #21577] [PATCH] sun4 vtable jit support

2003-03-14 Thread via RT
# New Ticket Created by Jason Gloudon # Please include the string: [perl #21577] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21577 > This patch adds support for vtable calls in sun4/JIT as well as providing additional o

[perl #21588] [PATCH] uniq.pasm

2003-03-15 Thread via RT
# New Ticket Created by Leon Brocard # Please include the string: [perl #21588] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21588 > Well, it's more of a new file than a patch. I'm aware that we're in a code freeze, so I

[perl #21659] ScanMail Message: To Sender Match eManager setting and take actio n.

2003-03-23 Thread via RT
# New Ticket Created by System Attendant # Please include the string: [perl #21659] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21659 > eManager Notification * The following mail was blo

[perl #21660] ScanMail Message: To Sender, sensitive content found and action t aken.

2003-03-23 Thread via RT
# New Ticket Created by System Attendant # Please include the string: [perl #21660] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21660 > Trend SMEX Content Filter has detected sensitive content. Place = [EMAIL PROTECTED]

[perl #21665] [BUG] Incompatible return type in io/io_unix.c

2003-03-23 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #21665] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21665 > Hi, In io/io_unix.c, PIO_unix_flush returns void, but in io.h, the (*Flush) slot in

[perl #21735] ScanMail Message: To Sender Match eManager setting and take actio n.

2003-03-28 Thread via RT
# New Ticket Created by System Attendant # Please include the string: [perl #21735] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21735 > eManager Notification * The following mail was blo

[perl #21736] ScanMail Message: To Sender, sensitive content found and action t aken.

2003-03-28 Thread via RT
# New Ticket Created by System Attendant # Please include the string: [perl #21736] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21736 > Trend SMEX Content Filter has detected sensitive content. Place = [EMAIL PROTECTED]

[perl #21759] Documentation for PMCS

2003-03-30 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #21759] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21759 > Hi, I'm back to business (I hope). If someone remember, I wrote some pods about using

[perl #22592] [PATCH] Introduce macros for register access.

2003-06-06 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #22592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22592 > These patches are a follow-up to the exploration and proposal http://nntp.x.perl.

[perl #22337] [PATCH] Smaller PMC + separated DOD flags

2003-05-28 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #22337] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22337 > The next stage for getting faster DOD runs: The relevant DOD flags are moved into an

[perl #40124] [TODO] Document HLL mappings

2006-08-08 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40124] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40124 > The purpose of each of the various HLL mappings should be documented; that is, when you

[perl #40125] [TODO] implement splice for ResizablePMCArray

2006-08-08 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40125] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40125 > Implement a generic splice vtable method for RPA. NB: can't use the same mechanism for t

[perl #40132] [TODO] Remove set_pmc vtable method

2006-08-08 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #40132] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40132 > So sayeth array.pmc: void set_pmc(PMC *other) Currently, an alias to C. Expec

[perl #40135] [BUG] Tcl - t_tcl/subst.t failure.

2006-08-09 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40135] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40135 > The failure to parse this test (Malformed string) is due to this line: test subst-3.2 {b

[perl #40138] [TODO] Tcl - add tcl's tests into our repository

2006-08-09 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40138] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40138 > The .test files from the CVS repository should be added as part of our svn repo to allo

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