ObjFW  Changes To API Review for 1.0

Changes to "API Review for 1.0" between 2022-09-12 08:53:24 and 2022-09-12 14:38:03

227
228
229
230
231
232
233
234

235
227
228
229
230
231
232
233

234
235







-
+

* ✅ `ObjFW/platform/x86/OFAtomic.h`
* ✅ `ObjFWRT/ObjFWRT.h`
* ✅ `ObjFWTLS/ObjFWTLS.h`

Some things still need to be checked on a global level:

* ✅ Classes that already reserve ivars need to be considered to be changed to restricted subclassing
*  All classes either restrict subclassing or reserve ivars
*  All classes either restrict subclassing or reserve ivars
* ❌ All exception throws need to be audited (they're part of the API, too!)