ObjFW  Check-in [abb7536cdd]

Overview
Comment:Make -[finishInitialization] thread-safe.

This way, it's possible to use the same constant string from multiple
threads without having to make sure it's initialized first.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: abb7536cdd3afdf50682836f5f6f1337687fe1ab41f8310b42b12d60020f5ab3
User & Date: js on 2013-05-01 20:35:40
Other Links: manifest | tags
Context
2013-05-01
21:05
OFRunLoop: Work correctly for threads && !sockets. check-in: 56ec27cbdf user: js tags: trunk
20:35
Make -[finishInitialization] thread-safe. check-in: abb7536cdd user: js tags: trunk
20:31
Fix -Wcast-align check for recent Clang versions. check-in: 874faa49a7 user: js tags: trunk
Changes