ObjFW  Timeline

5 check-ins using file src/OFAutoreleasePool.m version 6b8df1f839

2009-02-14
17:16
Fix missing include and install OFComparable.h. (check-in: 5642f16519 user: js tags: trunk)
17:08
Big diff, see details. (check-in: 61a6ac873a user: js tags: trunk)
2009-01-24
20:28
[self alloc] isn't a good idea with the new API.
The reason is that a derived class, for example derived from OFArray,
would not return an OFArray when + arrayWithItemSize is called.
(check-in: 7feac9e596 user: js tags: trunk)
15:33
Remove now useless release calls. (check-in: e635b9a3fc user: js tags: trunk)
15:24
Adjust API to introduction of OFAutoreleasePool. (check-in: 1496808b81 user: js tags: trunk)