ObjFW  History of tests/OFSet.m of 8df328d503984284

History of the file that is called tests/OFSet.m at check-in 8df328d503984284

2014-05-02
20:30
Deleted: tests/OFSet.m: Rename to OFSetTests.m

It seems to have been wrong for years without anybody noticing. check-in: [fc1a1ccdb6] user: js, branch: trunk, size: 0

2014-01-04
00:24
Update copyright. file: [03d9084b14] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 3549 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. file: [6ea1882c4f] check-in: [c5ef582958] user: js, branch: trunk, size: 3543 [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
Update copyright. file: [bf4e4ccf3c] check-in: [813c00ccf0] user: js, branch: trunk, size: 3523 [annotate] [blame] [check-ins using] [diff]
2012-12-01
17:50
OFSet_hashtable: Store in OFMapTable. file: [d636bb81c7] check-in: [ed438b979d] user: js, branch: trunk, size: 3517 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [aefbf99a85] check-in: [ce70e17b38] user: js, branch: trunk, size: 3517 [annotate] [blame] [check-ins using] [diff]
2011-11-21
16:47
There is no need to hash 32 bit per character if Unicode has only 24. file: [1652ab5388] check-in: [d8a6ca3fbd] user: js, branch: trunk, size: 3511 [annotate] [blame] [check-ins using] [diff]
2011-11-20
18:41
Make OFString a class cluster.

It is a class cluster now, but there is still much to improve. file: [809b5f5056] check-in: [301ee63212] user: js, branch: trunk, size: 3511 [annotate] [blame] [check-ins using] [diff]

2011-09-22
23:25
Exceptions are now autoreleased.

This is safe as an "exception loop" can't happen, since if allocating
an exception fails, it throws an OFAllocFailedException which is
preallocated and can always be thrown.

So, the worst case would be that an autorelease of an exception fails,
triggering an OFOutOfMemoryException for which there is no memory,
resulting in an OFAllocFailedException to be thrown. file: [63f1a92dda] check-in: [e1e7ffa903] user: js, branch: trunk, size: 3511 [annotate] [blame] [check-ins using] [diff]

2011-07-21
19:52
Add -[unionSet:] to OFMutableSet. file: [7fcfa63b54] check-in: [05c71bf58b] user: js, branch: trunk, size: 3526 [annotate] [blame] [check-ins using] [diff]
19:17
Add -[minusSet:] and -[intersectSet:] to OFMutableSet. file: [072c14fa20] check-in: [821456272f] user: js, branch: trunk, size: 3404 [annotate] [blame] [check-ins using] [diff]
2011-07-20
16:50
Check for mutations during fast enumeration in OFMutableSet. file: [daab62c011] check-in: [dbd145b124] user: js, branch: trunk, size: 2996 [annotate] [blame] [check-ins using] [diff]
2011-07-19
23:04
Add fast enumeration to OFSet. file: [6401139555] check-in: [cbf0b4dd91] user: js, branch: trunk, size: 2726 [annotate] [blame] [check-ins using] [diff]
2011-07-18
22:53
Added: Add OFSet and OFMutableSet. file: [32e4ef9e41] check-in: [8df328d503] user: js, branch: trunk, size: 2244 [annotate] [blame] [check-ins using]