ObjFW  History of src/OFXMLCharacters.m of 371e4c05d41fe064

History of the file that is called src/OFXMLCharacters.m at check-in 371e4c05d41fe064

2024-04-03
02:16
[cf7bf29ded] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1923) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[9e533c6ec8] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1715) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[d4a7b166de] part of check-in [6ce0093f8d] Remove OFSerialization

While the idea sounds nice that the tag name is the class, this means the
serialization includes whether something is mutable or immutable. This means
doing as much as making something immutable changes the serialization, which
can then cause issues after being deserialized. (check-in: [6ce0093f8d] user: js, branch: trunk, size: 1715) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[0f7714df74] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2355) [annotate] [blame] [check-ins using] [diff]
2022-09-04
13:17
[53e16f06bf] part of check-in [eed200181b] OFXMLElement: Remove defaultNamespace property (check-in: [eed200181b] user: js, branch: trunk, size: 2355) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[9ea4b56013] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2628) [annotate] [blame] [check-ins using] [diff]
2021-04-19
21:54
[f6eb447f0f] part of check-in [458420998c] Rename a few more constants (check-in: [458420998c] user: js, branch: new-naming-convention, size: 2628) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[e5ae18f07a] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2632) [annotate] [blame] [check-ins using] [diff]
2020-10-10
14:27
[a2bb78c19c] part of check-in [aeb403a1ed] OFObject: Change type of -[hash] to unsigned long

The internal hash is still 32 bit in most places, but this way, it is at
least not baked into the API and ABI and can be upgraded later, should
that ever be necessary. (check-in: [aeb403a1ed] user: js, branch: trunk, size: 2721) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[d05a22ddc3] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2716) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[0b6f50536f] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 2713) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[7f78add46a] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2733) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[5051ca9e81] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2727) [annotate] [blame] [check-ins using] [diff]
2017-11-11
23:27
[3c0292cdea] part of check-in [526feacebc] Small optimization for -[isEqual:] (check-in: [526feacebc] user: js, branch: trunk, size: 2704) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[7fa5226ce0] 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: 2667) [annotate] [blame] [check-ins using] [diff]

2017-05-21
21:28
[366dd6ac23] part of check-in [6b77a5dd8b] Prefix private methods with of_ instead of OF_

This matches Apple's style. (check-in: [6b77a5dd8b] user: js, branch: trunk, size: 2639) [annotate] [blame] [check-ins using] [diff]

2017-05-07
23:14
[19c67d9f30] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 2639) [annotate] [blame] [check-ins using] [diff]
20:10
[6b9ad84ac8] 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: 2603) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[28531794c6] 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: 2592) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[30e997426b] part of check-in [2a27cf3000] Update copyright

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

2015-01-03
20:57
[2da6214498] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2582) [annotate] [blame] [check-ins using] [diff]
2014-06-21
21:43
[b46ce4ea79] 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: 2576) [annotate] [blame] [check-ins using] [diff]

2014-05-04
23:57
[a711001bc8] part of check-in [bb63873748] Move -[setStringValue:] to OFXMLNode (check-in: [bb63873748] user: js, branch: trunk, size: 2601) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[6bff098399] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2468) [annotate] [blame] [check-ins using] [diff]
2013-06-22
12:12
[34ed4f268b] part of check-in [3d16a30f41] 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. (check-in: [3d16a30f41] user: js, branch: trunk, size: 2462) [annotate] [blame] [check-ins using] [diff]

2013-03-09
09:45
[046d0816e6] part of check-in [b149669549] Fix a few missing dealloc methods. (check-in: [b149669549] user: js, branch: trunk, size: 2517) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[980de5ea74] part of check-in [c5ef582958] Replace BOOL with bool.

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

2013-02-12
18:22
[872a1be8d0] part of check-in [e40729d406] Prefix all ivars with an underscore. (check-in: [e40729d406] user: js, branch: trunk, size: 2450) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[d1e25b4850] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 2454) [annotate] [blame] [check-ins using] [diff]
2012-10-09
15:07
[ae50e60984] part of check-in [fb515e8e24] Make use of instancetype. (check-in: [fb515e8e24] user: js, branch: trunk, size: 2448) [annotate] [blame] [check-ins using] [diff]
2012-08-10
20:08
[c037bb1a71] part of check-in [1255f3a11a] Directly use the runtime's autorelease pools.

This greatly improves performance, as it gets rid of the overhead of
OFAutoreleasePool. (check-in: [1255f3a11a] user: js, branch: trunk, size: 2434) [annotate] [blame] [check-ins using] [diff]

2012-07-12
01:28
[992b1e5e2e] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 2443) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[be73869b51] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 2434) [annotate] [blame] [check-ins using] [diff]
2011-10-04
13:14
Added: [8732a70012] part of check-in [03f14bf019] Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: [03f14bf019] user: js, branch: trunk, size: 2428) [annotate] [blame] [check-ins using]