ObjFW  Check-in [cd08bff565]

Overview
Comment:Add OFIterator to iterate through an OFDictionary.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cd08bff565a88e052694a6ab8f3c5f9bde527092c67d0d1da108036c74d28144
User & Date: js on 2009-04-23 12:19:52
Other Links: manifest | tags
Context
2009-04-24
13:57
Neither the key nor the value in a dictionary is allowed to be nil. check-in: fa52eae66a user: js tags: trunk
2009-04-23
12:19
Add OFIterator to iterate through an OFDictionary. check-in: cd08bff565 user: js tags: trunk
12:07
Free the list in the dictionary when the last object in it was removed. check-in: 69b468f9f2 user: js tags: trunk
Changes