History of file src/exceptions/OFChangeFileOwnerFailedException.m at check-in d3f6cf929334ad89
2013-06-27
| ||
09:38 | Deleted: Improve OFFile API. check-in: [20a5c3d547] user: js, branch: trunk, size: 0 | |
2013-06-22
| ||
12:12 |
Rework exceptions.
This mostly removes the argument for the class in which the exception This also removes a few other arguments which were not too helpful. In | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-02-13
| ||
23:10 |
Don't cache the description of exceptions.
This was pretty pointless, as it's usually only used once. file: [2d53fe58fd] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 2325 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [0b00f53cf5] check-in: [e40729d406] user: js, branch: trunk, size: 2440 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [7ba6b6f15a] check-in: [737a82e1a4] user: js, branch: trunk, size: 2422 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [14e214b944] check-in: [813c00ccf0] user: js, branch: trunk, size: 2422 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [5a1ab8f6f5] check-in: [917ce5754c] user: js, branch: trunk, size: 2416 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [e07fdc2eff] check-in: [fb515e8e24] user: js, branch: trunk, size: 2448 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [691dcbaf92] check-in: [c7adbcf399] user: js, branch: trunk, size: 2415 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [69fce37d1b] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2394 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [b902baaaa0] check-in: [ce70e17b38] user: js, branch: trunk, size: 2385 [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-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [7dece9bb14] check-in: [e1eea29286] user: js, branch: trunk, size: 2352 [annotate] [blame] [check-ins using] | |