ObjFW  History of src/exceptions/OFNotOpenException.m of 374e1a1bfa30d767

History of the file that is called src/exceptions/OFNotOpenException.m at check-in 374e1a1bfa30d767

2024-01-02
17:17
Update copyright file: [6cbb571f79] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1217 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [bc94f442af] check-in: [8939cbdb52] user: js, branch: trunk, size: 1217 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [b0a200e662] check-in: [1a86b8175b] user: js, branch: trunk, size: 1217 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [884f75c882] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1217 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [45d81233dc] check-in: [c7f0229795] user: js, branch: trunk, size: 1306 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [722c502471] check-in: [0509d7a844] user: js, branch: trunk, size: 1303 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [69ad64b03c] check-in: [7e5c81e186] user: js, branch: trunk, size: 1297 [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
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. file: [dcddd6144c] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1274 [annotate] [blame] [check-ins using] [diff]

2017-05-13
16:56
Fix compilation with GCC file: [f2f0957e2a] check-in: [4df6ab6bca] user: js, branch: trunk, size: 1246 [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: [80096a1857] check-in: [4af49a13c3] user: js, branch: trunk, size: 1189 [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: [b3c92769c2] check-in: [44f45c2e35] user: js, branch: trunk, size: 1188 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

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

00:41
Update copyright

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

2015-11-29
11:43
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). file: [b40914ee6d] check-in: [48980f2297] user: js, branch: trunk, size: 1178 [annotate] [blame] [check-ins using] [diff]

2015-05-06
20:18
Added: OFNotConnectedException -> OFNotOpenException file: [8ece38b632] check-in: [ff759684e2] user: js, branch: trunk, size: 1191 [annotate] [blame] [check-ins using]