[PATCH] auto-completing URLs on Ctrl-Enter

Maksim Orlovich mo85 at cornell.edu
Fri Feb 3 16:56:51 GMT 2006


>> Half OT:
>> I remember that static initialisers were not allowed formerly
>> (explanations
>> ran always like "leading to crashes when dlopening" or the similary).
>> Why
>> isn't it an issue any more?
>
> It's still an issue for class-static or file-static members, since the
> order of initialization for those is undefined.
>
> But here it's about method-static, which is fine since we know it will
> only
> be initialized when calling the method for the first time.

There was an another issue: they could cause crashes on dlunload on
certain systems. At least some older FreeBSD versions were thus afflicted,
but I am not sure anyone uses those particular versions anymore.





More information about the kfm-devel mailing list