[Ecls-list] FW: ECL-CVS MSVC patches

Dustin Long dlong at stevens.edu
Tue Dec 12 13:38:00 UTC 2006


András Páhi wrote:
> -----Eredeti üzenet-----
> Feladó: András Páhi [mailto:pahia at t-online.hu]
> Küldve: Monday, December 11, 2006 10:17 PM
> Címzett: jjgarcia at users.sourceforge.net
> Tárgy: ECL pathname.d patch
>
>
> Hi,
>
> Line 551 of pathname.d should be changed to:
>
> 	if (start + 2 <= end && is_slash(ecl_char(s, start)) &&
>
> since 'start' and 'end' is unsigned (was start <= end - 2).
> This fixes the crash on ecl_min startup on Windows.
>
> Line 746 of unixfsys.d should be changed to:
>
> 	return parse_namestring(make_simple_base_string(buffer), 0, len, &ep,
> Cnil);
>
> since parse_namestring requires an cl_object (was simply buffer).
> This fixes the crash on ecl startup on Windows.
>
> With these changes the CVS version of ECL works fine ;)
>
> Regards,
> Andras Pahi
>   
Bingo! We have life-off!

Excellent work.






More information about the ecl-devel mailing list