History for src/of_asprintf.h
2022-07-15
| ||
18:09 | Renamed to src/OFASPrintF.h. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-04-18
| ||
20:51 | Renamed to src/OFASPrintF.h. Rename everything in several smaller files check-in: [35de667566] user: js, branch: new-naming-convention, size: 0 | |
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 | |
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 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 | |
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] | |