ObjFW  History of src/runtime/protos.h of fe2cbe0021d3ead13b86293e21ff1a1371de0ae850025b73c2f7895570444720

History of file src/runtime/protos.h at check-in fe2cbe0021d3ead13b86293e21ff1a1371de0ae850025b73c2f7895570444720

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
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. file: [e94f626094] check-in: [fe2cbe0021] user: js, branch: trunk, size: 2817 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [aa2f35848c] check-in: [7e5c81e186] user: js, branch: trunk, size: 2817 [annotate] [blame] [check-ins using] [diff]
2017-07-17
23:02
runtime: Prepare for having a glue library

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

2017-07-16
20:33
Added: 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. file: [5c7d2f9056] check-in: [c132c14ed7] user: js, branch: trunk, size: 2714 [annotate] [blame] [check-ins using]