History of file src/exceptions/OFMutexUnlockFailedException.m at check-in 4560e88c45a4d438
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: [b30cc8b0ab] check-in: [0a55edad35] user: js, branch: trunk, size: 1534 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [ada6abbbc1] check-in: [fb515e8e24] user: js, branch: trunk, size: 1535 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [2d67d8d8e3] check-in: [c7adbcf399] user: js, branch: trunk, size: 1521 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [c4a9463880] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1514 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [08a37d6d7a] check-in: [ce70e17b38] user: js, branch: trunk, size: 1505 [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: [6b04031efb] check-in: [74eeea199c] user: js, branch: trunk, size: 1467 [annotate] [blame] [check-ins using] [diff] | |
2011-06-06
| ||
15:53 | Add missing imports to make gcc from trunk happy. file: [fb91526d89] check-in: [df329a38cd] user: js, branch: trunk, size: 1528 [annotate] [blame] [check-ins using] [diff] | |
2011-03-25
| ||
15:22 | Pass the mutex for mutex exceptions. file: [3c59ab0517] check-in: [343e80e785] user: js, branch: trunk, size: 1507 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [4ccaf05e15] check-in: [e1eea29286] user: js, branch: trunk, size: 891 [annotate] [blame] [check-ins using] | |