ObjFW  Changes To API Review for 1.0

Changes to "API Review for 1.0" between 2022-09-11 11:48:27 and 2022-09-12 08:53:24

226
227
228
229
230
231
232
233

234
235
226
227
228
229
230
231
232

233
234
235







-
+


* ✅ `ObjFW/platform/PowerPC/OFAtomic.h`
* ✅ `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
*  Classes that already reserve ivars need to be considered to be changed to restricted subclassing
* ❌ All classes either restrict subclassing or reserve ivars
* ❌ All exception throws need to be audited (they're part of the API, too!)