History for src/tlskey.m
2022-07-15
| ||
18:09 | Renamed to src/OFTLSKey.m. Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-04-18
| ||
20:51 | Renamed to src/OFTLSKey.m. 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: [d602541981] check-in: [374e1a1bfa] user: js, branch: trunk, size: 831 [annotate] [blame] [check-ins using] [diff] | |
2020-12-06
| ||
01:54 | Use OS-native TLS keys on MorphOS file: [6e9b57ccc9] check-in: [c75596237e] user: js, branch: trunk, size: 920 [annotate] [blame] [check-ins using] [diff] | |
2020-02-29
| ||
14:49 | Move platform specific files into a subdirectory file: [abedce4e93] check-in: [109db78ecd] user: js, branch: trunk, size: 856 [annotate] [blame] [check-ins using] [diff] | |
2020-02-16
| ||
22:20 | tlskey.m: Gracefully handle ctor not called yet file: [dccef5e723] check-in: [aae9464778] user: js, branch: trunk, size: 3821 [annotate] [blame] [check-ins using] [diff] | |
2020-01-25
| ||
20:04 |
tlskey.m: Use hashtable from runtime on AmigaOS
tlskey.m used OFMapTable only on AmigaOS. This became a problem when This now uses the hashtable from the runtime and also no longer uses | |
2020-01-02
| ||
01:51 | Update copyright file: [397d0371d2] check-in: [c7f0229795] user: js, branch: trunk, size: 3082 [annotate] [blame] [check-ins using] [diff] | |
2019-08-10
| ||
02:06 | Clean up the AmigaOS 4 library mess file: [466f01b0ac] check-in: [3292a6fdbc] user: js, branch: trunk, size: 3079 [annotate] [blame] [check-ins using] [diff] | |
2019-08-03
| ||
18:13 | Add threads for AmigaOS file: [22af5740b4] check-in: [da383f4f03] user: js, branch: trunk, size: 3244 [annotate] [blame] [check-ins using] [diff] | |
2019-08-02
| ||
02:16 |
tlskey: Create OFMapTable lazily
of_tlskey_new() is called in constructors, but at that time, OFMapTable | |
2019-08-01
| ||
21:31 | Add thread-local storage for AmigaOS file: [b1f544f482] check-in: [abaf310373] user: js, branch: trunk, size: 1372 [annotate] [blame] [check-ins using] [diff] | |
20:14 |
Added:
Split threading.[hm] into multiple files
This allows the runtime to only link against the parts it needs, without | |