ObjFW  Check-in [963db3089f]

Overview
Comment:objc_hashtable_alloc() -> objc_hashtable_new().

For consistency.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | runtime
Files: files | file ages | folders
SHA3-256: 963db3089f6d75de66a06b7e53562e1a7b05da7ce29852d2646f68cdc2c6deec
User & Date: js on 2012-05-10 18:21:18
Other Links: branch diff | manifest | tags
Context
2012-05-10
18:38
Return objects as void* instead of const void*. check-in: bc531024f5 user: js tags: runtime
18:21
objc_hashtable_alloc() -> objc_hashtable_new(). check-in: 963db3089f user: js tags: runtime
2012-05-09
13:55
Initialize classes on the first dispatch. check-in: dcf845546a user: js tags: runtime
Changes