Re: [fpc-devel]dbase compile and install on linux

2004-08-01 Thread Michael . VanCanneyt
On Sat, 31 Jul 2004, Vincent Snijders wrote: Hi, Attached patch fixes the installation problems some people had with the dbase units. The install program refused to install the units twice. Attached patch contains a patch for the Makefile.fpc, a patch for fpcmake to correctly

[fpc-devel]Some questions about tdataset and a small patch

2004-08-01 Thread Joost van der Sluis
Hi, I want to discuss something before i make all sort of changes... Now TDataset uses a buffer of default 10 records. If you go to the 11th record, the first record is removed from memory. If you go to the first record, all buffers are cleared, and then they are read again from the first

[fpc-devel]Upper/lowercae in fcl/db/dbase

2004-08-01 Thread Joost van der Sluis
Hi all, could someone rename all units in fcl/db/dbase to lowercase and make the changes to the makefile and such? Now the tdbf lazarus-components won't compile, because it uses 'DBF' in stead of 'Dbf'. I can change that, but if someone else wants to use the dbf-unit he has to known that he has

Re: [fpc-devel]Upper/lowercae in fcl/db/dbase

2004-08-01 Thread Joost van der Sluis
I have already fixed the lazarus registration units here at home. I just need to send them to someone of the lazarus group. Lazarus will insert the filename correctly when you add a component. I did that here also. But what is someone put is 'uses dbf' by himself? He will never know why this

[fpc-devel]Patch: Trivial cleanup in gdp.pas

2004-08-01 Thread Christian Iversen
Please find attached a trivial cleanup patch that removes a non-effective statement. -- Regards, Christian Iversen Index: gdb.pas === RCS file: /FPC/CVS/fpc/compiler/gdb.pas,v retrieving revision 1.19 diff -u -3 -p -r1.19 gdb.pas