ObjFW  History of tests/OFDataArray/OFDataArray.m of 94ea6848a815dac4

History of the file that is called tests/OFDataArray/OFDataArray.m at check-in 94ea6848a815dac4

2009-09-30
15:01
Deleted: Migration of OFDataArray tests to new testing framework. check-in: [e7a372fea9] user: js, branch: trunk, size: 0
2009-05-29
19:21
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]. file: [92c6e56e71] check-in: [033054ad75] user: js, branch: trunk, size: 4332 [annotate] [blame] [check-ins using] [diff]

2009-05-24
18:04
Always use #include "config.h" instead of #import "config.h". file: [1d94987f01] check-in: [94ea6848a8] user: js, branch: trunk, size: 4311 [annotate] [blame] [check-ins using] [diff]
2009-05-23
21:53
A few renames.

OFArray:
* -[add:] to -[addObject:].
* -[last] to -[lastObject].

OFAutoreleasePool:
* +[addToPool:] to +[addObjectToTopmostPool:].
* -[addToPool:] to -[addObject:].

OFDataArray:
* -[add:] to -[addItem:].
* -[last] to -[lastItem].

OFObject:
* -[addToMemoryPool:] to -[addItemToMemoryPool:]. file: [ec34977a16] check-in: [526d04018d] user: js, branch: trunk, size: 4310 [annotate] [blame] [check-ins using] [diff]

16:50
A few renames in OFArray, OFDataArray and OFDictionary.

OFArray:
* Rename - object: to - objectAtIndex:.

OFDataArray:
* Rename - item: to - itemAtIndex:.

OFDictionary:
* Rename - get: to - objectForKey:.
* Rename - set:to: to - setObject:forKey:.
* Rename - remove: to - removeObjectForKey:. file: [6aad159bdb] check-in: [a29d403286] user: js, branch: trunk, size: 4255 [annotate] [blame] [check-ins using] [diff]

2009-05-18
19:38
Add test for OFArray. file: [a5da935c08] check-in: [9c435fddfc] user: js, branch: trunk, size: 4178 [annotate] [blame] [check-ins using] [diff]
17:50
Split OFArray into OFArray and OFMutableArray. file: [156e55b3b9] check-in: [163409967e] user: js, branch: trunk, size: 4178 [annotate] [blame] [check-ins using] [diff]
2009-05-15
20:01
Use OFString as much as possible. file: [ebf9c80b5a] check-in: [67066be692] user: js, branch: trunk, size: 4178 [annotate] [blame] [check-ins using] [diff]
2009-05-05
17:59
Rename - objects / - items in OFArray / OFDataArray to - count. file: [9fd6b5cc0c] check-in: [64bc94cdb3] user: js, branch: trunk, size: 4170 [annotate] [blame] [check-ins using] [diff]
12:05
Added: Rename OFArray to OFDataArray and add a new OFArray which stores objects.
Additionally, change OFAutoreleasePool to use the new OFArray.

And while at it, change #import <config.h> in some files to
#import "config.h". file: [63952be35a] check-in: [2a4aa05a84] user: js, branch: trunk, size: 4170 [annotate] [blame] [check-ins using]