ObjFW  History of src/unistd_wrapper.h of fe2cbe0021d3ead13b86293e21ff1a1371de0ae850025b73c2f7895570444720

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

2024-04-03
02:16
Change license to LGPLv3 only file: [aec23c16cd] check-in: [7413a728a7] user: js, branch: trunk, size: 1007 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [5d0b16d0f5] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 799 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [f8597c03ef] check-in: [8939cbdb52] user: js, branch: trunk, size: 799 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [10576ea4f7] check-in: [1a86b8175b] user: js, branch: trunk, size: 799 [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
Update copyright file: [5d2b1205ad] check-in: [374e1a1bfa] user: js, branch: trunk, size: 799 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [b988d01088] check-in: [c7f0229795] user: js, branch: trunk, size: 888 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [c7bb611242] check-in: [0509d7a844] user: js, branch: trunk, size: 884 [annotate] [blame] [check-ins using] [diff]
2018-04-24
00:06
Fix compilation for PSP file: [22f65b4810] check-in: [ae0899ef7c] user: js, branch: trunk, size: 878 [annotate] [blame] [check-ins using] [diff]
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: [9807fe4f29] check-in: [fe2cbe0021] user: js, branch: trunk, size: 884 [annotate] [blame] [check-ins using] [diff]

2018-01-03
19:49
Update copyright notice file: [05d340e343] check-in: [7e5c81e186] user: js, branch: trunk, size: 994 [annotate] [blame] [check-ins using] [diff]
2017-06-04
18:48
Treat MorphOS + ixemul as a separate platform

This reduces the ifdef hell and makes much more sense, as with ixemul,
no native calls are allowed. file: [1cb41ddd18] check-in: [c9621825fc] user: js, branch: trunk, size: 971 [annotate] [blame] [check-ins using] [diff]

2017-06-03
15:03
Include unistd.h on MorphOS + libnix

It turns out that including unistd.h does work when defining BOOL to
something else. file: [33a8d48723] check-in: [cb450cb1bd] user: js, branch: trunk, size: 1000 [annotate] [blame] [check-ins using] [diff]

2017-05-28
15:23
MorphOS: Do not include unistd.h when using libnix file: [892d1c3341] check-in: [ad2c53e367] user: js, branch: trunk, size: 931 [annotate] [blame] [check-ins using] [diff]
2017-05-27
10:33
Added: Add unistd.h wrapper to make things less horrible file: [535661bb55] check-in: [d31ec806ef] user: js, branch: trunk, size: 855 [annotate] [blame] [check-ins using]