[fpc-pascal] TList.SetCount patch

2008-05-22 Thread Joao Morais
Hello, the following patch fixes a memory leakage for lists with owned objects. (patch against fixes_2_2, sorry, at least it is an one file patch and very small) Joao Morais Index: rtl/objpas/classes/lists.inc === --- rtl/objpa

Re: [fpc-pascal] Pascal parser generetor

2008-05-22 Thread Felipe Monteiro de Carvalho
Thanks =) -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Pascal parser generetor

2008-05-22 Thread Michael Van Canneyt
On Thu, 22 May 2008, Felipe Monteiro de Carvalho wrote: > Hello, > > I know we have plex as a substitute for lex in FPC. > > Is there already anything to substitute yacc? What is wrong with pyacc ? Michael. ___ fpc-pascal maillist - fpc-pascal@li

Re: [fpc-pascal] Pascal parser generetor

2008-05-22 Thread Marco van de Voort
> I know we have plex as a substitute for lex in FPC. > > Is there already anything to substitute yacc? Uhh, pyacc in the same directory ? (fpc/utils/tply) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/l

Re: [fpc-pascal] Pascal parser generetor

2008-05-22 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: Hello, I know we have plex as a substitute for lex in FPC. Is there already anything to substitute yacc? Tried pyacc :>? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mai

[fpc-pascal] Pascal parser generetor

2008-05-22 Thread Felipe Monteiro de Carvalho
Hello, I know we have plex as a substitute for lex in FPC. Is there already anything to substitute yacc? thanks, -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp