History of file src/exceptions/OFCopyFileFailedException.m at check-in 2713b481a1472825
2013-12-09
| ||
22:19 |
Deleted:
Add +[OFFile copyItemAtPath:toPath:].
This replaces +[OFFile copyFileAtPath:toPath:]. check-in: [169f06e1ec] user: js, branch: trunk, size: 0 | |
2013-11-23
| ||
01:12 | Add OF_INVALID_INIT_METHOD. file: [72ed5cf0b0] check-in: [35dafd5c57] user: js, branch: trunk, size: 1696 [annotate] [blame] [check-ins using] [diff] | |
2013-11-20
| ||
22:06 | Make exception properties atomic. file: [e2611a58a4] check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1786 [annotate] [blame] [check-ins using] [diff] | |
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: [0b1755f087] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1914 [annotate] [blame] [check-ins using] [diff] | |
2013-02-12
| ||
18:22 | Prefix all ivars with an underscore. file: [c8f8b1a133] check-in: [e40729d406] user: js, branch: trunk, size: 2001 [annotate] [blame] [check-ins using] [diff] | |
2013-02-05
| ||
22:24 | Move abort() to make old GCCs happy. file: [c7d13f40bb] check-in: [737a82e1a4] user: js, branch: trunk, size: 1959 [annotate] [blame] [check-ins using] [diff] | |
2013-01-09
| ||
22:24 | Update copyright. file: [51bb44a23b] check-in: [813c00ccf0] user: js, branch: trunk, size: 1959 [annotate] [blame] [check-ins using] [diff] | |
2012-12-22
| ||
15:37 | Add -[doesNotRecognizeSelector:]. file: [2df64adc88] check-in: [917ce5754c] user: js, branch: trunk, size: 1953 [annotate] [blame] [check-ins using] [diff] | |
2012-10-09
| ||
15:07 | Make use of instancetype. file: [0092226d0a] check-in: [fb515e8e24] user: js, branch: trunk, size: 1985 [annotate] [blame] [check-ins using] [diff] | |
2012-10-02
| ||
11:00 | Clean up properties in exceptions. file: [e12978b387] check-in: [c7adbcf399] user: js, branch: trunk, size: 1971 [annotate] [blame] [check-ins using] [diff] | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [af3294e8fa] check-in: [8892ae9fcc] user: js, branch: trunk, size: 1957 [annotate] [blame] [check-ins using] [diff] | |
2012-01-31
| ||
13:39 | Rename a few variables that were forgotten in the past. file: [ea25f448eb] check-in: [aef0a226d8] user: js, branch: trunk, size: 1948 [annotate] [blame] [check-ins using] [diff] | |
2012-01-05
| ||
00:56 | Update copyright. file: [2addac6352] check-in: [ce70e17b38] user: js, branch: trunk, size: 1904 [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: [b4ff248d49] check-in: [65ec63f7c1] user: js, branch: trunk, size: 1875 [annotate] [blame] [check-ins using] [diff] | |
2011-03-24
| ||
16:09 | Added: Split OFExceptions.{h,m} into one file per exception. file: [da0c6a5cd9] check-in: [e1eea29286] user: js, branch: trunk, size: 1876 [annotate] [blame] [check-ins using] | |