<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>76b35d38 - [solaris/illumos] add SIGRTMIN and SIGRTMAX</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#76b35d38</link>
        <description>[solaris/illumos] add SIGRTMIN and SIGRTMAXAdd these functions, similar to the Linux ones. Also add tests.For illumos, the source code is at [1] and documentation is at [2]. Blamesuggests that Solaris also supports the same calls.[1]: https://github.com/illumos/illumos-gate/blame/27ecbff00d8c86a2647d6fe325cacb220d712115/usr/src/uts/common/sys/iso/signal_iso.h#L100-L101[2]: https://illumos.org/man/3HEAD/signal.h(backport &lt;https://github.com/rust-lang/libc/pull/4171&gt;)(cherry picked from commit a8aaadfd77362fefa534c76d29a17f3cad5bddfa)

            List of files:
            /rust-libc-0.2.174/libc-test/test/sigrt.rs</description>
        <pubDate>Tue, 03 Dec 2024 21:00:00 +0000</pubDate>
        <dc:creator>Rain &lt;rain@sunshowers.io&gt;</dc:creator>
    </item>
<item>
        <title>69ce8953 - Move testing of primitive types from std</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#69ce8953</link>
        <description>Move testing of primitive types from std(backport &lt;https://github.com/rust-lang/libc/pull/3616&gt;)(cherry picked from commit d4da6c866a9b25cc37f73d2a27cb9f2d61397298)

            List of files:
            /rust-libc-0.2.174/libc-test/test/primitive_types.rs</description>
        <pubDate>Sat, 09 Mar 2024 02:00:00 +0000</pubDate>
        <dc:creator>Chris Denton &lt;chris@chrisdenton.dev&gt;</dc:creator>
    </item>
<item>
        <title>f0eff998 - Remove unneeded `extern crate`s and imports</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#f0eff998</link>
        <description>Remove unneeded `extern crate`s and imports(backport &lt;https://github.com/rust-lang/libc/pull/3897&gt;)(cherry picked from commit ba1b27f51607a64072c9ddf071cb69a143922cb6)

            List of files:
            /rust-libc-0.2.174/libc-test/test/errqueue.rs/rust-libc-0.2.174/libc-test/test/linux_elf.rs/rust-libc-0.2.174/libc-test/test/linux_fcntl.rs/rust-libc-0.2.174/libc-test/test/linux_if_arp.rs/rust-libc-0.2.174/libc-test/test/linux_ipv6.rs/rust-libc-0.2.174/libc-test/test/linux_strerror_r.rs/rust-libc-0.2.174/libc-test/test/linux_termios.rs/rust-libc-0.2.174/libc-test/test/main.rs/rust-libc-0.2.174/libc-test/test/semver.rs</description>
        <pubDate>Thu, 05 Sep 2024 15:00:00 +0000</pubDate>
        <dc:creator>Eduardo S&#225;nchez Mu&#241;oz &lt;eduardosm-dev@e64.io&gt;</dc:creator>
    </item>
<item>
        <title>c04c92ed - Replace handwritten `Debug` impls with derives</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#c04c92ed</link>
        <description>Replace handwritten `Debug` impls with derives`s_no_extra_traits!` doesn&apos;t derive `Debug` so there are a lot ofhandwritten implementations. However, since we have a derive-likesolution for unions now (printing them like an opaque struct), therereally isn&apos;t any reason these can&apos;t all be derived.Add `derive(Debug)` to `s_no_extra_traits`, still gated behind `feature= &quot;extra_traits&quot;`, which allows getting rid of manual implementations.(backport &lt;https://github.com/rust-lang/libc/pull/4471&gt;)(cherry picked from commit 65c39bf1b0c7b904cf512280860120307d17703b)

            List of files:
            /rust-libc-0.2.174/libc-test/test/cmsg.rs</description>
        <pubDate>Mon, 02 Jun 2025 04:00:00 +0000</pubDate>
        <dc:creator>Trevor Gross &lt;tmgross@umich.edu&gt;</dc:creator>
    </item>
<item>
        <title>6e353398 - Enable libc-test for AIX and fix definitions/declarations.</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#6e353398</link>
        <description>Enable libc-test for AIX and fix definitions/declarations.(backport &lt;https://github.com/rust-lang/libc/pull/4450&gt;)(cherry picked from commit c192a5cae31dd84ad17dc3c2dd0a3deaacae452a)

            List of files:
            /rust-libc-0.2.174/libc-test/test/makedev.rs</description>
        <pubDate>Tue, 18 Mar 2025 20:00:00 +0000</pubDate>
        <dc:creator>Xing Xue &lt;xingxue@ca.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>48bd1a0f - port style.rs to syn and add tests for the style checker</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#48bd1a0f</link>
        <description>port style.rs to syn and add tests for the style checker(backport &lt;https://github.com/rust-lang/libc/pull/4220&gt;)(cherry picked from commit 56e82108afa1e54a4bb1996251d3d79016a092e0)

            List of files:
            /rust-libc-0.2.174/libc-test/test/check_style.rs/rust-libc-0.2.174/libc-test/test/style/mod.rs/rust-libc-0.2.174/libc-test/test/style_tests.rs</description>
        <pubDate>Sat, 11 Jan 2025 03:00:00 +0000</pubDate>
        <dc:creator>Ryan Mehri &lt;ryan.mehri1@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>06e704bb - Change the range syntax that is giving `ctest` problems</title>
        <link>http://172.16.0.5:8080/history/rust-libc-0.2.174/libc-test/test/#06e704bb</link>
        <description>Change the range syntax that is giving `ctest` problems`ctest` is iffy about whether or not it accepts `..=` syntax, and Ican&apos;t figure out what makes it decide whether or not to accept it andsometimes random changes seem to make things fail, so just replace thesyntax.This is simpler anyway, and closer matches the upstream definition [1].Link: https://github.com/torvalds/linux/blob/80e54e84911a923c40d7bee33a34c1b4be148d7a/Makefile#L1316 [1](backport &lt;https://github.com/rust-lang/libc/pull/4311&gt;)(cherry picked from commit 1779f14a0ea8bb663e1e220f006f88284fe5e1b3)

            List of files:
            /rust-libc-0.2.174/libc-test/test/linux_kernel_version.rs</description>
        <pubDate>Mon, 10 Mar 2025 05:00:00 +0000</pubDate>
        <dc:creator>Trevor Gross &lt;tmgross@umich.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
