ObjFW  History of src/runtime/protocol.m of fb7b9709b87775d7

History of the file that is called src/runtime/protocol.m at check-in fb7b9709b87775d7

2024-01-02
17:17
Update copyright file: [ec36b73c60] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2296 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [99bc00ce9a] check-in: [8939cbdb52] user: js, branch: trunk, size: 2296 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [30a1ffceef] check-in: [1a86b8175b] user: js, branch: trunk, size: 2296 [annotate] [blame] [check-ins using] [diff]
2021-05-02
11:34
runtime: Name things more consistently file: [375dff745f] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 2296 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [7bac61bcb9] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2302 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [1569f85418] check-in: [c7f0229795] user: js, branch: trunk, size: 2391 [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: [a6c68f71a3] check-in: [79fe29dbf4] user: js, branch: trunk, size: 2388 [annotate] [blame] [check-ins using] [diff]

2019-02-07
21:31
More style improvements file: [4cf5f39401] check-in: [754bf24742] user: js, branch: trunk, size: 2389 [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: [5ec5a018d6] check-in: [ef6d69931e] user: js, branch: trunk, size: 2381 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [b358c4c8b1] check-in: [0509d7a844] user: js, branch: trunk, size: 2038 [annotate] [blame] [check-ins using] [diff]
2018-05-06
21:39
runtime: Make Amiga library work with -fbaserel

This currently uses __saveds on all exported functions for simplicity.
As an optimization, __saveds can be removed from some functions later
after careful verification that no code path starting from that function
accesses any data. file: [35e4a9c6cb] check-in: [482698c5be] user: js, branch: trunk, size: 2219 [annotate] [blame] [check-ins using] [diff]

2018-04-29
19:26
runtime: Specify m68k registers for most functions file: [17dd02bdde] check-in: [2d8aa8b1e6] user: js, branch: trunk, size: 2184 [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: [373c118537] check-in: [0f42b0eafd] user: js, branch: trunk, size: 2032 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [3f9b49b76b] check-in: [7e5c81e186] user: js, branch: trunk, size: 2032 [annotate] [blame] [check-ins using] [diff]
2017-10-01
09:54
Nullability fixes for ObjFW runtime file: [4d79da63d1] check-in: [5882409fd0] user: js, branch: trunk, size: 2016 [annotate] [blame] [check-ins using] [diff]
2017-07-09
15:29
runtime: Rename include to ObjFW-RT.h file: [74d4f4e6fc] check-in: [5bb771755d] user: js, branch: trunk, size: 2009 [annotate] [blame] [check-ins using] [diff]
2017-05-14
02:15
runtime: Add nullability annotations file: [b64c537258] check-in: [8c7e612885] user: js, branch: trunk, size: 2016 [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: [a6710fd48b] check-in: [4af49a13c3] user: js, branch: trunk, size: 1982 [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: [6bd4883458] check-in: [44f45c2e35] user: js, branch: trunk, size: 1981 [annotate] [blame] [check-ins using] [diff]

2016-05-06
20:39
Enable -Wsign-compare file: [885b01c665] check-in: [2a2e17d8d0] user: js, branch: trunk, size: 1975 [annotate] [blame] [check-ins using] [diff]
2016-02-21
15:37
Make use of C99-style for loops file: [7da3a7d11f] check-in: [e0b9167693] user: js, branch: trunk, size: 1977 [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
Update copyright

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

2015-05-05
10:26
runtime/protocol.m: Remove __gnu_inline__

Instead, let the compiler decide whether to inline these. file: [dd73b09ef7] check-in: [9b5445fd7e] user: js, branch: trunk, size: 1942 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [0891ba3248] check-in: [cfd374b906] user: js, branch: trunk, size: 2020 [annotate] [blame] [check-ins using] [diff]
2014-05-14
20:28
Always use __foo__ instead of foo for attributes file: [c39410b65b] check-in: [e35b10115e] user: js, branch: trunk, size: 2014 [annotate] [blame] [check-ins using] [diff]
2014-04-14
00:45
Coding style

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

2014-02-23
17:54
Add __attribute__((gnu_inline)) for GCC < 4.3 file: [66c66e6946] check-in: [7a1e2de2d4] user: js, branch: trunk, size: 2000 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [f9cdf10a1c] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1944 [annotate] [blame] [check-ins using] [diff]
2013-03-04
17:20
Replace BOOL with bool.

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

2013-01-09
22:24
Update copyright. file: [7ba1a7ad23] check-in: [813c00ccf0] user: js, branch: trunk, size: 1925 [annotate] [blame] [check-ins using] [diff]
2012-04-08
20:00
Check if protocol responds to protocol. file: [c72a2fb5f7] check-in: [2fab0339e4] user: js, branch: runtime, size: 1919 [annotate] [blame] [check-ins using] [diff]
14:14
Add protocol_{getName,isEqual,conformsToProtocol}. file: [9f39113692] check-in: [b8744d8d68] user: js, branch: runtime, size: 1905 [annotate] [blame] [check-ins using] [diff]
14:07
Reduce locking in class_conformsToProtocol(). file: [c0d1405d27] check-in: [10c3b59143] user: js, branch: runtime, size: 1392 [annotate] [blame] [check-ins using] [diff]
14:06
Don't have any methods in Protocol.

Messaging protocols is deprecated and unreliable. Thus we shouldn't do
it in the runtime either. file: [1e751e9c03] check-in: [df24f80ab0] user: js, branch: runtime, size: 1431 [annotate] [blame] [check-ins using] [diff]

2012-03-06
17:09
Fix a typo. file: [234e32b5ef] check-in: [650f34cb63] user: js, branch: runtime, size: 1511 [annotate] [blame] [check-ins using] [diff]
2012-03-04
23:48
Better dissection of what should be public and private. file: [76c52af657] check-in: [31e7b3d756] user: js, branch: runtime, size: 1510 [annotate] [blame] [check-ins using] [diff]
20:20
Added: Import and integrate ObjFW-RT. file: [548197efb9] check-in: [129f90b580] user: js, branch: runtime, size: 1518 [annotate] [blame] [check-ins using]