Re: [perl #17578] [PATCH] imcc 0.0.9.3

2002-09-25 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Andy Dougherty <[EMAIL PROTECTED]> wrote: > What Solaris's qsort ended up doing was walking off the front of the > reglist[] array, effectively trying to sort reglist[-1], which, of > course, didn't exist. (*Why* it did that is a bit of a mystery; I'd hav

Re: [perl #17578] [PATCH] imcc 0.0.9.3

2002-09-25 Thread Andy Dougherty
On Wed, 25 Sep 2002, Leopold Toetsch wrote: > This patch obsoletes all previous imcc 0.0.9 patches and contains all > current fixes and improvements. > I suppose, problems Andy has, to be related with the parser. Actually, the core dump I got in reg_sort_f turned out to be a simple bug in re

[perl #17578] [PATCH] imcc 0.0.9.3

2002-09-24 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #17578] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=17578 > This patch obsoletes all previous imcc 0.0.9 patches and contains all current fixes