ObjFW  All files named "src/OFConstWideCString.m"

History for src/OFConstWideCString.m

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: [1a558eeed6] check-in: [cebd6fbbfc] user: js, branch: trunk, size: 843 [annotate] [blame] [check-ins using] [diff]
2008-10-25
22:34
initWithFooString -> initAsFooString. file: [ef59396699] check-in: [326b0a1c33] user: js, branch: trunk, size: 843 [annotate] [blame] [check-ins using] [diff]
22:25
newWithFooString -> newAsFooString. file: [68175f182a] check-in: [62abf39400] user: js, branch: trunk, size: 845 [annotate] [blame] [check-ins using] [diff]
2008-10-11
20:26
Move length from base string class to subclasses & others. file: [d6f7c115da] check-in: [7b15048e25] user: js, branch: trunk, size: 847 [annotate] [blame] [check-ins using] [diff]
2008-10-09
00:25
Multiple changes, see details.

* Use config.h.
* Check whether to use sel_get_name or sel_getName.
* Rename freeWithData to freeIncludingData. file: [eee891da1e] check-in: [7a49441656] user: js, branch: trunk, size: 809 [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: [700b4e543c] check-in: [b597d49f43] user: js, branch: trunk, size: 789 [annotate] [blame] [check-ins using] [diff]

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