Re: [fpc-pascal] the libc unit (again)

2008-02-23 Thread Marco van de Voort
> > Hello, > > > > I find more and more units and components (for Lazarus) that are using > > the libc unit. I find it really problematic, because it doesn't exists > > for all platforms and architectures, so why not markring the unit as > > obsolete for the next FPC release so other developers wil

Re: [fpc-pascal] the libc unit (again)

2008-02-23 Thread Giuliano Colla
Marco van de Voort ha scritto: Hello, I find more and more units and components (for Lazarus) that are using the libc unit. I find it really problematic, because it doesn't exists for all platforms and architectures, so why not markring the unit as obsolete for the next FPC release so other deve

Re: [fpc-pascal] the libc unit (again)

2008-02-23 Thread ik
On Sat, Feb 23, 2008 at 2:26 PM, Giuliano Colla <[EMAIL PROTECTED]> wrote: > Marco van de Voort ha scritto: > > >>> Hello, > >>> > >>> I find more and more units and components (for Lazarus) that are using > >>> the libc unit. I find it really problematic, because it doesn't exists > >>> for al

Re: [fpc-pascal] the libc unit (again)

2008-02-23 Thread Giuliano Colla
ik ha scritto: On Sat, Feb 23, 2008 at 2:26 PM, Giuliano Colla <[EMAIL PROTECTED]> wrote: Marco van de Voort ha scritto: Hello, >>> >>> I find more and more units and components (for Lazarus) that are using >>> the libc unit. I find it really problematic, because it doesn't exists >>> for

Re: [fpc-pascal] the libc unit (again)

2008-02-23 Thread Mattias Gaertner
On Sat, 23 Feb 2008 15:45:22 +0100 Giuliano Colla <[EMAIL PROTECTED]> wrote: >[...] > Tanks for the hint, but grep (or Find in Files from IDE) has the big > disadvantage that you don't find only the declaration, but also all > the references. You search "FindFirst" and you find 200 entries... La

Re: [fpc-pascal] the libc unit (again)

2008-02-23 Thread Giuliano Colla
Mattias Gaertner ha scritto: On Sat, 23 Feb 2008 15:45:22 +0100 Giuliano Colla <[EMAIL PROTECTED]> wrote: [...] Tanks for the hint, but grep (or Find in Files from IDE) has the big disadvantage that you don't find only the declaration, but also all the references. You search "FindFirst" an