[fpc-pascal] SIGTERM problem

2010-11-23 Thread Евгений Семенов (Evgeniy Sem enov)
Hello. Help me anybody, please. My program runs on arm-linux system and when it receive SIGTERM i can't handle this signal, program instantly terminate. Can someone suggest to me, what's the problem? May be it bug? Or where i can see rtl code which handle linux signals. Exact same program norm

[fpc-pascal] Property TComponent.Tag change

2010-11-23 Thread Michael Van Canneyt
Hi, To remain compatible with the upcoming Delphi 64-bit release, I've changed the 'Tag' property type from Integer -> PtrInt. The practical upshot from this is that you can store a pointer in it on all platforms. (a widespread abuse of the Tag property). This potentially breaks some existing