[perl #30500] [PATCH] Yet another Perl Version Issue

2004-06-28 Thread Jürgen
# New Ticket Created by JÃrgen BÃmmels # Please include the string: [perl #30500] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=30500 > Hi, I stumbled over another Perl Version Issue (actually it is a Data::Dumper Vers

[perl #27983] [PATCH] Remove the pmc.cache compatibilty macro

2004-03-29 Thread Jürgen
# New Ticket Created by JÃrgen BÃmmels # Please include the string: [perl #27983] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27983 > Hi, over a year ago the cache element was removed from the PMC-struct. For compat

[perl #24701] [PATCH] Build core_ops.c etc in ops dir instead of src

2003-12-19 Thread Jürgen
# New Ticket Created by JÃrgen BÃmmels # Please include the string: [perl #24701] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=24701 > Hi, the *.ops files are lying in the ops/ directory, but the generated c-files go

[perl #24257] [PATCH] Integration of ICU to the build system

2003-10-20 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #24257] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24257 > Currently ICU is part of the parrot-tree but its not build in any way. The attac

[perl #24224] [PATCH] IMCC: Macros are handled via hash

2003-10-15 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #24224] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24224 > Hi, Back in Feburary, when I hacked up macro support for IMCC I implemented

[perl #23547] [PATCH] scheme: Implementation of quasiquote, write to CPS

2003-08-21 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23547] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23547 > Hello, I don't want to let my scheme playground to diverge to far from CVS,

[perl #23340] [PATCH] Minor nit in dynext.c

2003-08-16 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23340] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23340 > There is a void * to functionpointer assignment in dynext.c -- attachment

[perl #23339] [PATCH] #ifdef JIT_CAPABLE

2003-08-16 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23339] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23339 > In interpreter.c a call to build_asm is protected by #ifdef JIT_CAPABLE. W

[perl #23252] [PATCH] IO seek/tell refactoring

2003-08-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23252] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23252 > Some refactoring in the seek/tell system. Seek and tell now use both PIOFF_T

[perl #23292] [PATCH] Update for memory_internals.pod

2003-08-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23292] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23292 > Hello, It took me some minutes to find out how ARENA_DOD_FLAGS work. I adde

[perl #23284] [PATCH] Some updates to .cvsignore

2003-08-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23284] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23284 > Hi, I did some experiments in the languages directory and now there are many fi

[perl #23218] [PATCH] Description of more variants in docs/dev/infant.dev

2003-08-04 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23218] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23218 > Recent mailing list discussions added some new variants to the infant mortal

[perl #23203] [PATCH] move languages/scheme to continuation passing style.

2003-08-02 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23203] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23203 > Hello, this patch lies in my tree for month now, finally I got around to finish

[perl #23172] [PATCH] Some more Configure --miniparrot tweaks

2003-07-30 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23172] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23172 > A followup-patch to the now applied #23034 and #23124 to get miniparrot running ag

[perl #23162] [PATCH] get miniparrot compile

2003-07-29 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23162] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23162 > Hi, I just tried to get perl Configure.pl --miniparrot running following probl

[perl #23124] [PATCH] Standard filehandles in the interpreter are now PMCs.

2003-07-25 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23124] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23124 > Hello, Next patch in the series of PIO refactoring. This time make the Stand

[perl #23085] [PATCH] Off by one error in exceptions.c

2003-07-22 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23085] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23085 > Hello, running the testsuite with valgrind (see #23063) produces an error in t/

[perl #23063] [PATCH] run make test with valgrind

2003-07-20 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23063] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23063 > Hello, for searching memory leaks it to run the testsuite with valgrind.

[perl #23044] [PATCH] Fix some warnings in nci.c

2003-07-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23044] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23044 > nci.c generates a bunch of prototype warnings when compiled with gcc and callfra

[perl #23040] [PATCH] Fix one double free in io.c

2003-07-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23040] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23040 > Hi, finally I found one of the double free errors in io.c: At Parrot_exit the P

[perl #23034] [PATCH] Implementation of methods for PIOs

2003-07-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23034] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23034 > Hi, During searching for memory leaks and hunting bugs only visible on MacOS

[perl #23022] [PATCH] timer_t collides with system header

2003-07-17 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #23022] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=23022 > The new timer.pmc introduces a struct timer_t. This collides with the timer_t in /

[perl #22899] [PATCH] Remove integer file descriptors

2003-07-08 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #22899] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22899 > Hello, The integer file descriptors are depreciated. In this two step patch they

[perl #22864] [PATCH] Move ParrotIO to PMCs

2003-07-01 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #22864] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22864 > Hello, this is the first step of the IO-system away from the mem_sys_alloc/f

[perl #22535] [PATCH] use PIO_eprintf instead of PIO_fprintf(PIO_STDERR)

2003-06-03 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #22535] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22535 > Hi, In many places in the code we use the idiom PIO_fprintf(interpreter, PIO_STD

[perl #21656] [PATCH] read buffering in i/o

2003-03-22 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21656] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21656 > Hello, Yet another step in PIO: Enabling read buffering. The first read will f

[perl #21600] [PATCH] Enable buffer io in PIO

2003-03-17 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21600] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21600 > Next baby-step in PIO: Enabling buffering. This patch patch enables the forme

[perl #21536] [PATCH] move open and close to PIO

2003-03-11 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21536] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21536 > Hello, next part in the move to PIO. open and close. This uses interpreter->p

[perl #21520] [PATCH] Move print ops to PIO subsystem

2003-03-09 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21520] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21520 > Hello, here is something that sometime needs to be done: Move the IO from mi

[perl #21277] [PATCH] Macros in imcc (part 2.)

2003-02-18 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21277] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21277 > Hello, Here is an extension to my first macro support patch (#21033 already appl

[perl #21033] [PATCH] Macro support for imcc

2003-02-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #21033] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21033 > Hello, I just implemented macro expansion in imcc. This brings us one step closer

[perl #20918] imcc crashes in t/op/string_81.pasm

2003-02-13 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #20918] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20918 > Hello, Yet another imcc segfault when using imcc to run the testsuite: In string

[perl #20839] [PATCH] remove a segfault in imcc

2003-02-11 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #20839] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20839 > Hello, imcc segfaults if you run languages/imcc/imcc -a t/op/basic_12.pasm

[perl #18747] [PATCH] Use imcc instead of assemble.pl

2002-11-29 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18747] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18747 > Hi, I just hacked imcc to accept normal pasm files. About 85% of the test are st

[perl #18379] [PATCH] Lexical scope and functions in languages/scheme

2002-11-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18379] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18379 > Hello, I used Jonathan Sillito's patch [#18170] to implement functions in sc

[perl #18144] [PATCH] resurrect pdump

2002-10-29 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18144] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18144 > In order to do some debugging with PackFiles I had resurrected pdump. It now use

[perl #18139] [PATCH] Yet another sprintf bug

2002-10-29 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18139] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18139 > Found yet another bug in sprintf: The code insists on prepending at least one b

[perl #18106] Bug in resources.c (when using many PIO_printfs)

2002-10-27 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18106] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18106 > I think I triggered a bug somewhere in the GC-code but I failed to find it. W

[perl #18098] [PATCH] Handle the flags of Parrot_sprintf correct

2002-10-26 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18098] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18098 > Some of the flags Parrot_sprintf functions don't work in the same wa

[perl #18097] [PATCH] allow NULL interpreter in sprintf like functions

2002-10-26 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18097] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18097 > When using Parrot_sprintf* functions without an interpreter, you get segfaults.

[perl #18072] [PATCH] fingerprinting the PBC

2002-10-24 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18072] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18072 > A PackFile created with a diffrent version of core.ops leads to strange not easy

[perl #18056] [PATCH] Extending the Packfile (Part 1.)

2002-10-22 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #18056] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=18056 > This patch is the beginning of an effort to make PackFile format extendible. At

[perl #17936] [PATCH] MANIFEST

2002-10-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #17936] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17936 > There are again some files missing in MANIFEST. HINT: I have still [perl #16839]

[perl #17935] [PATCH] Remove a warning

2002-10-14 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #17935] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17935 > /usr/local/bin/gcc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Winl

[perl #17683] [PATCH] Fixes segfault in pdb

2002-09-30 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #17683] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17683 > Hi, When you use pdb and hit just you get a segfault. Thats quite anoy

[perl #17109] [PATCH] Scheme: quote, define and set!

2002-09-10 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #17109] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17109 > Hi, the next patch to languages/scheme. It implements the quote and a first cut

[perl #17030] [PATCH] Implementation of Lists for languages/scheme

2002-09-05 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #17030] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17030 > Hello, The recent discussion of languages independence rememberd me of an very

[perl #16839] MANIFEST (again)

2002-08-29 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #16839] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=16839 > Hi! This MANIFEST things come up again and again. This time there are 5 miss

[perl #15907] [PATCH] Make warnings configurable

2002-07-31 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #15907] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=15907 > Hi, In the quest for removing warnings, I added an option --ccwarn to Configure