ObjFW  History of src/runtime/protos.h of 845580521d907e5e

History of the file that is called src/runtime/protos.h at check-in 845580521d907e5e

2018-05-05
18:06
Deleted: runtime: Remove protos.h as it is no longer used (check-in: [f854e529c2] user: js, branch: trunk, size: 0)
2018-04-22
16:13
[e94f626094] 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: 2817) [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
[aa2f35848c] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 2817) [annotate] [blame] [check-ins using] [diff]
2017-07-17
23:02
[c5827facdf] 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: 2794) [annotate] [blame] [check-ins using] [diff]

2017-07-16
20:33
Added: [5c7d2f9056] part of check-in [c132c14ed7] runtime: Add protos.h to generate ppcinline.h

cvinclude.pl was confused by ObjFW-RT.h, so have a separate file with
only the things it should process. (check-in: [c132c14ed7] user: js, branch: trunk, size: 2714) [annotate] [blame] [check-ins using]