Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: reitermarkus/libc

Tags

0.2.71

Toggle 0.2.71's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#1771 from jackpot51/patch-2

Bump version to 0.2.71

0.2.70

Toggle 0.2.70's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#1758 from tblah/version-0.2.70

Bump version to 0.2.70

0.2.69

Toggle 0.2.69's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#1732 from Minoru/feature/release-0.2.69

Bump version to 0.2.69

0.2.68

Toggle 0.2.68's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#1691 from andrenth/bump

Bump version to 0.2.68

0.2.67

Toggle 0.2.67's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request rust-lang#1666 from 0xngold/bump_version

Bump to 0.2.67.

0.2.66

Toggle 0.2.66's commit message
Bump patch version to 0.2.66

0.2.65

Toggle 0.2.65's commit message
Bump patch version to 0.2.65

0.2.64

Toggle 0.2.64's commit message
Auto merge of rust-lang#1550 - mati865:rustup, r=gnzlbg

Use minimal profile for rustup

Haven't tested it but should fix issue from rust-lang#1549 (comment)

0.2.62

Toggle 0.2.62's commit message
Auto merge of rust-lang#1467 - gnzlbg:fix_freebsd, r=gnzlbg

Fix FreeBSD

rust-lang#1440 broke FreeBSD by changing `libc` FreeBSD targets to require a `cfg(freebsdXX)` to be defined, but not updating `build.rs` to define `freebsd11` when `LIBC_CI` is not available. Since `LIBC_CI` is always defined on CI, this issue went undetected.

This PR fixes that issue in the `build.rs` and introduces a build task that tests FreeBSD without `LIBC_CI` on FreeBSD11, although I'm  not sure this would have caught the issue in rust-lang#1466 .

Closes rust-lang#1466 .