Skip to content

Tags: ids1024/libc

Tags

0.2.48

Toggle 0.2.48's commit message
Auto merge of rust-lang#1228 - gnzlbg:release, r=gnzlbg Bump to 0.2.48 Bumps libc version to 0.2.48. This release contains the breaking changes performed in rust-lang#1222 .

0.2.47

Toggle 0.2.47's commit message
Auto merge of rust-lang#1209 - jackpot51:master, r=alexcrichton Bump version to 0.2.47 This will release changes to the Redox module

0.2.46

Toggle 0.2.46's commit message
Auto merge of rust-lang#1195 - glaubitz:new-release, r=alexcrichton Bump version to 0.2.46 New release required for rust-lang/rust#57121

0.2.45

Toggle 0.2.45'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#1171 from alexcrichton/bump Fix build on x86_64-unknown-cloudabi, bump version

0.2.44

Toggle 0.2.44's commit message
Remove unstable `libc` feature on rustc-dep-of-std No longer needed and this is done via other means in upstream rustc

0.2.43

Toggle 0.2.43's commit message
Auto merge of rust-lang#1056 - faern:release, r=alexcrichton Bump version to 0.2.43 Would be nice to have the new align feature from rust-lang#1044 available for general use. But mostly I want this released since I have problems using the align feature for a PR on libstd, and I suspect it's somehow because I try to use an unpublished libc (rust-lang/rust#52872).

0.2.42

Toggle 0.2.42's commit message
Auto merge of rust-lang#1012 - redox-os:master, r=alexcrichton Bump version to 0.2.42 Closes rust-lang#1011

0.2.41

Toggle 0.2.41's commit message
Auto merge of rust-lang#989 - faern:release-0-2-41, r=alexcrichton Bump to 0.2.41 I mainly need the change that makes the fields of `nlmsghdr` public (c8e9232).

0.2.40

Toggle 0.2.40's commit message
Auto merge of rust-lang#955 - afck:master, r=alexcrichton Add MCL_CURRENT and MCL_FUTURE to s390.

0.2.39

Toggle 0.2.39's commit message
Auto merge of rust-lang#939 - ctrlcctrlv:master, r=alexcrichton Add FreeBSD `get[pw|gr]ent_r`, forgotten in rust-lang#934 Sorry, accidentally forgot this when submitting rust-lang#934..