ObjFW  Check-in [b9015dbc75]

Overview
Comment:Due to a 32 bit hash, a dictionary can never be bigger than UINT32_MAX.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b9015dbc75f5996210422ef982bce700b0aa01f7053665b5b38e842401ae14a8
User & Date: js on 2010-04-17 10:48:05
Other Links: manifest | tags
Context
2010-04-17
11:12
Rewrite OFDictionary code to make it more readable. check-in: 9f260d5f50 user: js tags: trunk
10:48
Due to a 32 bit hash, a dictionary can never be bigger than UINT32_MAX. check-in: b9015dbc75 user: js tags: trunk
10:35
Make resizing a private method instead of inlining. check-in: e870ea71ac user: js tags: trunk
Changes