Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
  2. Sep 30, 2020
    • David Stroud's avatar
      Fix more typos · 09d233b4
      David Stroud authored
      There was a missing period and the word "features" instead of "feature" in the section about `const extern fn`s.
      09d233b4
    • David Stroud's avatar
      Fix typo · 55dcb8ec
      David Stroud authored
      In the `no-std` section of the README, there was a typo: "disable this feature remove the dependency". The word "to" was added in this commit to create "disable this feature to remove this dependency".
      55dcb8ec
  3. Aug 05, 2020
    • Dark Kirb's avatar
      Add DevkitPPC support · e9a12683
      Dark Kirb authored
      DevkitPPC does not support unix sockets natively, meaning that bindings
      to these functions was removed for powerpc targets with "nintendo" as
      vendor.
      
      Suggested target json files:
      
      Nintendo Gamecube:
      ```
      {
        "arch": "powerpc",
        "data-layout": "E-m:e-p:32:32-i64:64-n32",
        "dynamic-linking": false,
        "env": "newlib",
        "executables": true,
        "has-elf-tls": false,
        "has-rpath": true,
        "linker-flavor": "gcc",
        "llvm-target": "powerpc-eabi",
        "max-atomic-width": 32,
        "os": "dolphin",
        "target-c-int-width": "32",
        "target-endian": "big",
        "target-family": "unix",
        "target-mcount": "_mcount",
        "target-pointer-width": "32",
        "vendor": "nintendo"
      }
      ```
      
      Nintendo Wii:
      ```
      {
        "arch": "powerpc",
        "data-layout": "E-m:e-p:32:32-i64:64-n32",
        "dynamic-linking": false,
        "env": "newlib",
        "executables": true,
        "has-elf-tls": false,
        "has-rpath": true,
        "linker-flavor": "gcc",
        "llvm-target": "powerpc-eabi",
        "max-atomic-width": 32,
        "os": "revolution",
        "target-c-int-width": "32",
        "target-endian": "big",
        "target-family": "unix",
        "target-mcount": "_mcount",
        "target-pointer-width": "32",
        "vendor": "nintendo"
      }
      ```
      e9a12683
  4. Jul 08, 2020
  5. Jul 07, 2020
  6. Mar 10, 2020
  7. Oct 28, 2019
  8. Oct 18, 2019
  9. Oct 17, 2019
  10. Aug 12, 2019
  11. Jul 27, 2019
  12. Jul 15, 2019
  13. Jul 12, 2019
  14. Jul 11, 2019
  15. Jun 28, 2019
  16. May 24, 2019
  17. Feb 21, 2019
  18. Feb 13, 2019
  19. Feb 09, 2019
  20. Feb 07, 2019
  21. Feb 03, 2019
  22. Feb 02, 2019
  23. Jan 02, 2019
  24. Nov 26, 2018
  25. Nov 22, 2018
  26. Nov 20, 2018
  27. Jul 30, 2018
  28. Jul 01, 2018
  29. Apr 21, 2018
  30. Mar 10, 2018
    • bgermann's avatar
      Edit documentation · cf701686
      bgermann authored
      Add sparc64-unknown-linux-gnu and x86_64-sun-solaris.
      Remove aarch64-unknown-linux-musl.
      cf701686
  31. Sep 25, 2017
  32. 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
  33. Apr 26, 2017
  34. Jan 18, 2017
Loading