History of file src/exceptions/OFMutexStillLockedException.m at check-in 965b8afeefa6355c
2012-10-26
| ||
11:23 | Deleted: Add OFLocking protocol. check-in: [7c33158c22] user: js, branch: trunk, size: 0 | |
11:04 |
Split OFThread.m into multiple files.
It was time to finally have one file per class. file: [b67597220c] check-in: [0a55edad35] user: js, branch: trunk, size: 1577 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [e4ecfab482] check-in: [fb515e8e24] user: js, branch: trunk, size: 1578 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [a03e941bbe] check-in: [c7adbcf399] user: js, branch: trunk, size: 1564 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [ff0c5d43a6] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1557 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [b9e292235b] check-in: [ce70e17b38] user: js, branch: trunk, size: 1548 [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 So, the worst case would be that an autorelease of an exception fails, | |
2011-09-11
| ||
00:03 | Make use of the fact that -[retain] and -[release] must not throw. file: [2f49017fed] check-in: [74eeea199c] user: js, branch: trunk, size: 1510 [annotate] [blame] [check-ins using] [diff] | |
2011-06-06
| ||
15:53 | Add missing imports to make gcc from trunk happy. file: [149190a6c2] check-in: [df329a38cd] user: js, branch: trunk, size: 1571 [annotate] [blame] [check-ins using] [diff] | |
2011-03-25
| ||
15:22 | Added: Pass the mutex for mutex exceptions. file: [c55164b0a2] check-in: [343e80e785] user: js, branch: trunk, size: 1550 [annotate] [blame] [check-ins using] | |