ObjFW  History of src/runtime/dtable.m of 374e1a1bfa30d767

History of the file that is called src/runtime/dtable.m at check-in 374e1a1bfa30d767

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
systems. file: [4a911fd981] check-in: [79fe29dbf4] user: js, branch: trunk, size: 4317 [annotate] [blame] [check-ins using] [diff]

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
it was written in pure C, while ObjFW's style is based on the BSD style
with changes to make it a better fit for Objective-C. This commit
changes ObjFW_RT to use the same style as ObjFW. file: [1fc547de44] check-in: [ef6d69931e] user: js, branch: trunk, size: 4282 [annotate] [blame] [check-ins using] [diff]

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
framework names. file: [ba92be815f] check-in: [0f42b0eafd] user: js, branch: trunk, size: 4327 [annotate] [blame] [check-ins using] [diff]

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
2017. file: [4412ed5617] check-in: [44f45c2e35] user: js, branch: trunk, size: 4310 [annotate] [blame] [check-ins using] [diff]

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
dangerous to use while it does not provide any real speed benefit. file: [bbd4fbe6f2] check-in: [d3158d091f] user: js, branch: trunk, size: 4313 [annotate] [blame] [check-ins using] [diff]

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
thus not violating the C standard anymore (functions may not be stored
in void*)
* New sparsearray.m which can work with any size, based on the sparse
array from the fast path of class.m
* Fast path of class.m now uses the new sparsearray.m file: [397b45eb7b] check-in: [1ebb9eb7b3] user: js, branch: trunk, size: 4343 [annotate] [blame] [check-ins using]