[fpc-pascal] IntList
Juha Manninen (gmail)
juha.manninen62 at gmail.com
Mon Oct 18 12:22:56 CEST 2010
Hi
In Lazarus project jcf2 component has an IntList class which is poorly
implemented. It depends on integer and pointer being the same size.
I will later suggest to replace it.
I have a better IntList. See:
http://github.com/JuhaManninen/Pascal/blob/master/IntList/intlist.pas
It is similar to TStringList except that it works with integers.
It is well tested.
Question: can this class be added to FCL?
Clearly such class is needed sometimes and people must make their own versions
of it. Generics can solve it in the future but it is not ready yet.
If it can't be included then I try to get it to Lazarus libraries.
Regards,
Juha
More information about the fpc-pascal
mailing list