ObjFW  History of src/OFString+XMLUnescaping.h of 0765df975418ee6a

History of the file that is called src/OFString+XMLUnescaping.h at check-in 0765df975418ee6a

2024-04-29
21:42
[a3d8075ac3] part of check-in [f16bccc7b3] Properly hide private symbols (check-in: [f16bccc7b3] user: js, branch: trunk, size: 3183) [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
[5e3aafdb56] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 3162) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[31d836e661] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2954) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[4b295ec8c5] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2954) [annotate] [blame] [check-ins using] [diff]
2022-10-20
21:18
[5fc70e7ddb] part of check-in [84a7314f5c] Document more exceptions (check-in: [84a7314f5c] user: js, branch: trunk, size: 2954) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[f15d871a62] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2652) [annotate] [blame] [check-ins using] [diff]
2021-04-17
03:21
[cbe997ff43] part of check-in [c4e0e56fa3] Rename all blocks (check-in: [c4e0e56fa3] user: js, branch: new-naming-convention, size: 2652) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[d4c2a5d60a] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2669) [annotate] [blame] [check-ins using] [diff]
2020-10-03
11:35
[0d82938925] part of check-in [163a4a5a2e] Use /** */ instead of /*! */ for documentation (check-in: [163a4a5a2e] user: js, branch: trunk, size: 2758) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[1f6c91e715] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2758) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[435f598a70] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2755) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[d083840a5f] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2749) [annotate] [blame] [check-ins using] [diff]
2017-11-18
18:50
[d4bab10b5e] part of check-in [cc3ad3ddd3] Documentation: Use @brief for all properties (check-in: [cc3ad3ddd3] user: js, branch: trunk, size: 2726) [annotate] [blame] [check-ins using] [diff]
2017-10-29
21:58
[8f5669758e] part of check-in [f3ccf14461] Convert methods to properties where appropriate

This improves Swift compatibility. (check-in: [f3ccf14461] user: js, branch: trunk, size: 2719) [annotate] [blame] [check-ins using] [diff]

2017-09-26
00:02
[48a186039b] part of check-in [3da9426ea5] Fix a few missing nullable (check-in: [3da9426ea5] user: js, branch: trunk, size: 2686) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[0f77351c40] 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: 2678) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[80508f23b4] 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: 2673) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
[4eea8469d9] part of check-in [cec0f072f8] Update copyright

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

00:41
[a3f8042d7d] part of check-in [2a27cf3000] Update copyright

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

2015-11-28
19:47
[84773e4642] part of check-in [650b4be224] Minor documentation improvements (check-in: [650b4be224] user: js, branch: trunk, size: 2663) [annotate] [blame] [check-ins using] [diff]
2015-11-21
18:35
[7a2761c9a2] part of check-in [d526d938d7] Remove OF_NULLABLE / OF_NONNULL

Now that Clang switched to use _Nullable and _Nonnull instead of
__nullable / __nonnull, there is no longer a conflict with glibc, which
means we can just define _Nullable / _Nonnull to nothing if they are not
understood by the compiler (which did not work with __nullable /
__nonnull due to this conflict).

This also defines _Null_unspecified to nothing if unavailable. (check-in: [d526d938d7] user: js, branch: trunk, size: 2659) [annotate] [blame] [check-ins using] [diff]

2015-06-14
10:45
[8e9c5825f8] part of check-in [b7097a67b6] Add OF_NONNULL / OF_NULLABLE and use that instead

Using __nonnull directly doesn't work on systems using glibc, as glibc
defines __nonnull as a parameterized define. While this does not fix the
problem of Clang introducing __nonnull even though it conflicts with
glibc, this at least means it's possible again to compile things with
versions of Clang that don't support __nonnull on systems with glibc. (check-in: [b7097a67b6] user: js, branch: trunk, size: 2661) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[faa405a093] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 2660) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[ca089314de] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2591) [annotate] [blame] [check-ins using] [diff]
2014-02-18
18:50
[44c8e9666f] part of check-in [246cfe0807] Documentation: Show correct imports (check-in: [246cfe0807] user: js, branch: trunk, size: 2585) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[e97794a010] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 2571) [annotate] [blame] [check-ins using] [diff]
2013-03-08
22:44
[42752e55c6] part of check-in [e8473b9db8] Document the block types.

