ObjFW  History of src/exceptions/OFCopyFileFailedException.m of 048ed6208334dc2b

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

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
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. file: [124bf86a2d] check-in: [3d16a30f41] user: js, branch: trunk, size: 1788 [annotate] [blame] [check-ins using] [diff]

2013-03-04
17:20
Replace BOOL with bool.

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

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
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: [2f82a9d520] check-in: [e1e7ffa903] user: js, branch: trunk, size: 1898 [annotate] [blame] [check-ins using] [diff]

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]