ObjFW  History of src/OFXMLNode.m of 676e09bf77edfd4a

History of the file that is called src/OFXMLNode.m at check-in 676e09bf77edfd4a

2024-04-03
02:16
[b97a6d6e13] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1768) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[187861b96d] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1560) [annotate] [blame] [check-ins using] [diff]
2023-04-10
19:22
[db9f6871fb] 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: 1560) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[dcf0255e3f] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1725) [annotate] [blame] [check-ins using] [diff]
2022-09-04
13:17
[ae31a5d0f3] part of check-in [eed200181b] OFXMLElement: Remove defaultNamespace property (check-in: [eed200181b] user: js, branch: trunk, size: 1725) [annotate] [blame] [check-ins using] [diff]
2022-08-29
22:07
[b17a4348f8] part of check-in [4d03f6f1a5] Make the base for parsing numbers an unsigned char (check-in: [4d03f6f1a5] user: js, branch: trunk, size: 2034) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[fd3b7789fd] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2014) [annotate] [blame] [check-ins using] [diff]
2021-03-07
20:25
[7f68e69172] part of check-in [1b82d3bf4f] *.m: Fold methods into one line where it fits (check-in: [1b82d3bf4f] user: js, branch: trunk, size: 2014) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[d7c9563cf3] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2015) [annotate] [blame] [check-ins using] [diff]
2020-08-11
19:45
[089c365f8a] part of check-in [b6ee372b98] OFString: Rework number parsing API

This solves the old signed vs. unsigned problem and allows for more
bases than just 8, 10 and 16, as well as auto-detection of the base (if
base is 0). (check-in: [b6ee372b98] user: js, branch: trunk, size: 2104) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[8f7acafb9c] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1843) [annotate] [blame] [check-ins using] [diff]
2019-03-08
00:35
[ed42a019d1] part of check-in [bceb7ed4c9] Use dot syntax (check-in: [bceb7ed4c9] user: js, branch: trunk, size: 1840) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[badc6f5c55] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1856) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[e901023130] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1850) [annotate] [blame] [check-ins using] [diff]
2017-10-17
00:33
[1114a90ee4] 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: 1827) [annotate] [blame] [check-ins using] [diff]

2017-05-21
21:28
[858e69720c] 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: 1795) [annotate] [blame] [check-ins using] [diff]

2017-05-07
23:14
[9e4a8b39c2] part of check-in [16c05e87e1] Add OF_UNAVAILABLE (check-in: [16c05e87e1] user: js, branch: trunk, size: 1795) [annotate] [blame] [check-ins using] [diff]
20:10
[d0fa412fe1] 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: 1708) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[4a9dbfcb4a] 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: 1699) [annotate] [blame] [check-ins using] [diff]

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

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

2015-01-03
20:57
[457acce9f3] 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
[90b24c9f4c] 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-05-04
23:57
[b9283daef7] part of check-in [bb63873748] Move -[setStringValue:] to OFXMLNode (check-in: [bb63873748] user: js, branch: trunk, size: 1703) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[c48b471d7e] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1625) [annotate] [blame] [check-ins using] [diff]
2013-11-23
01:27
[84a940a509] part of check-in [6e19bd47ee] Add OF_UNRECOGNIZED_SELECTOR. (check-in: [6e19bd47ee] user: js, branch: trunk, size: 1619) [annotate] [blame] [check-ins using] [diff]
01:12
[d0cf0df8f6] part of check-in [35dafd5c57] Add OF_INVALID_INIT_METHOD. (check-in: [35dafd5c57] user: js, branch: trunk, size: 1712) [annotate] [blame] [check-ins using] [diff]
2013-02-05
22:24
[4dde527cf4] part of check-in [737a82e1a4] Move abort() to make old GCCs happy. (check-in: [737a82e1a4] user: js, branch: trunk, size: 1780) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[4194059f96] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 1780) [annotate] [blame] [check-ins using] [diff]
2012-12-22
15:37
[6055c48f8a] part of check-in [917ce5754c] Add -[doesNotRecognizeSelector:]. (check-in: [917ce5754c] user: js, branch: trunk, size: 1774) [annotate] [blame] [check-ins using] [diff]
2012-07-12
01:28
[cb63feb9eb] part of check-in [8892ae9fcc] Don't access isa directly. (check-in: [8892ae9fcc] user: js, branch: trunk, size: 1941) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[350476157f] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 1905) [annotate] [blame] [check-ins using] [diff]
2011-10-04
13:14
[06b6f41850] part of check-in [03f14bf019] Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: [03f14bf019] user: js, branch: trunk, size: 1899) [annotate] [blame] [check-ins using] [diff]
2011-09-28
14:38
[90856c905b] part of check-in [9e82f99f09] Various small bugfixes. (check-in: [9e82f99f09] user: js, branch: trunk, size: 1789) [annotate] [blame] [check-ins using] [diff]
00:05
Added: [702f1c18a8] part of check-in [96c3df8f67] Add OFXMLNode as a common base class for OFXMLElement & OFXMLAttribute. (check-in: [96c3df8f67] user: js, branch: trunk, size: 1768) [annotate] [blame] [check-ins using]