ObjFW  Hex Artifact Content

Artifact 033054ad75344811c179100e257e87c232435ca9aa0a36c9b6141b037f9d0727:

Manifest of check-in [033054ad75] - A few renames.

OFExceptions:
* OFNoMemException to OFOutOfMemoryException.
* OFMemNotPartOfObjException to OFMemoryNotPartOfObjectException.

OFObject:
* -[addItemToMemoryPool:] to -[addMemoryToPool:].
* -[allocWithSize:] to -[allocMemoryWithSize:].
* -[allocNItems:withSize] to -[allocMemoryForNItems:withSize:].
* -[resizeMem:toSize] to -[resizeMemory:toSize:].
* -[resizeMem:toNItems:withSize:] to
-[resizeMemoryToNItems:withSize:].
* -[freeMem] to -[freeMemory:].

OFString:
* -[urlencode] to -[urlEncodedString].
* -[urldecode] to -[urlDecodedString]. by js on 2009-05-29 19:21:57.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.