ObjFW  History of src/OFASPrintF.h of b37858358e5c88a4

History of the file that is called src/OFASPrintF.h at check-in b37858358e5c88a4

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

2016-01-03
00:43
Update copyright

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

00:41
Update copyright

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

2015-11-21
18:35
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. file: [eedd732e01] check-in: [d526d938d7] user: js, branch: trunk, size: 1033 [annotate] [blame] [check-ins using] [diff]

2015-06-14
10:45
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. file: [7fb013ccb5] check-in: [b7097a67b6] user: js, branch: trunk, size: 1045 [annotate] [blame] [check-ins using] [diff]

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