ObjFW  History of src/runtime/hashtable.m of 7f64141183560173

History of the file that is called src/runtime/hashtable.m at check-in 7f64141183560173

2024-04-03
02:16
[b2d827cd57] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 5291) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[ad24f61645] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 5083) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[60630dc910] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 5083) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[4617c1e6d6] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 5083) [annotate] [blame] [check-ins using] [diff]
2021-05-02
14:28
[ad954a7a5c] part of check-in [0c7760bd05] Don't use OFEnsure() in runtime (check-in: [0c7760bd05] user: js, branch: trunk, size: 5083) [annotate] [blame] [check-ins using] [diff]
11:34
[91acb00f82] part of check-in [2b75f9e6a0] runtime: Name things more consistently (check-in: [2b75f9e6a0] user: js, branch: trunk, size: 5055) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[4ff03c1700] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 5063) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[f92943fe11] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 5152) [annotate] [blame] [check-ins using] [diff]
2019-06-17
00:38
[96b292ba8e] part of check-in [79fe29dbf4] Remove underscores from library & framework names

This is more compatible with the various conventions used on various
systems. (check-in: [79fe29dbf4] user: js, branch: trunk, size: 5149) [annotate] [blame] [check-ins using] [diff]

2019-06-16
13:42
[3b13e94c04] part of check-in [b226150570] runtime: Fix sizeof(sizeof(...))

Luckily, there was no overflow, as sizeof(size_t) == sizeof(void *) on
pretty much every platform. (check-in: [b226150570] user: js, branch: trunk, size: 5150) [annotate] [blame] [check-ins using] [diff]

2019-02-07
21:55
[5d75b08ec8] part of check-in [239fbb269e] More style improvements (check-in: [239fbb269e] user: js, branch: trunk, size: 5158) [annotate] [blame] [check-ins using] [diff]
21:31
[d1e5e6d9a8] part of check-in [754bf24742] More style improvements (check-in: [754bf24742] user: js, branch: trunk, size: 5173) [annotate] [blame] [check-ins using] [diff]
00:46
[e12d752357] part of check-in [ef6d69931e] 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. (check-in: [ef6d69931e] user: js, branch: trunk, size: 5173) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[0f765c0951] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 5123) [annotate] [blame] [check-ins using] [diff]
2018-01-21
22:16
[7d3f783222] part of check-in [0f42b0eafd] Allow building the runtime as a .framework

This also renames ObjFW-RT to ObjFW_RT, as hyphens should not be in
framework names. (check-in: [0f42b0eafd] user: js, branch: trunk, size: 5117) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[bd4088ddb7] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 5117) [annotate] [blame] [check-ins using] [diff]
2017-10-23
20:43
[2844ae174b] part of check-in [81891380b6] runtime: Make Apple GCC with -Wshadow happy (check-in: [81891380b6] user: js, branch: 0.90, size: 5094) [annotate] [blame] [check-ins using] [diff]
2017-07-09
15:29
[69b267cc69] part of check-in [5bb771755d] runtime: Rename include to ObjFW-RT.h (check-in: [5bb771755d] user: js, branch: trunk, size: 5100) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[8166d9c683] part of check-in [4af49a13c3] Small code style change

Casts are now written like types in variable declarations. (check-in: [4af49a13c3] user: js, branch: trunk, size: 5107) [annotate] [blame] [check-ins using] [diff]

2017-05-06
19:43
[38fe5a0cfe] part of check-in [cca678886f] Clean up a few includes (check-in: [cca678886f] user: js, branch: trunk, size: 5100) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[f3c1c769bd] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 5080) [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
[57f764fde9] part of check-in [e0b9167693] Make use of C99-style for loops (check-in: [e0b9167693] user: js, branch: trunk, size: 5074) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
[9b5e456642] part of check-in [2a27cf3000] Update copyright

While at it, also update the mail address. (check-in: [2a27cf3000] user: js, branch: trunk, size: 5073) [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
[2e470b532d] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 5069) [annotate] [blame] [check-ins using] [diff]
2014-05-15
03:39
[bfc4832e86] part of check-in [428520105b] objc_exit(): Fix the first class not being free'd

Also cleans up runtime/hashtable.m a little. (check-in: [428520105b] user: js, branch: trunk, size: 5063) [annotate] [blame] [check-ins using] [diff]

2014-04-14
00:45
[f1cf7ae4d1] part of check-in [9da9b2b64c] Coding style

No functional change intended. (check-in: [9da9b2b64c] user: js, branch: trunk, size: 5070) [annotate] [blame] [check-ins using] [diff]

2014-04-08
16:38
[f9c1f2768d] part of check-in [f447af977a] runtime/hashtable.m: Move some code around (check-in: [f447af977a] user: js, branch: trunk, size: 5064) [annotate] [blame] [check-ins using] [diff]
2014-04-06
14:40
[4dfb42e01c] part of check-in [c2d9134d88] runtime/hashtable.m: Add support for deletion (check-in: [c2d9134d88] user: js, branch: trunk, size: 5199) [annotate] [blame] [check-ins using] [diff]
2014-03-22
17:56
[2de01382c7] part of check-in [8d930f2067] Generalize runtime/hashtable.m (check-in: [8d930f2067] user: js, branch: trunk, size: 4364) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[7dd989f99f] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4035) [annotate] [blame] [check-ins using] [diff]
2013-06-17
08:54
[7a48f16f9e] part of check-in [dc17a614e8] Replace a few asserts with OF_ENSURE / OBJC_ERROR. (check-in: [dc17a614e8] user: js, branch: trunk, size: 4029) [annotate] [blame] [check-ins using] [diff]
2013-03-30
20:07
[3f8cbae000] part of check-in [57a6e8ef79] Improve code readability. (check-in: [57a6e8ef79] user: js, branch: trunk, size: 3986) [annotate] [blame] [check-ins using] [diff]
2013-01-09
22:24
[2747b40d13] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 3987) [annotate] [blame] [check-ins using] [diff]
2012-07-17
01:09
[3bc4ddb944] part of check-in [345eb93240] Rename ERROR() to OBJC_ERROR().

ERROR seems to be defined on MinGW32 and it's likely that it's also used
on other systems, thus it's better to prefix it with OBJC_. (check-in: [345eb93240] user: js, branch: trunk, size: 3981) [annotate] [blame] [check-ins using] [diff]

2012-05-10
18:38
[f9877d131a] part of check-in [bc531024f5] Return objects as void* instead of const void*. (check-in: [bc531024f5] user: js, branch: runtime, size: 3941) [annotate] [blame] [check-ins using] [diff]
18:21
[2108c2f8fb] part of check-in [963db3089f] objc_hashtable_alloc() -> objc_hashtable_new().

For consistency. (check-in: [963db3089f] user: js, branch: runtime, size: 3940) [annotate] [blame] [check-ins using] [diff]

2012-03-04
20:20
Added: [f05f1f70fa] part of check-in [129f90b580] Import and integrate ObjFW-RT. (check-in: [129f90b580] user: js, branch: runtime, size: 3942) [annotate] [blame] [check-ins using]