ObjFW  History of src/of_asprintf.h of d5236bb40eb246cd

History of the file that is called src/of_asprintf.h at check-in d5236bb40eb246cd

2024-04-03
02:16
[e19f4f7099] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 1110) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[161f223d7c] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 902) [annotate] [blame] [check-ins using] [diff]
2023-08-23
12:44
[a88266211f] part of check-in [05d675eb07] Add OFStrFTime() consistent with OFStrPTime() (check-in: [05d675eb07] user: js, branch: trunk, size: 979) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[a9b63bfa65] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 902) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[090f42d33a] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 902) [annotate] [blame] [check-ins using] [diff]
2021-04-18
20:51
Renamed src/of_asprintf.h → src/OFASPrintF.h. [ca2e45c02b] part of check-in [35de667566] Rename everything in several smaller files (check-in: [35de667566] user: js, branch: new-naming-convention, size: 902) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[2f5af44b9a] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 986) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[5347c6d019] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1075) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[9493696ec4] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1072) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[1d36d74d59] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1066) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[adfec6bf61] 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: 1043) [annotate] [blame] [check-ins using] [diff]

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

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

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

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

2015-11-21
18:35
[eedd732e01] 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: 1033) [annotate] [blame] [check-ins using] [diff]

2015-06-14
10:45
[7fb013ccb5] 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: 1045) [annotate] [blame] [check-ins using] [diff]

2015-06-13
22:26
[f79cba2d8d] part of check-in [9e76144ef8] Add support for and use the new nullability (check-in: [9e76144ef8] user: js, branch: trunk, size: 1033) [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
[b3e6d9aacb] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 899) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[6e3f67b546] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 893) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[a5d0ef29df] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 887) [annotate] [blame] [check-ins using] [diff]
2012-10-03
15:41
[48fccc86da] part of check-in [7239333455] Move definition of restricted to OFObject.h. (check-in: [7239333455] user: js, branch: trunk, size: 881) [annotate] [blame] [check-ins using] [diff]
2012-02-25
11:24
[1ac911f233] part of check-in [99ed50a5e4] Always define __STDC_{CONSTANT,LIMIT}_MACROS before libc includes.
This is necessary for ObjC++.
(check-in: [99ed50a5e4] user: js, branch: 0.6, size: 901) [annotate] [blame] [check-ins using] [diff]
2012-01-05
00:56
[72f2853142] part of check-in [ce70e17b38] Update copyright. (check-in: [ce70e17b38] user: js, branch: trunk, size: 766) [annotate] [blame] [check-ins using] [diff]
2011-02-01
22:11
[84e7b68982] part of check-in [03d1b71d10] Use extern "C" where useful.
Improves ObjC++ compatibility.
(check-in: [03d1b71d10] user: js, branch: trunk, size: 760) [annotate] [blame] [check-ins using] [diff]
2011-01-29
19:01
Added: [8c49ad9e92] part of check-in [4c4608fbba] Add of_asprintf and allow %@ in format strings. (check-in: [4c4608fbba] user: js, branch: trunk, size: 693) [annotate] [blame] [check-ins using]