ObjFW  History of src/exceptions/OFTruncatedDataException.m of c7f0229795431423

History of the file that is called src/exceptions/OFTruncatedDataException.m at check-in c7f0229795431423

2024-01-02
17:17
Update copyright file: [a7e70437ac] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 781 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [6e19bde17d] check-in: [8939cbdb52] user: js, branch: trunk, size: 781 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [d3465afc55] check-in: [1a86b8175b] user: js, branch: trunk, size: 781 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [2469f5f0f8] check-in: [374e1a1bfa] user: js, branch: trunk, size: 781 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [3c7848233b] check-in: [c7f0229795] user: js, branch: trunk, size: 870 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [f72da471d1] check-in: [0509d7a844] user: js, branch: trunk, size: 867 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [92671bcd12] check-in: [7e5c81e186] user: js, branch: trunk, size: 861 [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
Small code style change

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

2017-01-09
17:36
Update copyright

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

2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [2ec5523db9] check-in: [cfd374b906] user: js, branch: trunk, size: 827 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [95ea776e3d] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 821 [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: [1f8e72af66] check-in: [3d16a30f41] user: js, branch: trunk, size: 815 [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: [614023628e] check-in: [d9ddc4d06e] user: js, branch: trunk, size: 872 [annotate] [blame] [check-ins using] [diff]

2013-02-12
18:22
Prefix all ivars with an underscore. file: [0c9b919885] check-in: [e40729d406] user: js, branch: trunk, size: 959 [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
Update copyright. file: [c262fab980] check-in: [813c00ccf0] user: js, branch: trunk, size: 954 [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
Update copyright. file: [00b538f505] check-in: [ce70e17b38] user: js, branch: trunk, size: 948 [annotate] [blame] [check-ins using] [diff]
2011-03-24
16:09
Added: Split OFExceptions.{h,m} into one file per exception. file: [72ac8992fe] check-in: [e1eea29286] user: js, branch: trunk, size: 942 [annotate] [blame] [check-ins using]