ObjFW  All files named "TODO"

History for TODO

2009-12-23
15:47
Deleted: Remove TODO from 0.1 branch as it is only useful in the default branch. check-in: [bf9e659a92] user: js, branch: 0.1, size: 0
2009-12-05
18:15
Update TODO. file: [9b693cca2b] check-in: [741eca944e] user: js, branch: trunk, size: 419 [annotate] [blame] [check-ins using] [diff]
2009-12-03
18:50
Make OFStream caching invisible to the programmer. file: [83c7dabc44] check-in: [fc0b2500b9] user: js, branch: trunk, size: 447 [annotate] [blame] [check-ins using] [diff]
2009-10-17
20:09
Update TODO. file: [dbceb3bf95] check-in: [60e4985929] user: js, branch: trunk, size: 494 [annotate] [blame] [check-ins using] [diff]
2009-07-19
16:32
Add PLATFORMS file. file: [68930b40ba] check-in: [0123352146] user: js, branch: trunk, size: 283 [annotate] [blame] [check-ins using] [diff]
2009-06-01
01:44
It's far more likely the lock we search is at the end.
Additionally, add tests for objc_sync_*.
file: [7841473511] check-in: [4b03ccfe1f] user: js, branch: trunk, size: 288 [annotate] [blame] [check-ins using] [diff]
2009-05-05
12:05
Rename OFArray to OFDataArray and add a new OFArray which stores objects.
Additionally, change OFAutoreleasePool to use the new OFArray.

And while at it, change #import <config.h> in some files to
#import "config.h". file: [dd0b2c72a6] check-in: [2a4aa05a84] user: js, branch: trunk, size: 307 [annotate] [blame] [check-ins using] [diff]

2009-05-03
15:45
readLine: for OFTCPSocket. file: [061c6493ac] check-in: [dabcc373f7] user: js, branch: trunk, size: 310 [annotate] [blame] [check-ins using] [diff]
2009-04-19
23:33
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. file: [5112e114d4] check-in: [b258d80203] user: js, branch: trunk, size: 277 [annotate] [blame] [check-ins using] [diff]

2009-03-14
17:17
Preliminary OFPlugin implementation.
Win32 isn't supported yet due to the problems libobjc + DLLs.
file: [9efbe0a9f9] check-in: [2e13035431] user: js, branch: trunk, size: 246 [annotate] [blame] [check-ins using] [diff]
2009-01-05
00:56
Initial OFAutoreleasePool - still needs a *lot* of testing. file: [b1093a5a98] check-in: [b412845664] user: js, branch: trunk, size: 268 [annotate] [blame] [check-ins using] [diff]
2009-01-02
17:20
Some import fixes, some static lib and win32 enhancements. file: [45e4e88464] check-in: [ba01b9c18a] user: js, branch: trunk, size: 209 [annotate] [blame] [check-ins using] [diff]
2008-12-20
14:41
Don't put void* in lists, but objects. file: [db83e9cc17] check-in: [b2c9f574cb] user: js, branch: trunk, size: 186 [annotate] [blame] [check-ins using] [diff]
2008-12-07
10:24
OFSocket -> OFTCPSocket. file: [f827867bc5] check-in: [d1a5065e69] user: js, branch: trunk, size: 175 [annotate] [blame] [check-ins using] [diff]
2008-11-18
20:20
Also symlink libobjfw.so.1.0 for the tests. file: [e468325e51] check-in: [7d335829dc] user: js, branch: trunk, size: 184 [annotate] [blame] [check-ins using] [diff]
2008-11-07
17:25
Implementation for OFBigArray. file: [1c6f68e944] check-in: [59f16e8a3d] user: js, branch: trunk, size: 182 [annotate] [blame] [check-ins using] [diff]
2008-11-01
18:21
Reduce object calls in OFHashes. file: [e12a5a7d6a] check-in: [9c0e2dbc57] user: js, branch: trunk, size: 170 [annotate] [blame] [check-ins using] [diff]
2008-10-26
02:45
Add OFHashes. Only MD5 so far. file: [9dfe96e62a] check-in: [9a0cc3bc23] user: js, branch: trunk, size: 151 [annotate] [blame] [check-ins using] [diff]
2008-10-08
23:15
Added: Multiple changes, see details.

* OFObject getMem: renamd to getMemWithSize:.
* OFString compare: renamed to compareTo:.
* Exceptions don't throw itself anymore.
* Exceptions include an error string now.
* Exceptions now got raise and string.
* New methods for OFFile:
* changeModeOfFile:toMode:
* changeOwnerOfFile:toOwner:andGroup:
* delete:
* link:to:
* symlink:to:
* OFFile isEndOfFile renamd to atEndOfFile
* OFNotImplementedExeception newWithObject:andMethod renamed to
newWithObject:andSelector:.
* Tests updated accordingly.
* TODO list added. file: [3bc4d8c53a] check-in: [b597d49f43] user: js, branch: trunk, size: 156 [annotate] [blame] [check-ins using]