History of file tests/OFDataArray/OFDataArray.m at check-in 5903c87d36470b8c
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: OFObject: OFString: | |
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: OFAutoreleasePool: OFDataArray: OFObject: | |
16:50 |
A few renames in OFArray, OFDataArray and OFDictionary.
OFArray: OFDataArray: OFDictionary: | |
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 | |