ObjFW  Check-in [a1a5bfb3cd]

Overview
Comment:Throw OFAllocFailedException instead of returning nil.
This exception is quite special, look at the documentation for details.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a1a5bfb3cdb8eda5980786b7221c9c1f77e550c39bf169ffac66e353b02fc1bb
User & Date: js on 2009-04-21 16:47:32
Other Links: manifest | tags
Context
2009-04-21
17:16
The if ((self = [super init])) construct isn't needed anymore. check-in: d87df02e8b user: js tags: trunk
16:47
Throw OFAllocFailedException instead of returning nil.
This exception is quite special, look at the documentation for details.
check-in: a1a5bfb3cd user: js tags: trunk
2009-04-20
01:55
Improve tests. check-in: 16f1025d5c user: js tags: trunk
Changes