Re[2]: [fpc-pascal] Need help to fix a bug

2010-01-24 Thread JoshyFun
Hello FPC-Pascal, Sunday, January 24, 2010, 6:18:22 PM, you wrote: JvdS> On Wed, 2010-01-13 at 16:13 +0100, JoshyFun wrote: >> I wish to fix this bug http://bugs.freepascal.org/view.php?id=15460 >> but I had found serious problems to understand how data is structured >> in the TBufIndex and desce

Re: [fpc-pascal] Need help to fix a bug

2010-01-24 Thread Joost van der Sluis
On Wed, 2010-01-13 at 16:13 +0100, JoshyFun wrote: > I wish to fix this bug http://bugs.freepascal.org/view.php?id=15460 > but I had found serious problems to understand how data is structured > in the TBufIndex and descendant classes, specially the > TDoubleLinkedBufIndex. Oohh... nice... Someone

[fpc-pascal] Need help to fix a bug

2010-01-13 Thread JoshyFun
Hello FPC-Pascal, I wish to fix this bug http://bugs.freepascal.org/view.php?id=15460 but I had found serious problems to understand how data is structured in the TBufIndex and descendant classes, specially the TDoubleLinkedBufIndex. Can somebody help me ? From TBufDataset.BuildIndex I think that