Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lambda-fairy/rust-errno
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.4
Choose a base ref
...
head repository: lambda-fairy/rust-errno
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.8
Choose a head ref
  • 10 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 8, 2023

  1. Use __errno_location on DragonFly BSD (#82)

    DragonFly BSD 5.8+ has __errno_location.
    DragonFlyBSD/DragonFlyBSD@60d3113
    taiki-e authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    6ed3a53 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.5. (#83)

    sunfishcode authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    9928bb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    235907b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5341791 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Added support for vita target (#86)

    * Added support for vita target
    
    * Use target_env=newlib instead
    nikarh authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c10b486 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.6. (#87)

    sunfishcode authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    dfd2144 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix strerror_r error test (#88)

    `man 3 strerror_r` says:
    
    The XSI-compliant strerror_r() function returns 0 on success. On
    error, a (positive) error number is returned (since glibc 2.13), or -1
    is returned and errno is set to indicate the error (glibc versions
    before 2.13).
    Ralith authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0420960 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.7. (#90)

    sunfishcode authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a594777 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Update to windows-sys 0.52. (#91)

    * Update to windows-sys 0.52.
    
    * Update the MSRV to 1.56.
    
    It appears windows-sys 0.52 has an MSRV of 1.56. Update the errno crate
    to 1.56 as well.
    
    * Remove a workaround that is no longer needed with Rust 1.56.
    sunfishcode authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fbe2e15 View commit details
    Browse the repository at this point in the history
  2. Release 0.3.8. (#94)

    sunfishcode authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5297187 View commit details
    Browse the repository at this point in the history
Loading