History of file src/runtime/autorelease.m at check-in 547e079e08b1686c
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [ba740929be] check-in: [7413a728a7] user: js, branch: trunk, size: 3840 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [bcf56c003e] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 3632 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [2df304f6dc] check-in: [8939cbdb52] user: js, branch: trunk, size: 3632 [annotate] [blame] [check-ins using] [diff] | |
2022-09-19
| ||
19:10 | Fix missing void in function declarations file: [a652114a4e] check-in: [41c2b305ce] user: js, branch: trunk, size: 3632 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [44274c4d6f] check-in: [1a86b8175b] user: js, branch: trunk, size: 3628 [annotate] [blame] [check-ins using] [diff] | |
2021-08-07
| ||
23:31 | Make autorelease.m work with old Apple runtimes file: [4890f3bc38] check-in: [f04894828e] user: js, branch: trunk, size: 3628 [annotate] [blame] [check-ins using] [diff] | |
2021-05-02
| ||
14:28 | Don't use OFEnsure() in runtime file: [c90ec8958a] check-in: [0c7760bd05] user: js, branch: trunk, size: 3491 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
20:51 | Rename everything in several smaller files file: [2b09f19f70] check-in: [35de667566] user: js, branch: new-naming-convention, size: 3295 [annotate] [blame] [check-ins using] [diff] | |
15:55 | Rename all functions in macros.h file: [6bcc230085] check-in: [7392685ffc] user: js, branch: new-naming-convention, size: 3293 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
15:45 | of_tlskey_t -> OFTLSKey file: [ae6a8b4a1b] check-in: [cc3a4a7b43] user: js, branch: new-naming-convention, size: 3303 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [cddc441815] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3340 [annotate] [blame] [check-ins using] [diff] | |
2020-12-20
| ||
21:26 |
Return error instead of using errno for threading
errno is problematic for Amiga libraries and is also not thread-safe on | |
2020-09-27
| ||
23:27 | Fix missing include file: [e5ceb906d0] check-in: [bb18681460] user: js, branch: trunk, size: 3384 [annotate] [blame] [check-ins using] [diff] | |
01:56 | Fix compiling for old Apple runtime file: [81f19ca445] check-in: [877616edaf] user: js, branch: trunk, size: 3365 [annotate] [blame] [check-ins using] [diff] | |
2020-01-24
| ||
03:03 |
runtime: Correctly handle AR pool push during pop
Getting a pointer and increasing it until we reach the top pointer does This is now solved by using an index into "objects" instead. Since we're While debugging this, I noticed that the last pool is popped quite | |
2020-01-02
| ||
22:16 | Added: Move autorelease pools to runtime file: [6a15e61b81] check-in: [f2fe8f96d5] user: js, branch: trunk, size: 3192 [annotate] [blame] [check-ins using] | |