Re: [fpc-devel] Quick patch for bug 3762

2005-04-01 Thread Tomas Hajny
From: DrDiettrich [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Subject: Re: [fpc-devel] Quick patch for bug 3762 Date: 31.3.2005 - 22:49:06 The main problem is that there's a lot platform independent functionality in Crt unit which is re-implemented for every

Re: [fpc-devel] Quick patch for bug 3762

2005-03-31 Thread Thomas Schatzl
Sterling Bates schrieb: In response to Tomas Hajny: I'd certainly be willing to give it a try. Granted, I only have Windows XP, but if I'm careful it should be a smooth transition. No promises on a timeline :) Another problem with Windows (not sure about other OSs) is in bug 2084. (Use

Re: [fpc-devel] Quick patch for bug 3762

2005-03-31 Thread Tomas Hajny
From: Thomas Schatzl [EMAIL PROTECTED] To: FPC developers' list fpc-devel@lists.freepascal.org Subject: Re: [fpc-devel] Quick patch for bug 3762 Date: 31.3.2005 - 12:44:20 Sterling Bates schrieb: In response to Tomas Hajny: I'd certainly be willing to give it a try. Granted, I only

Re: [fpc-devel] Quick patch for bug 3762

2005-03-31 Thread Thomas Schatzl
Hello, But may have undesirable side effects if no one else is eating the console events (not sure if this is actually possible, that means a problem, in console programs). More testing showed that this is a problem after all. So don't apply it. The IDE does not seem to mind though from a short

Re: [fpc-devel] Quick patch for bug 3762

2005-03-31 Thread DrDiettrich
Tomas Hajny wrote: The main problem is that there's a lot platform independent functionality in Crt unit which is re-implemented for every platform again and again. The best solution would be to throw all the individual implementations away completely and implement cross-platform Crt unit

Re: [fpc-devel] Quick patch for bug 3762

2005-03-30 Thread Tomas Hajny
From: Sterling Bates [EMAIL PROTECTED] To: fpc-devel@lists.freepascal.org Subject: [fpc-devel] Quick patch for bug 3762 Date: 30.3.2005 - 12:18:31 Hi Sterling Turns out the CRT unit in OS/2 -- which, by my searches, uses #13#10 as CRLF -- was recognizing #13 alone as CRLF. #10 was completed

Re: [fpc-devel] Quick patch for bug 3762

2005-03-30 Thread Jonas Maebe
On 30 mrt 2005, at 13:39, Tomas Hajny wrote: The best solution would be to throw all the individual implementations away completely and implement cross-platform Crt unit based on capabilities provided by units Keyboard and Video (possibly missing functionalities within these units necessary for

RE: [fpc-devel] Quick patch for bug 3762

2005-03-30 Thread Sterling Bates
In response to Tomas Hajny: I'd certainly be willing to give it a try. Granted, I only have Windows XP, but if I'm careful it should be a smooth transition. No promises on a timeline :) Another problem with Windows (not sure about other OSs) is in bug 2084. (Use the second example in the

Re: RE: [fpc-devel] Quick patch for bug 3762

2005-03-30 Thread Tomas Hajny
From: Sterling Bates [EMAIL PROTECTED] To: fpc-devel@lists.freepascal.org Subject: RE: [fpc-devel] Quick patch for bug 3762 Date: 31.3.2005 - 8:26:06 I'd certainly be willing to give it a try. Granted, I only have Windows XP, but if I'm careful it should be a smooth transition. No promises