Skip to content
Snippets Groups Projects
  1. Sep 25, 2017
  2. Aug 21, 2017
    • Bryant Mairs's avatar
      Add more fcntl and seal constants for Android/Linux · 2e11d9e1
      Bryant Mairs authored
      We now create an additional binary `linux_fcntl` for testing this
      since there are header conflicts when including all necessary headers.
      This binary is run on all platforms even though it's empty on all non-
      Android/non-Linux platforms.
      
      Testing has been switched from a custom binary to using a runner-less
      test (or pair of tests). This means that for local development a simple
      `cd libc-test && cargo test` will run all the tests. CI has also been
      updated here to reflect that.
      2e11d9e1
  3. Apr 26, 2017
  4. Jan 18, 2017
  5. Nov 26, 2016
  6. Sep 29, 2016
  7. Apr 27, 2016
  8. Apr 02, 2016
  9. Feb 12, 2016
  10. Feb 11, 2016
    • Alex Crichton's avatar
      Add a default-on "use_std" feature · 6d46b6fa
      Alex Crichton authored
      This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc,
      but is enabled by default. The library will currently continue to link to the
      standard library to maintain backwards compatibility with the 0.2 series and
      older Rust compilers for now, but this default can possible be changed in the
      future.
      6d46b6fa
  11. Jan 22, 2016
  12. Nov 03, 2015
  13. Oct 30, 2015
  14. Oct 29, 2015
  15. Sep 21, 2015
  16. Sep 18, 2015
  17. Sep 17, 2015
  18. Jan 13, 2015
Loading