This also removes "bool *stop" from some blocks where it does not make
sense. (check-in: [e8473b9db8] user: js, branch: trunk, size: 2565) [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
[f82a708982] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 2282) [annotate] [blame] [check-ins using] [diff]
2012-10-29
13:37
[fec8efb31f] part of check-in [1bcd4b3d46] Documentation improvements (add references). (check-in: [1bcd4b3d46] user: js, branch: 0.7, size: 2276) [annotate] [blame] [check-ins using] [diff]
13:35
[3d3fa06f14] part of check-in [e685b742d9] Documentation improvements (add references). (check-in: [e685b742d9] user: js, branch: trunk, size: 2276) [annotate] [blame] [check-ins using] [diff]
2012-10-28
12:38
[0af39e8a26] part of check-in [1ad9565253] Switch to a headerdoc-compatible doc format. (check-in: [1ad9565253] user: js, branch: trunk, size: 2270) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[3d118891eb] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 2270) [annotate] [blame] [check-ins using] [diff]
2011-09-11
17:09
[abf80efac1] part of check-in [8d554c0421] Documentation improvements. (check-in: [8d554c0421] user: js, branch: trunk, size: 2264) [annotate] [blame] [check-ins using] [diff]
2011-03-23
01:06
[66a2b53b23] part of check-in [23acf38456] Make more use of the OFObject protocol. (check-in: [23acf38456] user: js, branch: trunk, size: 2224) [annotate] [blame] [check-ins using] [diff]
2011-02-01
22:11
[180b3c909e] part of check-in [03d1b71d10] Use extern "C" where useful.
Improves ObjC++ compatibility.
(check-in: [03d1b71d10] user: js, branch: trunk, size: 2213) [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
[7ef76c4fa8] part of check-in [da6b3d26cb] Change license. (check-in: [da6b3d26cb] user: js, branch: trunk, size: 2146) [annotate] [blame] [check-ins using] [diff]
2010-12-10
11:21
[4977009eab] part of check-in [fada60d54c] Documentation fixes. (check-in: [fada60d54c] user: js, branch: trunk, size: 1890) [annotate] [blame] [check-ins using] [diff]
2010-10-06
19:37
[618bdaffae] part of check-in [2bf66ace60] Add missing #ifdef OF_HAVE_BLOCKS. (check-in: [2bf66ace60] user: js, branch: trunk, size: 1823) [annotate] [blame] [check-ins using] [diff]
2010-09-26
14:40
[dde235754c] part of check-in [76903ee63f] Add -[stringByXMLUnescapingWithBlock:]. (check-in: [76903ee63f] user: js, branch: trunk, size: 1794) [annotate] [blame] [check-ins using] [diff]
2010-09-05
23:19
[1fcc11b4c5] part of check-in [e2b06423e0] Replace OFObject* with id in many places.

We assume now that every object understands retain, release, etc. so
that we can weaken the type from OFObject* to id. This makes it
possible to use different root object classes. (check-in: [e2b06423e0] user: js, branch: trunk, size: 1430) [annotate] [blame] [check-ins using] [diff]

2010-06-16
19:54
[ddb946d7cf] part of check-in [c53d661daf] Rename a methods in OFXMLParserDelegate and add -[parser:foundCDATA]. (check-in: [c53d661daf] user: js, branch: trunk, size: 1437) [annotate] [blame] [check-ins using] [diff]
2010-06-12
20:47
Added: [b597a59e83] part of check-in [67917b918a] Move a few classes and categories so they have their own files. (check-in: [67917b918a] user: js, branch: trunk, size: 1400) [annotate] [blame] [check-ins using]