ObjFW  All files named "src/OFConstCString.h"

History for src/OFConstCString.h

2008-11-23
06:11
Deleted: New string API, string class completely rewritten.
One class for all string types now.
check-in: [bf02f0ef25] user: js, branch: trunk, size: 0
2008-11-05
20:30
More documentation stuff. file: [594c3b2544] check-in: [b5e28fc975] user: js, branch: trunk, size: 1194 [annotate] [blame] [check-ins using] [diff]
18:22
More documentation. file: [a6c136d668] check-in: [1caf21d1b2] user: js, branch: trunk, size: 1200 [annotate] [blame] [check-ins using] [diff]
2008-10-25
22:34
initWithFooString -> initAsFooString. file: [f47fa2a8ee] check-in: [326b0a1c33] user: js, branch: trunk, size: 531 [annotate] [blame] [check-ins using] [diff]
2008-10-11
20:26
Move length from base string class to subclasses & others. file: [7223dd66b9] check-in: [7b15048e25] user: js, branch: trunk, size: 533 [annotate] [blame] [check-ins using] [diff]
2008-10-08
23:15
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: [275b3732d6] check-in: [b597d49f43] user: js, branch: trunk, size: 496 [annotate] [blame] [check-ins using] [diff]

2008-10-05
19:20
Added: Reworked String API. file: [d27a028e68] check-in: [cf85bee74f] user: js, branch: trunk, size: 494 [annotate] [blame] [check-ins using]