ObjFW  Check-in [b258d80203]

Overview
Comment:Update TODO.

OFStack is not needed: OFArray offers - add, - removeNItems and - last,
therefore it offers everything an OFStack class would offer. And for
performance, there's OFBigArray, so you don't resize for every element.

OFSortedQueue does not sound too useful, therefore I removed it from
TODO.

OFTLSSocket and OFXMPPClient should be separate libraries.

Changed priorities as well.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b258d802032b141d670154d3827785b2ceafe466a236a172af79c9f977569e16
User & Date: js on 2009-04-19 23:33:03
Other Links: manifest | tags
Context
2009-04-20
01:04
Some optimizations and a few renames of internal vars in OFXMLFactory. check-in: 571eb6c222 user: js tags: trunk
2009-04-19
23:33
Update TODO. check-in: b258d80203 user: js tags: trunk
23:19
More methods for OFNumber. check-in: 1898ec5a4b user: js tags: trunk
Changes