[fpc-devel]Daily OS/2-EMX snapshots

2003-03-10 Thread Balogh, Karoly (Charlie/iNQ)
Hi, >From today, daily OS/2-EMX snapshots of both the main and fixes branch should be available regularly on ftp.freepascal.org. These are compiled by an automated process, using one of the OS/2 servers (an IBM eServer xSeries 200, running OS/2 Warp 4, FP15) at my workplace here in Budapest, H

[fpc-devel]Linux unit: StringToPPChar() bug?

2003-03-10 Thread Jeff Pohlmeyer
>From the StringToPPChar() function in fpc/rtl/unix/linux.pp Considers "backspace" as a delimiter, shouldn't that be "tab" ? [PATCH] --- linux.ppMon Mar 10 22:11:02 2003 +++ linux.rev Mon Mar 10 22:14:32 2003 @@ -2265,10 +2265,10 @@ nr:=0; while(buf^<>#0) do begin - while (bu