[PATCH] auto-completing URLs on Ctrl-Enter

David Faure faure at kde.org
Sat Feb 4 00:04:36 GMT 2006


On Friday 03 February 2006 17:56, Maksim Orlovich wrote:
> >> 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.

I don't think we even call dlunload anymore.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).





More information about the kfm-devel mailing list