ObjFW  Check-in [12eafc42ef]

Overview
Comment:Move a few selectors from OFObject to the OFObject protocol.

Selectors are -[conformsToProtocol:], -[methodForSelector:] and
-[typeEncodingForSelector:].

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 12eafc42ef7626fef62eaa8d4529bc5701f94c951da971fc28a788baa596d55b
User & Date: js on 2011-12-28 18:41:44
Other Links: manifest | tags
Context
2011-12-29
01:55
Fix -[OFNumber isEqual:] for booleans. check-in: f42b841347 user: js tags: trunk
2011-12-28
18:41
Move a few selectors from OFObject to the OFObject protocol. check-in: 12eafc42ef user: js tags: trunk
2011-12-26
16:57
Implement -[UTF8String] and -[UTF8StringLength] in OFString. check-in: ea76dec036 user: js tags: trunk
Changes