ObjFW  Timeline

10 descendants and 10 ancestors of 70a65567df01d0df6927d103b5bd9d20e36956713630f5adcbfc7b3149f19e07

2009-05-01
19:38
Some tests were still using #import for C headers. Fixed. (check-in: f198059455 user: js tags: trunk)
18:15
Call [super free] on error in init methods. (check-in: e9d48d0beb user: js tags: trunk)
2009-04-28
20:31
Fix two missing spaces. (check-in: 14f74f3c2f user: js tags: trunk)
2009-04-26
12:44
A few renames in OFObject. (check-in: e959fed010 user: js tags: trunk)
12:31
Rename getIterator -> iterator. (check-in: 8d10e738d1 user: js tags: trunk)
2009-04-25
18:59
Add reference for static linking. (check-in: fc35094306 user: js tags: trunk)
14:28
Separate C and ObjC checks. (check-in: a632386b7f user: js tags: trunk)
13:09
A few convenience methods for OFXMLFactory. (check-in: 7fc221e592 user: js tags: trunk)
12:52
Better exception handling in OFXMLFactory. (check-in: e2a94b8f9d user: js tags: trunk)
12:48
Update to latest rev of buildsys. (check-in: 7b4aa35b8d user: js tags: trunk)
12:48
An item size of 0 is invalid for an array. (check-in: 70a65567df user: js tags: trunk)
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)
2009-04-22
22:43
gcc seems to accept a @throw instead of a return as well. (check-in: 8dbc052d49 user: js tags: trunk)
22:37
Throw exception if the key was not found in the OFDictionary. (check-in: 36d50170c9 user: js tags: trunk)
22:17
Better handling of closed and ended files in OFFile. (check-in: b13a0f08e7 user: js tags: trunk)
17:59
Get socket error in OFReadOrWriteFailedException if caused by a socket.
This only affects Win32.
(check-in: d06376b200 user: js tags: trunk)
2009-04-21
18:07
Remove useless + load from OFObject. (check-in: ba65a43f3f user: js tags: trunk)
17:30
Remove useless == nil check - it can't be nil. (check-in: 0977cd6fa6 user: js tags: trunk)
17:28
Add missing breaks in OFNumber. (check-in: 06c07468fb user: js tags: trunk)