ObjFW  History of src/exceptions/OFCopyFileFailedException.m of 7c33158c22bac1a6

History of the file that is called src/exceptions/OFCopyFileFailedException.m at check-in 7c33158c22bac1a6

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
[72ed5cf0b0] part of check-in [35dafd5c57] Add OF_INVALID_INIT_METHOD. (check-in: [35dafd5c57] user: js, branch: trunk, size: 1696) [annotate] [blame] [check-ins using] [diff]
2013-11-20
22:06
[e2611a58a4] part of check-in [85e8ccc3a5] Make exception properties atomic. (check-in: [85e8ccc3a5] user: js, branch: trunk, size: 1786) [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
[124bf86a2d] part of check-in [3d16a30f41] Rework exceptions.

This mostly removes the argument for the class in which the exception
occurred. As backtraces were recently added for all platforms, the
passed class does not give any extra information on where the exception
occurred anymore.

This also removes a few other arguments which were not too helpful. In
the past, the idea was to pass as many arguments as possible so that it
is easier to find the origin of the exception. However, as backtraces
are a much better way to find the origin, those are not useful anymore
and just make the exception more cumbersome to use. The rule is now to
only pass arguments that might help in recovering from the exception or
provide information that is otherwise not easily accessible. (check-in: [3d16a30f41] user: js, branch: trunk, size: 1788) [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
[8f083aa045] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 1920) [annotate] [blame] [check-ins using] [diff]

2013-02-13
23:10
[0b1755f087] part of check-in [d9ddc4d06e] Don't cache the description of exceptions.

This was pretty pointless, as it's usually only used once. (check-in: [d9ddc4d06e] user: js, branch: trunk, size: 1914) [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
[c8f8b1a133] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 2001) [annotate] [blame] [check-ins using] [diff]
2013-02-05
22:24
[c7d13f40bb] part of check-in [737a82e1a4] Move abort() to make old GCCs happy. (check-in: [737a82e1a4] user: js, branch: trunk, size: 1959) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[51bb44a23b] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1959) [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
[2df64adc88] part of check-in [917ce5754c] Add -[doesNotRecognizeSelector:]. (check-in: [917ce5754c] user: js, branch: trunk, size: 1953) [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
[0092226d0a] part of check-in [fb515e8e24] Make use of instancetype. (check-in: [fb515e8e24] user: js, branch: trunk, size: 1985) [annotate] [blame] [check-ins using] [diff]
2012-10-02
11:00
[e12978b387] part of check-in [c7adbcf399] Clean up properties in exceptions. (check-in: [c7adbcf399] user: js, branch: trunk, size: 1971) [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
[af3294e8fa] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 1957) [annotate] [blame] [check-ins using] [diff]
2012-01-31
13:39
[ea25f448eb] part of check-in [aef0a226d8] Rename a few variables that were forgotten in the past. (check-in: [aef0a226d8] user: js, branch: trunk, size: 1948) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[2addac6352] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 1904) [annotate] [blame] [check-ins using] [diff]
2011-09-22
23:25
[2f82a9d520] part of check-in [e1e7ffa903] 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. (check-in: [e1e7ffa903] user: js, branch: trunk, size: 1898) [annotate] [blame] [check-ins using] [diff]

2011-06-06
16:18
[b4ff248d49] part of check-in [65ec63f7c1] Remove semicolons that should not have been there. (check-in: [65ec63f7c1] user: js, branch: trunk, size: 1875) [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: [da0c6a5cd9] part of check-in [e1eea29286] Split OFExceptions.{h,m} into one file per exception. (check-in: [e1eea29286] user: js, branch: trunk, size: 1876) [annotate] [blame] [check-ins using]