Skip to content

Releases: rust-lang/libc

0.2.72

07 Jul 23:22
73e8838
Compare
Choose a tag to compare

Bump patch version to 0.2.72

0.2.71

26 May 15:40
8712132
Compare
Choose a tag to compare

Bump patch version to 0.2.71

0.2.70

12 May 16:20
b61d8c6
Compare
Choose a tag to compare

Bump patch version to 0.2.70

0.2.69

13 Apr 23:21
d833b6b
Compare
Choose a tag to compare

Bump patch version to 0.2.69

0.2.68

17 Mar 20:34
39f43b5
Compare
Choose a tag to compare

Bump patch version to 0.2.68

0.2.67

20 Feb 23:23
23caafd
Compare
Choose a tag to compare

Bump patch version to 0.2.67

0.2.66

29 Nov 12:22
Compare
Choose a tag to compare
Bump patch version to 0.2.66

0.2.65

04 Nov 10:05
Compare
Choose a tag to compare
Bump patch version to 0.2.65

0.2.64: Auto merge of #1550 - mati865:rustup, r=gnzlbg

15 Oct 17:31
Compare
Choose a tag to compare
Use minimal profile for rustup

Haven't tested it but should fix issue from https://github.com/rust-lang/libc/pull/1549#issuecomment-542203074

0.2.63 (yanked)

20 Aug 11:13
Compare
Choose a tag to compare
Auto merge of #1474 - lpetre:add_utime_constants, r=gnzlbg

Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensat

I've managed to verify a handful of these:

- [FreeBSD](https://github.com/freebsd/freebsd/blob/1d6e4247415d264485ee94b59fdbc12e0c566fd0/tools/build/stat.h#L35)
- [NetBSD](https://github.com/NetBSD/src/blob/64b8a48e1288eb3902ed73113d157af50b2ec596/sys/sys/stat.h#L235)
 - [Apple](https://opensource.apple.com/source/xnu/xnu-4903.221.2/bsd/sys/stat.h.auto.html)

I'm less confident in these:
 - [Haiku](https://github.com/haiku/haiku/blob/abb59d7351c7ddb50c63c40430a82d94fa61917a/headers/posix/sys/stat.h#L105)
   - I could be wrong on this one: https://github.com/haiku/haiku/search?q=UTIME_NOW&unscoped_q=UTIME_NOW
 - [WASI](https://github.com/CraneStation/wasi-libc/blob/24792713d7e31cf593d7e19b943ef0c3aa26ef63/libc-top-half/musl/include/sys/stat.h#L71)
  - I could be wrong on this one: https://github.com/CraneStation/wasi-libc/search?q=UTIME_NOW&unscoped_q=UTIME_NOW
 - [Solarish](https://github.com/illumos/illumos-gate/blob/4e0c5eff9af325c80994e9527b7cb8b3a1ffd1d4/usr/src/uts/common/sys/stat.h#L478)