History of file src/exceptions/OFRenameFileFailedException.m at check-in e1285e3ba901efdf
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: [33a7d5cf29] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1920 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [300b802be6] check-in: [e40729d406] user: js, branch: trunk, size: 2007 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [985b1ab9ce] check-in: [737a82e1a4] user: js, branch: trunk, size: 1965 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [aecb780fc6] check-in: [813c00ccf0] user: js, branch: trunk, size: 1965 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [bd163b2b08] check-in: [917ce5754c] user: js, branch: trunk, size: 1959 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [2f687e8aec] check-in: [fb515e8e24] user: js, branch: trunk, size: 1991 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [bcc9736c02] check-in: [c7adbcf399] user: js, branch: trunk, size: 1977 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [af0a07bcb2] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1963 [annotate] [blame] [check-ins using] [diff] | |
2012-01-31
| ||
13:39 | Rename a few variables that were forgotten in the past. file: [a9d15bac5e] check-in: [aef0a226d8] user: js, branch: trunk, size: 1954 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [2eaacacabd] check-in: [ce70e17b38] user: js, branch: trunk, size: 1910 [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-06-06
| ||
16:18 | Remove semicolons that should not have been there. file: [0319ec8956] check-in: [65ec63f7c1] user: js, branch: trunk, size: 1881 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [d24f625581] check-in: [e1eea29286] user: js, branch: trunk, size: 1882 [annotate] [blame] [check-ins using] | |