History of file src/runtime/morphos-clib.h at check-in c6d2de43122566d4
2022-07-15
| ||
18:09 | Deleted: Merge trunk into branch "wii-u" check-in: [a2973418de] user: js, branch: wii-u, size: 0 | |
2021-05-02
| ||
09:40 | Deleted: Remove leftover files check-in: [25de908a52] user: js, branch: trunk, size: 0 | |
2020-12-21
| ||
00:25 | runtime: Don't pass std{out,err} to Amiga .library file: [750cbb9d7c] check-in: [08d155e3f0] user: js, branch: trunk, size: 4446 [annotate] [blame] [check-ins using] [diff] | |
2020-12-12
| ||
21:08 | Merge trunk into branch "amiga-library" file: [6d0fa4e01f] check-in: [637ca0be9f] user: js, branch: amiga-library, size: 4455 [annotate] [blame] [check-ins using] [diff] | |
2020-11-15
| ||
15:19 |
Remove object_getTaggedPointerClass from Amiga lib
It's private and not needed. file: [8a12dfceaa] check-in: [661c36631a] user: js, branch: trunk, size: 4462 [annotate] [blame] [check-ins using] [diff] | |
2020-10-04
| ||
15:00 | Merge trunk into branch "amiga-library" file: [539c7a8b84] check-in: [92335940e9] user: js, branch: amiga-library, size: 4510 [annotate] [blame] [check-ins using] [diff] | |
2020-09-29
| ||
22:21 |
runtime: Make object_isTaggedPointer() a function
If it is an inline, changing how tagged pointers work internally would | |
2020-07-12
| ||
11:50 | Obfuscate tagged pointers file: [f477f1a478] check-in: [0bfac2b513] user: js, branch: tagged-pointers, size: 4479 [annotate] [blame] [check-ins using] [diff] | |
2020-07-04
| ||
00:40 | Use a regular int for the tagged pointer class ID file: [003198598f] check-in: [a8d453813c] user: js, branch: tagged-pointers, size: 4429 [annotate] [blame] [check-ins using] [diff] | |
2020-06-29
| ||
19:42 | runtime: Add helper functions for tagged pointers file: [5d4187d2f7] check-in: [a964d3dcb4] user: js, branch: tagged-pointers, size: 4446 [annotate] [blame] [check-ins using] [diff] | |
2020-06-07
| ||
16:34 |
Pass __sF around instead of std* individually
This avoids needing to #undef std{in,out,err} and then providing a new | |
2020-01-25
| ||
20:04 |
tlskey.m: Use hashtable from runtime on AmigaOS
tlskey.m used OFMapTable only on AmigaOS. This became a problem when This now uses the hashtable from the runtime and also no longer uses | |
2020-01-16
| ||
01:23 | Fix compilation on MorphOS file: [779ee8fb5d] check-in: [7f83956d3e] user: js, branch: trunk, size: 3771 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
22:16 | Move autorelease pools to runtime file: [407871c4d0] check-in: [f2fe8f96d5] user: js, branch: trunk, size: 3923 [annotate] [blame] [check-ins using] [diff] | |
01:35 | Move objc_{con,de}structInstance to runtime file: [c45411ce53] check-in: [7f1acf9221] user: js, branch: trunk, size: 3791 [annotate] [blame] [check-ins using] [diff] | |
2019-12-13
| ||
00:00 | runtime: Add class_getInstanceMethod() file: [ad80976596] check-in: [9e23a50de7] user: js, branch: trunk, size: 3718 [annotate] [blame] [check-ins using] [diff] | |
2019-12-12
| ||
01:04 | runtime: Make properties opaque and provide an API file: [c0d4505658] check-in: [44f5a7d029] user: js, branch: trunk, size: 3727 [annotate] [blame] [check-ins using] [diff] | |
2019-12-08
| ||
21:51 | runtime: Make methods opaque and provide an API file: [1eba9b9866] check-in: [f310bcc3ff] user: js, branch: trunk, size: 3498 [annotate] [blame] [check-ins using] [diff] | |
2019-11-24
| ||
22:23 | runtime: Remove duplicate structs for ABI file: [4d1d4f1cae] check-in: [c6d2de4312] user: js, branch: trunk, size: 3329 [annotate] [blame] [check-ins using] [diff] | |
15:22 | runtime: Make ivars opaque and provide an API file: [d7678b7243] check-in: [688eef7561] user: js, branch: trunk, size: 3315 [annotate] [blame] [check-ins using] [diff] | |
2019-06-27
| ||
19:24 | runtime: Switch MorphOS library to SysV ABI file: [4a0280b314] check-in: [7138892706] user: js, branch: trunk, size: 3112 [annotate] [blame] [check-ins using] [diff] | |
2019-06-26
| ||
19:25 |
runtime: Fix MorphOS library
This again works with both, SjLj and DWARF exceptions. The latest public | |
2019-05-19
| ||
21:30 |
Added:
Use cvinclude.pl instead of sfdc for MorphOS
sfdc does not support SysV functions and is not part of the MorphOS SDK. file: [752ecf36d7] check-in: [8f9c2b55ce] user: js, branch: trunk, size: 2792 [annotate] [blame] [check-ins using] | |