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

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

2024-04-03
02:16
Change license to LGPLv3 only file: [a788184930] check-in: [7413a728a7] user: js, branch: trunk, size: 1556 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [9cc64ed58a] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1348 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [17867a761e] check-in: [8939cbdb52] user: js, branch: trunk, size: 1348 [annotate] [blame] [check-ins using] [diff]
2022-04-25
13:08
More declaration reordering for consistency file: [87056195a2] check-in: [29bc151b83] user: js, branch: trunk, size: 1348 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [aae3e97dd2] check-in: [1a86b8175b] user: js, branch: trunk, size: 1291 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [9e51070296] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1291 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [0ddad3269c] check-in: [c7f0229795] user: js, branch: trunk, size: 1380 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [cc077a8e92] check-in: [0509d7a844] user: js, branch: trunk, size: 1377 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [14341fd9b5] check-in: [7e5c81e186] user: js, branch: trunk, size: 1371 [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: [a805c3514a] check-in: [2f4e0df8be] user: js, branch: trunk, size: 1348 [annotate] [blame] [check-ins using] [diff]

2017-06-04
23:41
Add designated initializer to all exceptions file: [107f333674] check-in: [cc5923d6bb] user: js, branch: trunk, size: 1320 [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: [0c33db3e95] check-in: [4af49a13c3] user: js, branch: trunk, size: 1284 [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: [806dd9465e] check-in: [44f45c2e35] user: js, branch: trunk, size: 1281 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

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

00:41
Update copyright

While at it, also update the mail address. file: [e0f725da4b] check-in: [2a27cf3000] user: js, branch: trunk, size: 1275 [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: [5508cd2a7f] check-in: [48980f2297] user: js, branch: trunk, size: 1271 [annotate] [blame] [check-ins using] [diff]

2015-02-16
08:39
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. file: [bc3518da16] check-in: [62e2de30b9] user: js, branch: trunk, size: 1291 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [e814d7fe70] check-in: [cfd374b906] user: js, branch: trunk, size: 1311 [annotate] [blame] [check-ins using] [diff]
2014-07-07
22:05
Added: Add OFUnknownXMLEntityException

Additionally, OFXMLParser now uses OFMalformedXMLException instead of
OFInvalidFormatException on invalid entities. file: [b1e91714f8] check-in: [6e5a920567] user: js, branch: trunk, size: 1305 [annotate] [blame] [check-ins using]