History log of /rust-libc-0.2.174/libc-test/test/linux_kernel_version.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
# 06e704bb 10-Mar-2025 Trevor Gross <[email protected]>

Change the range syntax that is giving `ctest` problems

`ctest` is iffy about whether or not it accepts `..=` syntax, and I
can't figure out what makes it decide whether or not to accept it and
some

Change the range syntax that is giving `ctest` problems

`ctest` is iffy about whether or not it accepts `..=` syntax, and I
can't figure out what makes it decide whether or not to accept it and
sometimes random changes seem to make things fail, so just replace the
syntax.

This is simpler anyway, and closer matches the upstream definition [1].

Link: https://github.com/torvalds/linux/blob/80e54e84911a923c40d7bee33a34c1b4be148d7a/Makefile#L1316 [1]

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

show more ...


Revision tags: 0.2.170, 0.2.169, 0.2.168, ctest-v0.4.9, 0.2.167, 0.2.166, 0.2.165, 0.2.164, 0.2.163, 0.2.162, 0.2.161, 0.2.160, 0.2.159
# f0eff998 05-Sep-2024 Eduardo Sánchez Muñoz <[email protected]>

Remove unneeded `extern crate`s and imports

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


Revision tags: 0.2.158, 0.2.157, 0.2.156, 0.2.155, 0.2.154, ctest-v0.4.8, 0.2.153, 0.2.152, 0.2.151, 0.2.150, 0.2.149, 0.2.148, 0.2.147, ctest-v0.4.7, 0.2.146, 0.2.145, 0.2.144, 0.2.143, ctest-v0.4.6, 0.2.142, 0.2.141, 0.2.140, 0.2.139
# 88d6a1fd 20-Dec-2022 David Carlier <[email protected]>

adding KERNEL_VERSION macro for linux.