History of file src/runtime/lookup.m at check-in 27daad129050ab60
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [fba665cbdb] check-in: [7413a728a7] user: js, branch: trunk, size: 4979 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [46930723ef] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4771 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [bc901bdb0e] check-in: [8939cbdb52] user: js, branch: trunk, size: 4771 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [620b9cc132] check-in: [1a86b8175b] user: js, branch: trunk, size: 4771 [annotate] [blame] [check-ins using] [diff] | |
2021-05-09
| ||
18:11 | runtime: Fix lookup for systems without ASM lookup file: [61816856c1] check-in: [ed10c3b404] user: js, branch: trunk, size: 4771 [annotate] [blame] [check-ins using] [diff] | |
2021-05-02
| ||
14:28 | Don't use OFEnsure() in runtime file: [7e08e68b8b] check-in: [0c7760bd05] user: js, branch: trunk, size: 4779 [annotate] [blame] [check-ins using] [diff] | |
11:34 | runtime: Name things more consistently file: [d4c41afde5] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 4746 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [041b8ab433] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4751 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [507e90722d] check-in: [c7f0229795] user: js, branch: trunk, size: 4840 [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-04-14
| ||
13:35 |
runtime: Match Apple's +[initialize] behavior
This now calls +[initialize] several times on the same class if it is | |
2019-02-07
| ||
21:31 | More style improvements file: [b612119f40] check-in: [754bf24742] user: js, branch: trunk, size: 4973 [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: [dc384327e0] check-in: [0509d7a844] user: js, branch: trunk, size: 4687 [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. | |
2018-04-29
| ||
20:27 | runtime: Add glue functions for Amiga library file: [97e097af52] check-in: [4c72b5544f] user: js, branch: trunk, size: 5037 [annotate] [blame] [check-ins using] [diff] | |
19:26 | runtime: Specify m68k registers for most functions file: [61e54bb565] check-in: [2d8aa8b1e6] user: js, branch: trunk, size: 4769 [annotate] [blame] [check-ins using] [diff] | |
2018-04-22
| ||
16:13 |
runtime: Define BOOL to be the same as bool
As we define the ABI, we can just replace BOOL with bool everywhere, This still defines BOOL to bool for compatibility, except on AmigaOS and | |
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: [0a8dc1a730] check-in: [7e5c81e186] user: js, branch: trunk, size: 4681 [annotate] [blame] [check-ins using] [diff] | |
2017-07-09
| ||
15:29 | runtime: Rename include to ObjFW-RT.h file: [70c618650d] check-in: [5bb771755d] user: js, branch: trunk, size: 4658 [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: [5175096ba7] check-in: [79011c5f56] user: js, branch: trunk, size: 4723 [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-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [9bfc2a372f] check-in: [2a27cf3000] user: js, branch: trunk, size: 4659 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [e340c559c3] check-in: [cfd374b906] user: js, branch: trunk, size: 4655 [annotate] [blame] [check-ins using] [diff] | |
2014-07-18
| ||
13:02 | runtime/lookup.m: Minor improvement file: [c395e5b4c4] check-in: [71517b2e5d] user: js, branch: trunk, size: 4649 [annotate] [blame] [check-ins using] [diff] | |
2014-06-23
| ||
00:12 | runtime/lookup.m: Fix build with GCC file: [02a0538d70] check-in: [1c1064611f] user: js, branch: trunk, size: 4709 [annotate] [blame] [check-ins using] [diff] | |
2014-05-15
| ||
15:32 |
Multiple dtable / sparse array improvements
* dtable.m is now the old sparse array, using IMP as type for values and | |
2014-01-05
| ||
22:31 |
Change behaviour of class_getMethodImplementation.
It behaves like in the Apple runtime now. file: [cccd16e367] check-in: [3cd9d0ad69] user: js, branch: trunk, size: 4592 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [55f05a8843] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4459 [annotate] [blame] [check-ins using] [diff] | |
2013-12-27
| ||
02:07 |
Rework forwarding API and ABI.
It matches the Apple API and ABI now and the forwarding handler itself This moves handling of +[resolve{Class,Instance}Method:] to the runtime Also fixes a potential stack problem in the forwarding for MIPS. file: [5baad6528e] check-in: [0c332aa2d2] user: js, branch: trunk, size: 4453 [annotate] [blame] [check-ins using] [diff] | |
2013-07-26
| ||
15:21 |
Add support for objc_msg_lookup_stret.
The assembly implementations of the lookup and forwarding still need to | |
2013-03-04
| ||
17:20 |
Replace BOOL with bool.
The only places where BOOL is left are those where they are required by | |
2013-01-09
| ||
22:24 | Update copyright. file: [7510694bab] check-in: [813c00ccf0] user: js, branch: trunk, size: 2537 [annotate] [blame] [check-ins using] [diff] | |
2012-09-06
| ||
19:13 | Fix a forgotten rename. file: [0983e7708e] check-in: [5216366469] user: js, branch: trunk, size: 2531 [annotate] [blame] [check-ins using] [diff] | |
19:13 | Improve selector not found message. file: [aeac5b2dcb] check-in: [9dfe462848] user: js, branch: trunk, size: 2533 [annotate] [blame] [check-ins using] [diff] | |
2012-07-17
| ||
01:09 |
Rename ERROR() to OBJC_ERROR().
ERROR seems to be defined on MinGW32 and it's likely that it's also used | |
2012-07-12
| ||
01:28 | Don't access isa directly. file: [34d39a737b] check-in: [8892ae9fcc] user: js, branch: trunk, size: 2501 [annotate] [blame] [check-ins using] [diff] | |
2012-05-09
| ||
13:55 |
Initialize classes on the first dispatch.
This is no longer done in objc_msg_lookup() and thus allows direct class | |
13:54 | Better way of calling the forwarding handler. file: [9ff82b2e4e] check-in: [f5747ff94a] user: js, branch: runtime, size: 1734 [annotate] [blame] [check-ins using] [diff] | |
2012-05-03
| ||
22:31 | Check in configure whether to use assembly lookup. file: [4a37e847d8] check-in: [e382d2a8cb] user: js, branch: runtime, size: 1707 [annotate] [blame] [check-ins using] [diff] | |
2012-04-22
| ||
12:15 | A few casts to make Clang happy. file: [035f3dccce] check-in: [e1586f4dce] user: js, branch: runtime, size: 1759 [annotate] [blame] [check-ins using] [diff] | |
2012-04-06
| ||
12:14 | Make objc_msg_lookup_super public. file: [40605ab2a2] check-in: [10b3fbc5fc] user: js, branch: runtime, size: 1719 [annotate] [blame] [check-ins using] [diff] | |
2012-03-06
| ||
17:18 |
Get rid of src/runtime/asm and move the files to src/runtime.
Subdirectories don't really work without traversing them and having a | |
2012-03-04
| ||
20:20 | Added: Import and integrate ObjFW-RT. file: [979591be16] check-in: [129f90b580] user: js, branch: runtime, size: 1724 [annotate] [blame] [check-ins using] | |