ObjFW  History of src/OFConstCString.m of 7b15048e25db728d

History of the file that is called src/OFConstCString.m at check-in 7b15048e25db728d

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-10-25
22:34
initWithFooString -> initAsFooString. file: [cab2a5a929] check-in: [326b0a1c33] user: js, branch: trunk, size: 820 [annotate] [blame] [check-ins using] [diff]
22:25
newWithFooString -> newAsFooString. file: [294711f4b4] check-in: [62abf39400] user: js, branch: trunk, size: 822 [annotate] [blame] [check-ins using] [diff]
2008-10-11
20:26
Move length from base string class to subclasses & others. file: [1ea6deb553] check-in: [7b15048e25] user: js, branch: trunk, size: 824 [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: [35f5f8dc91] check-in: [7a49441656] user: js, branch: trunk, size: 786 [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: [8e3e77d979] check-in: [b597d49f43] user: js, branch: trunk, size: 766 [annotate] [blame] [check-ins using] [diff]

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