ObjFW  Check-in [fe2cbe0021]

Overview
Comment: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.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fe2cbe0021d3ead13b86293e21ff1a1371de0ae850025b73c2f7895570444720
User & Date: js on 2018-04-22 16:13:04
Other Links: manifest | tags
Context
2018-04-22
17:48
Make ObjFW compile for AmigaOS 3 check-in: 0b07c8fcfa user: js tags: trunk
16:13
runtime: Define BOOL to be the same as bool check-in: fe2cbe0021 user: js tags: trunk
2018-04-15
19:15
ObjFW.h: Fix conditional for OFHTTPClient import check-in: 4bc1aa6831 user: js tags: trunk
Changes

Modified src/OFApplication.m from [240e542914] to [8777ac3750].    [diff]

Modified src/OFFile.h from [ee74f7774a] to [1301722443].    [diff]

Modified src/OFFile.m from [1cab20f522] to [77e3c3a21e].    [diff]

Modified src/OFFileManager.m from [74a0735e38] to [96795739ab].    [diff]

Modified src/OFLocalization.m from [8b387494ee] to [ae5afaaea8].    [diff]

Modified src/OFObject.h from [f9418de3f6] to [a6c803a105].    [diff]

Modified src/OFObject.m from [4583da4a4e] to [678b6e28e1].    [diff]

Modified src/OFStdIOStream.h from [acf0fa9e57] to [230fa44006].    [diff]

Modified src/OFStdIOStream.m from [66757147ba] to [7f1468fef3].    [diff]

Modified src/OFSystemInfo.m from [cdbf79507f] to [d70c261d5b].    [diff]

Modified src/OFThread.m from [760eefafe7] to [87b40649c1].    [diff]

Modified src/OFURLHandler_file.m from [1ed7407f01] to [398809665b].    [diff]

Modified src/runtime/ObjFW_RT.h from [d5822f4845] to [75ca2f1db8].    [diff]

Modified src/runtime/class.m from [16946c32d6] to [8659e5eda9].    [diff]

Modified src/runtime/lookup.m from [d66050c602] to [107b957fe8].    [diff]

Modified src/runtime/morphos-library.m from [1e4a1b451d] to [6a9a522909].    [diff]

Modified src/runtime/property.m from [ad22d9f929] to [e9bfb6f639].    [diff]

Modified src/runtime/protos.h from [aa2f35848c] to [e94f626094].    [diff]

Modified src/socket.h from [e4ca2499ce] to [31842887c2].    [diff]

Modified src/unistd_wrapper.h from [05d340e343] to [9807fe4f29].    [diff]

Modified tests/ForwardingTests.m from [97260d7f73] to [b356b79162].    [diff]

Modified tests/TestsAppDelegate.m from [251eb0b81a] to [4afc655dec].    [diff]