ObjFW  Timeline

2 check-ins using file src/OFExceptions.m version 4ac6f2f10b

2008-12-10
17:54
When closing an OFTCPSocket, set it's internal socket to -1. check-in: e9f870cfc0 user: js tags: trunk
17:53
Always use [self alloc] in + new.
This way, derivated classes are not forced to always override + new.
check-in: f48ee629e3 user: js tags: trunk