History of file src/runtime/OFPlainMutex.m at check-in 87fa51ae2e0c6abf
2024-08-16
| ||
22:13 | runtime: Hide symbols for mutex / once / TLS key file: [265bf1343a] check-in: [304dad64b4] user: js, branch: trunk, size: 1683 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [bc6887b3cd] check-in: [7413a728a7] user: js, branch: trunk, size: 823 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [081a712ad6] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 615 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [f85f274b85] check-in: [8939cbdb52] user: js, branch: trunk, size: 615 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [1b4abcc3c8] check-in: [1a86b8175b] user: js, branch: trunk, size: 615 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
20:51 | Renamed src/runtime/mutex.m → src/runtime/OFPlainMutex.m. Rename everything in several smaller files file: [c27a6b035d] check-in: [35de667566] user: js, branch: new-naming-convention, size: 615 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [061a17e697] check-in: [374e1a1bfa] user: js, branch: trunk, size: 608 [annotate] [blame] [check-ins using] [diff] | |
2020-11-22
| ||
19:08 |
Added:
runtime: Compile a copy of {mutex,once,tlskey}.m
This makes sure they are compiled with the flags that are required for This does not cause problems for static libraries or shared libraries, | |