ObjFW  Check-in [dfc10dbeb8]

Overview
Comment:Use OFList and OFArray in OFAutoreleasePool.
This reduces code duplication and looks far better.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dfc10dbeb86a9c0718200875fb594ac02edaaed29236448560bfb11109a0ff6d
User & Date: js on 2009-01-06 22:38:25
Other Links: manifest | tags
Context
2009-01-07
17:10
Also release the pools when we release the pool list.
We need to do that manually as we disabled retain / release for the
list.
check-in: 03618ea87b user: js tags: trunk
2009-01-06
22:38
Use OFList and OFArray in OFAutoreleasePool.
This reduces code duplication and looks far better.
check-in: dfc10dbeb8 user: js tags: trunk
2009-01-05
22:18
Reworked OFList. check-in: 8ab6561840 user: js tags: trunk
Changes