Re: [fpc-pascal] ibconnection patch

2008-05-25 Thread Joao Morais
Michael Van Canneyt wrote: On Sat, 24 May 2008, Joao Morais wrote: The following patches fixes the lack of sqlscale var when writing decimal and numeric fields to ib/fb databases. I've used the same approach used to read such fields, ie, intpower. I looked at the patch. It looks good. I have

[fpc-pascal] %5Bfpc-pascal%5D%20avl_tree.pp%20unit%20license&In-Reply-To=Pine.LNX.4.64.0805251018220.4326%40home.freepascal.org

2008-05-25 Thread Vladimir Zhirov
Thanks :) Mattias Gaertner wrote: > Maybe you should check other units too? I think it is a good idea. When I searched the text 'General Public License' in FPC sources that comes with Lazarus 0.9.24 I found 499 files that contain it. ___ fpc-pascal mai

Re: [fpc-pascal] avl_tree.pp unit license

2008-05-25 Thread Mattias Gaertner
On Sun, 25 May 2008 10:21:38 +0200 (CEST) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Sun, 25 May 2008, Vladimir Zhirov wrote: > > > Hi, > > > > I've got a question about the license of unit avl_tree.pp, that > > comes with FCL. FPC FAQ states that > > > > > Applications created b

Re: [fpc-pascal] avl_tree.pp unit license

2008-05-25 Thread Michael Van Canneyt
On Sun, 25 May 2008, Mattias Gaertner wrote: > On Sun, 25 May 2008 11:46:20 +0500 > Vladimir Zhirov <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I've got a question about the license of unit avl_tree.pp, that comes > > with FCL. FPC FAQ states that > > > > > Applications created by the compil

Re: [fpc-pascal] ibconnection patch

2008-05-25 Thread Michael Van Canneyt
On Sat, 24 May 2008, Joao Morais wrote: > > Hello, > > The following patches fixes the lack of sqlscale var when writing decimal and > numeric fields to ib/fb databases. I've used the same approach used to read > such fields, ie, intpower. > > Patch 1 has also a small improvement regarding th

Re: [fpc-pascal] avl_tree.pp unit license

2008-05-25 Thread Mattias Gaertner
On Sun, 25 May 2008 11:46:20 +0500 Vladimir Zhirov <[EMAIL PROTECTED]> wrote: > Hi, > > I've got a question about the license of unit avl_tree.pp, that comes > with FCL. FPC FAQ states that > > > Applications created by the compiler and using the runtime library > > come under a modified library

Re: [fpc-pascal] avl_tree.pp unit license

2008-05-25 Thread Michael Van Canneyt
On Sun, 25 May 2008, Vladimir Zhirov wrote: > Hi, > > I've got a question about the license of unit avl_tree.pp, that comes > with FCL. FPC FAQ states that > > > Applications created by the compiler and using the runtime library > > come under a modified library gnu public license (LGPL), whic