History of the file that is called src/OFIterator.m at check-in a5aed6da301f09f8
|
2009-12-30
| ||
| 13:30 |
Deleted:
Rename OFIterator to OFEnumerator. This way, we avoid name inconsistency when introducing fast enumeration. (check-in: [b9e9dfb384] user: js, branch: trunk, size: 0) | |
|
2009-11-09
| ||
| 22:45 | [fcb2573c11] part of check-in [a3cc34b139] Rename libobjfw to ObjFW. (check-in: [a3cc34b139] user: js, branch: trunk, size: 1641) [annotate] [blame] [check-ins using] [diff] | |
|
2009-09-08
| ||
| 16:06 |
[d7091488bd]
part of check-in [bbf1f79b8f]
New OFDictionary implementation and removal of a hack in OFList.
The new implementation is easier to use as it does automatic resizing, I decided to change the implementation as only very few need a As the new implementation no longer uses OFList, this also made it | |
|
2009-07-19
| ||
| 16:01 | [6e8102a07c] part of check-in [42e16978dc] Prevent calling -[init] if parameters are required. (check-in: [42e16978dc] user: js, branch: trunk, size: 1509) [annotate] [blame] [check-ins using] [diff] | |
| 14:05 | [2650b6ee1b] part of check-in [4eae61a78f] Rename andFoo: to foo: in all methods. (check-in: [4eae61a78f] user: js, branch: trunk, size: 1416) [annotate] [blame] [check-ins using] [diff] | |
|
2009-06-30
| ||
| 13:38 | [7c8346b7b5] part of check-in [eddc0ba58c] Implement OFCopying and OFMutableCopying in OFDictionary. (check-in: [eddc0ba58c] user: js, branch: trunk, size: 1423) [annotate] [blame] [check-ins using] [diff] | |
|
2009-06-29
| ||
| 12:33 |
[96f23ad28b]
part of check-in [24ecf55297]
Changes to OFDictionary, OFIterator and OFList - see details.
OFDictionary: OFIterator: OFList: | |
|
2009-05-24
| ||
| 18:04 | [d4a26c57c8] part of check-in [94ea6848a8] Always use #include "config.h" instead of #import "config.h". (check-in: [94ea6848a8] user: js, branch: trunk, size: 1107) [annotate] [blame] [check-ins using] [diff] | |
|
2009-05-16
| ||
| 14:28 | [229d642bf2] part of check-in [b992a4b0e5] Add OFURLEncoding for OFString category. (check-in: [b992a4b0e5] user: js, branch: trunk, size: 1106) [annotate] [blame] [check-ins using] [diff] | |
|
2009-05-15
| ||
| 22:59 | [6f7dad4788] part of check-in [4c6d6c56ac] As we memset our ivars to 0, get rid of some useless ivar inits. (check-in: [4c6d6c56ac] user: js, branch: trunk, size: 1043) [annotate] [blame] [check-ins using] [diff] | |
|
2009-05-14
| ||
| 14:24 | [7c4dd9ded2] part of check-in [bdc9b3219f] Get rid of OFNotInSetException. (check-in: [bdc9b3219f] user: js, branch: trunk, size: 1053) [annotate] [blame] [check-ins using] [diff] | |
|
2009-05-05
| ||
| 12:05 |
[e57d8be90e]
part of check-in [2a4aa05a84]
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 | |
|
2009-04-26
| ||
| 12:31 | [1302660423] part of check-in [8d10e738d1] Rename getIterator -> iterator. (check-in: [8d10e738d1] user: js, branch: trunk, size: 1113) [annotate] [blame] [check-ins using] [diff] | |
|
2009-04-23
| ||
| 12:19 | Added: [40539f0c13] part of check-in [cd08bff565] Add OFIterator to iterate through an OFDictionary. (check-in: [cd08bff565] user: js, branch: trunk, size: 1116) [annotate] [blame] [check-ins using] | |