History log of /rust-libc-0.2.174/src/primitives.rs (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.2.174, 0.2.173, 0.2.172, ctest-v0.4.11, ctest-v0.4.10, 0.2.171, 0.2.170
# 42a30adc 22-Feb-2025 Trevor Gross <[email protected]>

Switch back to matching `target_os` rather than `target_vendor`

`ctest` is very particular about this and the current configuration,
though working most of the time, seems to cause occasional CI err

Switch back to matching `target_os` rather than `target_vendor`

`ctest` is very particular about this and the current configuration,
though working most of the time, seems to cause occasional CI errors
that can't easily be explained or mitigated. Switch back to matching all
Apple `target_os` options until `ctest` is fixed.

(backport <https://github.com/rust-lang/libc/pull/4282>)
(cherry picked from commit a986f81dbc23bf669fdecd81a74b6ae3999cb8c8)

show more ...


# 3e2fb175 05-Feb-2025 Aphek <[email protected]>

fix: Revert vita's c_char to i8

(backport <https://github.com/rust-lang/libc/pull/4258>)
(cherry picked from commit e5a669b526efd0db5809eb56b6dee3736d7a5c58)


# e2f92909 04-Feb-2025 Aphek <[email protected]>

Copy definitions from core::ffi and centralize them

(backport <https://github.com/rust-lang/libc/pull/4256>)
(cherry picked from commit 95446f458e472511d65e560224c1b85570e50944)

[ include the neces

Copy definitions from core::ffi and centralize them

(backport <https://github.com/rust-lang/libc/pull/4256>)
(cherry picked from commit 95446f458e472511d65e560224c1b85570e50944)

[ include the necessary changes for psp, which isn't part of the
original commit since the target is not present on main - Trevor ]

show more ...