ObjFW  Check-in [b597d49f43]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b597d49f43757f7b3da49044b2f25ca9fa84dd6ae18ff5e44b082bd3e3b66747
User & Date: js on 2008-10-08 23:15:26
Other Links: manifest | tags
Context
2008-10-09
00:25
Multiple changes, see details. check-in: 7a49441656 user: js tags: trunk
2008-10-08
23:15
Multiple changes, see details. check-in: b597d49f43 user: js tags: trunk
2008-10-07
22:04
#import <stdint.h> was missing. check-in: 1c99e71818 user: js tags: trunk
Changes

Added TODO version [3bc4d8c53a].

Modified src/OFCString.h from [b9bde22b67] to [6da69d89f7].    [diff]

Modified src/OFCString.m from [b967cecc4b] to [dae2c6c4a3].    [diff]

Modified src/OFConstCString.h from [d27a028e68] to [275b3732d6].    [diff]

Modified src/OFConstCString.m from [d6fb406d96] to [8e3e77d979].    [diff]

Modified src/OFConstWideCString.h from [357f188ce4] to [47a8761c52].    [diff]

Modified src/OFConstWideCString.m from [1c21e29078] to [700b4e543c].    [diff]

Modified src/OFExceptions.h from [8109e7dcaa] to [03939ec239].    [diff]

Modified src/OFExceptions.m from [37b58b7cb0] to [6d13800ff5].    [diff]

Modified src/OFFile.h from [f1d0a00de8] to [fb39a1e440].    [diff]

Modified src/OFFile.m from [485706b49a] to [ab4b7dd898].    [diff]

Modified src/OFObject.h from [b47bfb1d54] to [20796294ad].    [diff]

Modified src/OFObject.m from [deca1fe096] to [c1de4ea884].    [diff]

Modified src/OFString.h from [9a4ef12426] to [6806a7a1f1].    [diff]

Modified src/OFString.m from [7599c02c21] to [a57e73bfa3].    [diff]

Modified src/OFWideCString.h from [80e2b819bc] to [3956b2854d].    [diff]

Modified src/OFWideCString.m from [87572356ea] to [581afa2b30].    [diff]

Modified tests/OFObject/OFObject.m from [436ef088ef] to [15b4656509].    [diff]

Modified tests/OFString/OFString.m from [453b60b8cb] to [c0f30552d4].    [diff]

Modified tests/OFWideString/OFWideString.m from [181ff63706] to [1a00935b6a].    [diff]