Re: [fpc-devel]Issues with GDB on Mac OS X with mixed case file names

2004-08-29 Thread Dr. Rolf Jansen
Am 28.08.2004 um 22:26 schrieb Peter Vreman: Many thanks for the fix. Unfortunately, I discovered too late, that this enables GDB support on Mac OS X only for the main program file. In unit files it still includes the lowercase filenames into the .stabs. However, I found the problem and a

Re: [fpc-devel]Issues with GDB on Mac OS X with mixed case file

2004-08-29 Thread Vincent Snijders
On Sat, 28 Aug 2004 22:26:08 +0200 (CEST) Peter Vreman [EMAIL PROTECTED] wrote: However, I found the problem and a possible solution. In globals.pas there are three FindFile routines, namely: TSearchPathList.FindFile, FindFile, and FindFilePchar. All routines contain roughly the same

Re: [fpc-devel]Issues with GDB on Mac OS X with mixed case file

2004-08-29 Thread Peter Vreman
At 14:00 29-8-2004, you wrote: On Sat, 28 Aug 2004 22:26:08 +0200 (CEST) Peter Vreman [EMAIL PROTECTED] wrote: However, I found the problem and a possible solution. In globals.pas there are three FindFile routines, namely: TSearchPathList.FindFile, FindFile, and FindFilePchar. All

Re: [fpc-devel]Issues with GDB on Mac OS X with mixed case file

2004-08-29 Thread Peter Vreman
One other topic: Why there are *.pp files? The handling is always very nonpractical and boring. Should we rename them to *.pas? I don't see problems. You rename all your sources to *.pas. And you can set highlighting for *.pp also to pascal. Under linux a lot of editors already support *.pp for

[fpc-devel]bug 3272

2004-08-29 Thread rstar
Hi! Can someone solve this heavy bug below. Thanks! program bug3272; var i: integer; begin for i:= -1 to -2 do writeln (i); writeln; for i:= 1 to 0 do writeln (i); end. ___ fpc-devel maillist - [EMAIL PROTECTED]