Artifact c645261c7f84ca2f9942f32b52a804e02671623ab94b97f3cc1c2bd125466b77:
- File
src/runtime/amigaos3.sfd
-
2020-01-25 20:04:54
— part of check-in
[49aee5736e]
on branch trunk
— tlskey.m: Use hashtable from runtime on AmigaOS
tlskey.m used OFMapTable only on AmigaOS. This became a problem when
autorelease pools were moved into the runtime, as autorelease pools use
TLS. The build then broke, as there suddenly was a dependency from the
runtime on ObjFW.This now uses the hashtable from the runtime and also no longer uses
OFList, thus fixing the build. As we always use the runtime on AmigaOS
anyway, this is fine. (user: js, size: 7477) [annotate] [blame] [check-ins using] - 2020-03-02 20:24:57 — part of check-in [e3bbb35784] on branch 1.0 — Merge branch 'master' into 1.0 (user: js, size: 7477) [annotate] [blame] [check-ins using]
-
2020-01-25 20:04:54
— part of check-in
[49aee5736e]
on branch trunk
— tlskey.m: Use hashtable from runtime on AmigaOS