ObjFW  All files named "src/OFCString.h"

History for src/OFCString.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-19
18:27
Implement reverse for OF(Wide)CString & rename wcString -> wCString. file: [4014e47d9b] check-in: [cebd6fbbfc] user: js, branch: trunk, size: 1426 [annotate] [blame] [check-ins using] [diff]
2008-11-05
20:30
More documentation stuff. file: [af15a5856e] check-in: [b5e28fc975] user: js, branch: trunk, size: 1380 [annotate] [blame] [check-ins using] [diff]
17:13
Start documenting stuff. file: [661330dd84] check-in: [2690e9848f] user: js, branch: trunk, size: 1385 [annotate] [blame] [check-ins using] [diff]
2008-10-28
18:19
Add #undefs in OFHashes.

Just to be sure that we won't get any conflicts when someone addes new
hashes. file: [ed35d22672] check-in: [9759533b97] user: js, branch: trunk, size: 605 [annotate] [blame] [check-ins using] [diff]

2008-10-25
22:34
initWithFooString -> initAsFooString. file: [61914d08b2] check-in: [326b0a1c33] user: js, branch: trunk, size: 626 [annotate] [blame] [check-ins using] [diff]
2008-10-22
13:32
Reworked OFObject and added append(Wide)CString to OFString.

The reworked OFObject lets one test fail on the GNU runtime.
Unfortunately, I have no idea why... file: [7ab81c6a80] check-in: [e47ad44290] user: js, branch: trunk, size: 628 [annotate] [blame] [check-ins using] [diff]

2008-10-11
20:26
Move length from base string class to subclasses & others. file: [2b50f5bd43] check-in: [7b15048e25] user: js, branch: trunk, size: 582 [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: [6da69d89f7] check-in: [b597d49f43] user: js, branch: trunk, size: 548 [annotate] [blame] [check-ins using] [diff]

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