ObjFW  History of src/runtime/sparsearray.m of 7e5c81e18629e9a7

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

2024-04-03
02:16
[98fd1c0a09] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2495) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[44ad4592e2] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2287) [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
[56f5910910] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 2287) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[5acb08c6c8] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 2287) [annotate] [blame] [check-ins using] [diff]
2021-05-02
14:28
[0600278cf2] part of check-in [0c7760bd05] Don't use OFEnsure() in runtime (check-in: [0c7760bd05] user: js, branch: trunk, size: 2287) [annotate] [blame] [check-ins using] [diff]
11:34
[ac31f7403e] part of check-in [2b75f9e6a0] runtime: Name things more consistently (check-in: [2b75f9e6a0] user: js, branch: trunk, size: 2347) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[dc25cc4021] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 2371) [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
[454092d9a3] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 2460) [annotate] [blame] [check-ins using] [diff]
2019-06-17
00:38
[db78821eca] 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: 2457) [annotate] [blame] [check-ins using] [diff]

2019-02-07
00:46
[4f833eac9f] 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: 2458) [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
[391fc24950] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 2472) [annotate] [blame] [check-ins using] [diff]
2018-01-21
22:16
[0e0f3e055d] 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: 2466) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[e4f2e149b9] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2466) [annotate] [blame] [check-ins using] [diff]
2017-07-09
15:29
[888b04f387] part of check-in [5bb771755d] runtime: Rename include to ObjFW-RT.h (check-in: [5bb771755d] user: js, branch: trunk, size: 2443) [annotate] [blame] [check-ins using] [diff]
2017-05-07
20:10
[5adec15068] 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: 2450) [annotate] [blame] [check-ins using] [diff]

2017-01-09
17:36
[4c093ce050] 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: 2448) [annotate] [blame] [check-ins using] [diff]

2016-02-21
15:37
[ec11c93501] part of check-in [e0b9167693] Make use of C99-style for loops (check-in: [e0b9167693] user: js, branch: trunk, size: 2442) [annotate] [blame] [check-ins using] [diff]
2016-01-05
22:00
[f7f4dd215e] part of check-in [d3158d091f] (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. (check-in: [d3158d091f] user: js, branch: trunk, size: 2450) [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
[60d6283d84] part of check-in [2a27cf3000] Update copyright

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

2015-01-03
20:57
[da8f8fd8ba] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 2471) [annotate] [blame] [check-ins using] [diff]
2014-05-15
15:32
[8658c862e5] part of check-in [1ebb9eb7b3] 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 (check-in: [1ebb9eb7b3] user: js, branch: trunk, size: 2465) [annotate] [blame] [check-ins using] [diff]

2014-02-12
00:10
[a445e7d9ad] part of check-in [17b2d32959] Fix --enable-seluid24 (check-in: [17b2d32959] user: js, branch: trunk, size: 4379) [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
[35d21a9661] part of check-in [3b97fc3cd9] Update copyright. (check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4380) [annotate] [blame] [check-ins using] [diff]
2013-03-30
20:07
[be43ba8163] part of check-in [57a6e8ef79] Improve code readability. (check-in: [57a6e8ef79] user: js, branch: trunk, size: 4374) [annotate] [blame] [check-ins using] [diff]
2013-03-09
10:07
[89c18b15e1] part of check-in [55c399cda6] Save some space in the dtables. (check-in: [55c399cda6] user: js, branch: trunk, size: 4375) [annotate] [blame] [check-ins using] [diff]
09:24
[942cd907cc] part of check-in [7baf58021d] Fix objc_exit() and add it to tests. (check-in: [7baf58021d] user: js, branch: trunk, size: 4423) [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
[ad0ab80318] part of check-in [c5ef582958] Replace BOOL with bool.

The only places where BOOL is left are those where they are required by
the ABI. (check-in: [c5ef582958] user: js, branch: trunk, size: 4423) [annotate] [blame] [check-ins using] [diff]

2013-01-09
22:24
[010ad633c1] part of check-in [813c00ccf0] Update copyright. (check-in: [813c00ccf0] user: js, branch: trunk, size: 4415) [annotate] [blame] [check-ins using] [diff]
2013-01-02
21:07
[dcfc1896d2] part of check-in [74e605a0f1] sparsearray.m: Cast to 32 bit before shifting. (check-in: [74e605a0f1] user: js, branch: trunk, size: 4409) [annotate] [blame] [check-ins using] [diff]
2012-12-28
02:46
[08f66117d0] part of check-in [511a372fb8] Make 16 bit selector UIDs the default. (check-in: [511a372fb8] user: js, branch: trunk, size: 4397) [annotate] [blame] [check-ins using] [diff]
2012-07-17
01:09
[ac1c630c4c] 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: 4410) [annotate] [blame] [check-ins using] [diff]

2012-07-04
19:11
[e7f682556c] part of check-in [7806d917b9] sparsearray.m: Cast to 32 bit before shifting. (check-in: [7806d917b9] user: js, branch: trunk, size: 4365) [annotate] [blame] [check-ins using] [diff]
2012-06-11
21:01
[921b7b3d3d] part of check-in [e4832ae80b] Fix a warning due to uint_fast16_t > uint32_t. (check-in: [e4832ae80b] user: js, branch: runtime, size: 4346) [annotate] [blame] [check-ins using] [diff]
2012-05-08
20:30
[55b9165add] part of check-in [fef47937e5] Add support for 16 bit selector UIDs. (check-in: [fef47937e5] user: js, branch: runtime, size: 4334) [annotate] [blame] [check-ins using] [diff]
2012-04-22
12:15
[676c05892e] part of check-in [e1586f4dce] A few casts to make Clang happy. (check-in: [e1586f4dce] user: js, branch: runtime, size: 3466) [annotate] [blame] [check-ins using] [diff]
2012-04-21
13:05
[c1a8aea676] part of check-in [8c368f8f38] Properly copy methods from superclass first. (check-in: [8c368f8f38] user: js, branch: runtime, size: 3424) [annotate] [blame] [check-ins using] [diff]
10:56
[a773bc4c5d] part of check-in [555445ce0a] Remove useless thread-checking. (check-in: [555445ce0a] user: js, branch: runtime, size: 3487) [annotate] [blame] [check-ins using] [diff]
2012-03-04
20:20
Added: [71ecf956f3] part of check-in [129f90b580] Import and integrate ObjFW-RT. (check-in: [129f90b580] user: js, branch: runtime, size: 3882) [annotate] [blame] [check-ins using]