ObjFW  History of src/exceptions/OFMutexLockFailedException.m of df329a38cd1aa748

History of the file that is called src/exceptions/OFMutexLockFailedException.m at check-in df329a38cd1aa748

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: [f08d944c22] check-in: [0a55edad35] user: js, branch: trunk, size: 1528 [annotate] [blame] [check-ins using] [diff]

2012-10-09
15:07
Make use of instancetype. file: [addab7c263] check-in: [fb515e8e24] user: js, branch: trunk, size: 1529 [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
Clean up properties in exceptions. file: [d6f9329fe7] check-in: [c7adbcf399] user: js, branch: trunk, size: 1515 [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
Don't access isa directly. file: [0f471f5960] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1508 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [96099c5585] check-in: [ce70e17b38] user: js, branch: trunk, size: 1499 [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: [836573c633] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1493 [annotate] [blame] [check-ins using] [diff]

2011-09-11
00:03
Make use of the fact that -[retain] and -[release] must not throw. file: [cfc2a2c3db] check-in: [74eeea199c] user: js, branch: trunk, size: 1461 [annotate] [blame] [check-ins using] [diff]
2011-06-06
15:53
Add missing imports to make gcc from trunk happy. file: [6cdc6df2bc] check-in: [df329a38cd] user: js, branch: trunk, size: 1522 [annotate] [blame] [check-ins using] [diff]
2011-03-25
15:22
Pass the mutex for mutex exceptions. file: [b44ad10d78] check-in: [343e80e785] user: js, branch: trunk, size: 1501 [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [e907d72b31] check-in: [e1eea29286] user: js, branch: trunk, size: 885 [annotate] [blame] [check-ins using]