History for src/runtime/dtable.m
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [3faaf1dc6a] check-in: [7413a728a7] user: js, branch: trunk, size: 4499 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [559b2cd300] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4291 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [94219a6e40] check-in: [8939cbdb52] user: js, branch: trunk, size: 4291 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [f0602aa5e2] check-in: [1a86b8175b] user: js, branch: trunk, size: 4291 [annotate] [blame] [check-ins using] [diff] | |
2021-05-02
| ||
11:34 | runtime: Name things more consistently file: [fe23892d25] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 4291 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [d61b5652b8] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4231 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [6362d17715] check-in: [c7f0229795] user: js, branch: trunk, size: 4320 [annotate] [blame] [check-ins using] [diff] | |
2019-06-17
| ||
00:38 |
Remove underscores from library & framework names
This is more compatible with the various conventions used on various | |
2019-02-07
| ||
21:55 | More style improvements file: [cf2f11a647] check-in: [239fbb269e] user: js, branch: trunk, size: 4318 [annotate] [blame] [check-ins using] [diff] | |
21:31 | More style improvements file: [f7a78b92b5] check-in: [754bf24742] user: js, branch: trunk, size: 4403 [annotate] [blame] [check-ins using] [diff] | |
00:46 |
Make style consistent between ObjFW and ObjFW_RT
ObjFW_RT used to be a separate project that followed the BSD style, as | |
2019-01-03
| ||
19:13 | Update copyright file: [cfecc15e99] check-in: [0509d7a844] user: js, branch: trunk, size: 4333 [annotate] [blame] [check-ins using] [diff] | |
2018-01-21
| ||
22:16 |
Allow building the runtime as a .framework
This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in | |
2018-01-03
| ||
19:49 | Update copyright notice file: [8fe9d17772] check-in: [7e5c81e186] user: js, branch: trunk, size: 4327 [annotate] [blame] [check-ins using] [diff] | |
2017-07-09
| ||
15:29 | runtime: Rename include to ObjFW-RT.h file: [2fb63ca21b] check-in: [5bb771755d] user: js, branch: trunk, size: 4304 [annotate] [blame] [check-ins using] [diff] | |
2017-06-07
| ||
21:38 |
runtime: Move all globals into a single struct
This is required to create a .library on MorphOS. file: [da0a13a473] check-in: [79011c5f56] user: js, branch: trunk, size: 4499 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [6f5c36ea25] check-in: [4af49a13c3] user: js, branch: trunk, size: 4311 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-02-21
| ||
15:37 | Make use of C99-style for loops file: [f7fe271509] check-in: [e0b9167693] user: js, branch: trunk, size: 4304 [annotate] [blame] [check-ins using] [diff] | |
2016-01-05
| ||
22:00 |
(u)int_fast*_t -> (u)int*_t
(U)INT_FAST*_MAX is broken on Android, which makes (u)int_fast*_t | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [49bc1623d2] check-in: [2a27cf3000] user: js, branch: trunk, size: 4353 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [4d9d799499] check-in: [cfd374b906] user: js, branch: trunk, size: 4349 [annotate] [blame] [check-ins using] [diff] | |
2014-05-15
| ||
15:32 |
Added:
Multiple dtable / sparse array improvements
* dtable.m is now the old sparse array, using IMP as type for values and | |