At 3:55 PM -0400 4/23/02, Simon Glover wrote:
>On Tue, 23 Apr 2002, Dan Sugalski wrote:
>
>> At 12:25 PM +0200 4/19/02, Peter Gibbs wrote:
>> >Mike Lambert wrote:
>>
>> >This effect is exacerbated by the fact that "set S1, S2" does a
>> >string_copy - I am still not sure what is supposed to ha
On Tue, 23 Apr 2002, Dan Sugalski wrote:
> At 12:25 PM +0200 4/19/02, Peter Gibbs wrote:
> >Mike Lambert wrote:
>
> >This effect is exacerbated by the fact that "set S1, S2" does a
> >string_copy - I am still not sure what is supposed to happen here; I believe
> >that the pure set opcode should
At 12:25 PM +0200 4/19/02, Peter Gibbs wrote:
>Mike Lambert wrote:
>> Undoing the patch in resources.c seems to fix the problem.
>>
>> Changing:
>> ((Buffer *)buffer)->buflen = req_size;
>> to:
>> ((Buffer *)buffer)->buflen = size;
>> makes it work again.
>
>Just for interest, the pr
Mike Lambert wrote:
> Undoing the patch in resources.c seems to fix the problem.
>
> Changing:
> ((Buffer *)buffer)->buflen = req_size;
> to:
> ((Buffer *)buffer)->buflen = size;
> makes it work again.
Just for interest, the problem here is that the rounding is always up to the
next multi
At 6:43 PM -0400 4/18/02, Mike Lambert wrote:
>Undoing the patch in resources.c seems to fix the problem.
>
>Changing:
> ((Buffer *)buffer)->buflen = req_size;
>to:
> ((Buffer *)buffer)->buflen = size;
>makes it work again.
>
>Looking into it a bit more, this seems like a 'bad' patch.
I a
mbert
Clinton A. Pierce wrote:
> Date: 18 Apr 2002 21:50:03 -0000
> From: Clinton A. Pierce <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [netlabs #522] BASIC hangs and crashes, Win32 MSVC++, 0.0.5
>
> # New Ticket Created by "Clinton A. Pierce"
> #
# New Ticket Created by "Clinton A. Pierce"
# Please include the string: [netlabs #522]
# in the subject line of all future correspondence about this issue.
# http://bugs6.perl.org/rt2/Ticket/Display.html?id=522 >
Sometime during or shortly after the 0.0.5 release, BASIC broke with
string/s