ObjFW  History of src/runtime/morphos-library.m of f5295111904c2b85

History of the file that is called src/runtime/morphos-library.m at check-in f5295111904c2b85

2018-04-28
23:41
Deleted: Update buildsys (check-in: [310e9eb600] user: js, branch: trunk, size: 0)
2018-04-22
16:13
[6a9a522909] part of check-in [fe2cbe0021] runtime: Define BOOL to be the same as bool

As we define the ABI, we can just replace BOOL with bool everywhere,
including in ObjFW itself. For the Apple platforms where BOOL and bool
are different, this is not a problem as BOOL and bool are passed and
returned the same way in the ABI.

This still defines BOOL to bool for compatibility, except on AmigaOS and
Wii, which both have its own BOOL type. (check-in: [fe2cbe0021] user: js, branch: trunk, size: 5431) [annotate] [blame] [check-ins using] [diff]

2018-01-21
22:29
[1e4a1b451d] part of check-in [7615f3d657] Make sure FRAMEWORK_LIBS is always set correctly (check-in: [7615f3d657] user: js, branch: trunk, size: 5466) [annotate] [blame] [check-ins using] [diff]
22:16
[04b4a50718] 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: 5466) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[7147012c81] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 5466) [annotate] [blame] [check-ins using] [diff]
2017-07-29
10:48
Deleted: Remove incomplete MorphOS library support (check-in: [3ba2a4bd82] user: js, branch: 0.90, size: 0)
2017-07-17
23:02
[90367d03a6] part of check-in [d5706b7070] runtime: Prepare for having a glue library

A glue library is required as the compiler generates direct references
to some runtime functions. (check-in: [d5706b7070] user: js, branch: trunk, size: 5443) [annotate] [blame] [check-ins using] [diff]

2017-07-09
15:29
[9724385102] part of check-in [5bb771755d] runtime: Rename include to ObjFW-RT.h (check-in: [5bb771755d] user: js, branch: trunk, size: 5443) [annotate] [blame] [check-ins using] [diff]
14:14
[71fd96ba85] part of check-in [b930fcc11f] runtime/morphos-library.m: Add all functions (check-in: [b930fcc11f] user: js, branch: trunk, size: 5441) [annotate] [blame] [check-ins using] [diff]
2017-07-08
23:31
[eba1cadc74] part of check-in [8c76d90af0] src/morphos-library.m: Fix expunging (check-in: [8c76d90af0] user: js, branch: trunk, size: 3956) [annotate] [blame] [check-ins using] [diff]
2017-06-13
23:08
Added: [ba7732f086] part of check-in [0d6873e122] runtime: Add initial morphos-library.m

This allows opening and closing the library, but does not do all the
initialization yet and does not export any functions. (check-in: [0d6873e122] user: js, branch: trunk, size: 3747) [annotate] [blame] [check-ins using]