ObjFW  History of src/exceptions/OFCopyItemFailedException.m of 31155755cc9963b8

History of the file that is called src/exceptions/OFCopyItemFailedException.m at check-in 31155755cc9963b8

2024-04-03
02:16
[edb5a19d4c] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1907) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[dd6abeea44] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1699) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[490227f2c9] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1699) [annotate] [blame] [check-ins using] [diff]
2022-11-24
00:21
[bffe79215a] part of check-in [23272e6d43] Rename OFURI to OFIRI (check-in: [23272e6d43] user: js, branch: trunk, size: 1699) [annotate] [blame] [check-ins using] [diff]
2022-09-28
21:40
[86e24afee9] part of check-in [e7ab06503c] Rename OFUR{L -> I} in preparation for URI support (check-in: [e7ab06503c] user: js, branch: trunk, size: 1699) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[db6f54b209] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1699) [annotate] [blame] [check-ins using] [diff]
2021-04-18
22:56
[4f3c187188] part of check-in [e73c65a849] Rename all symbols marked extern (check-in: [e73c65a849] user: js, branch: new-naming-convention, size: 1699) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[f16ddfd26e] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1700) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[1ccbb5f239] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1789) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[393cf20c9f] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1786) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[d6697a6c0e] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1780) [annotate] [blame] [check-ins using] [diff]
2017-12-29
21:33
[785894e8e1] part of check-in [c8defc67ad] OFURLHandler: Add methods for copy and move

Also refactor OFFileManager to make use of them. (check-in: [c8defc67ad] user: js, branch: trunk, size: 1757) [annotate] [blame] [check-ins using] [diff]

16:00
[d0facaaa0d] part of check-in [b4835ea9b7] OFFileManager: Refactor -[copyItemAtURL:toURL:]

Rather than just working for file URLs, this works with any URL now. (check-in: [b4835ea9b7] user: js, branch: trunk, size: 1739) [annotate] [blame] [check-ins using] [diff]

2017-10-17
00:33
[b180cf60f6] part of check-in [2f4e0df8be] Do not use implicit method return types

Instead, explicitly declare them, as OF_ASSUME_NONNULL_{BEGIN,END} does
not apply to implicit return types. This means that after this commit,
all init methods have a nonnull return type, as they should have. (check-in: [2f4e0df8be] user: js, branch: trunk, size: 1778) [annotate] [blame] [check-ins using] [diff]

2017-05-13
16:56
[2724ad2ead] part of check-in [4df6ab6bca] Fix compilation with GCC (check-in: [4df6ab6bca] user: js, branch: trunk, size: 1750) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[4db34f034e] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 1693) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[69d065156f] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 1688) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
[0f1fc43123] part of check-in [cec0f072f8] Update copyright

While at it, also update the mail address. (check-in: [cec0f072f8] user: js, branch: 0.8, size: 1741) [annotate] [blame] [check-ins using] [diff]

00:41
[70a96ba271] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 1682) [annotate] [blame] [check-ins using] [diff]

2015-11-29
11:43
[2ff802323e] part of check-in [48980f2297] Make properties a requirement and clean up code

This increases the required GCC version from 4.0 to 4.6 (exception:
Apple GCC, which already supports this with >= 4.0 starting with OS X
10.5). Since even GCC 4.6 is really old by now, there is no point in
still supporting something even older and making the code ugly because
of that. While some hardware and OS support was dropped from GCC 4.6
compared to GCC 4.0, there is nothing in there that would be an
interesting target with the exception of BeOS maybe - but a port to BeOS
can also be achieved using the Haiku support. The other dropped OSes are
mostly old versions of OSes while newer ones are still being supported
(and those newer versions of those OSes still support the same
hardware). (check-in: [48980f2297] user: js, branch: trunk, size: 1678) [annotate] [blame] [check-ins using] [diff]

2015-02-20
18:52
[dcfb3bb51c] part of check-in [e8bb29e8e8] Remove useless descriptions in some exceptions

errNo could never be 0 for those exceptions, so there's no point in
returning a different description if errNo is 0. (check-in: [e8bb29e8e8] user: js, branch: trunk, size: 1737) [annotate] [blame] [check-ins using] [diff]

2015-02-16
08:39
[31714a2509] part of check-in [62e2de30b9] Explicitly pass errno to exceptions

The old behaviour where the exception would access errno directly on
creation of the exception was very fragile. The two main problems with
it were that sometimes it would pick up an errno even though none had
been set and in other cases that when the exception was created errno
had already been overridden.

This also greatly increases errno handling on Win32, especially in
conjunction with sockets. It can still be improved further, though. (check-in: [62e2de30b9] user: js, branch: trunk, size: 1884) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[5c98735b80] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1689) [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
[d6b33a978d] part of check-in [13ee56edf3] Move all macros from OFObject.h to macros.h

This means that OFObject.h imports macros.h now, making it unnecessary
to manually import macros.h in almost every file. And while at it, also
import autorelease.h in OFObject.h, so that this doesn't need to be
manually imported in almost every file as well. (check-in: [13ee56edf3] user: js, branch: trunk, size: 1683) [annotate] [blame] [check-ins using] [diff]

2014-01-04
00:24
[62c565d7ab] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1702) [annotate] [blame] [check-ins using] [diff]
2013-12-09
22:19
Added: [4a42d531cf] part of check-in [169f06e1ec] Add +[OFFile copyItemAtPath:toPath:].

This replaces +[OFFile copyFileAtPath:toPath:]. (check-in: [169f06e1ec] user: js, branch: trunk, size: 1696) [annotate] [blame] [check-ins using]