Commit Graph

69 Commits

Author SHA1 Message Date
Isaac Woods 79c80c4ec4
Re-export core::ffi::c_void if supported 2018-09-18 19:50:36 +01:00
Linus Färnstrand add1a320b4 Bump version to 0.2.43 2018-08-06 01:35:46 +02:00
Linus Färnstrand 6abe0b5218 Add align feature and use on in6_addr 2018-07-29 18:54:45 +02:00
Jeremy Soller a27fae96a0 Bump version to 0.2.42 2018-06-01 08:14:12 -06:00
Linus Färnstrand 6bbe4412c4 Bump to 0.2.41 2018-05-21 13:30:14 +02:00
Francis Gagné e1fd577574 Bump to 0.2.40 2018-03-18 21:55:10 -04:00
Fredrick Brennan 528374ed9a Add FreeBSD `get[pw|gr]ent_r`, forgotten in #934
Sorry, accidentally forgot this when submitting #934..
2018-03-05 21:25:55 +08:00
Fredrick Brennan 5f9538d1e2 Add passwd/group APIs needed for nix-rust/nix#864 2018-03-03 11:13:02 +00:00
Benjamin Fry 5a50bec431 0.2.37 for release 2018-02-26 21:23:21 -08:00
Guillaume Gomez e91769eceb Update libc version 2018-01-11 23:32:27 +01:00
Josh Driver d61351e9c8 Bump to 0.2.35 2018-01-04 10:43:01 +10:30
Alex Crichton 19b0fbe210 Bump to 0.2.34 2017-11-30 06:50:55 -08:00
Andrew Tunnell-Jones 9ff7111743 Bump to 0.2.33 2017-10-28 05:47:18 -07:00
Trevor Reiff 95fe3cca5b Add `project_name` attribute to appveyor badge. 2017-10-13 15:38:43 -04:00
Sébastien Marie cf4c0beffb bump to 0.2.32
- add DCCP constant definitions
- add clock_gettime related functions to macOS
- add fstatat64 on linux/android
- add preadv64/pwritev64 on linux/android
- add utimensat on solaris, netbsd and openbsd
- add IP_BINDANY on freebsd
2017-10-06 13:28:38 +02:00
James Tucker d68943d221 Bump to 0.2.31 2017-09-19 16:51:42 -07:00
Alex Crichton 938252cba7 Bump to 0.2.30 2017-08-27 10:34:33 -07:00
Alex Crichton 201d539465 Remove OpenBSD CI
It's now broken due to changes in the `gcc` crate and having a too-old compiler,
and in general it's unfortunately architecturally so different from the other
test frameworks that it's difficult to maintain over time.
2017-08-18 09:34:08 -07:00
Wesley Moore beb582e120 Bump to version 0.2.29 2017-07-31 21:12:05 +10:00
Martin Geisler 9f3d28d3ed Add CI badges 2017-07-25 01:21:04 +02:00
Marcin Mielniczuk 4afbf4eca5 Bump version to 0.2.28 2017-07-24 09:22:30 +02:00
Guillaume Gomez 312e5cb5f7 Update crate version 2017-07-21 10:38:00 +02:00
Alex Crichton 7d74c0993c Clean up CI configuration and add s390x
We can't test s390x because qemu segfaults but we can at least verify that it
compiles.

Closes #650
2017-07-07 14:19:06 -07:00
Fenrir fa23a9bc42 Bump to 0.2.25 2017-07-07 08:35:54 -06:00
Razican f5554af07a Bumped version number 2017-06-11 12:22:08 +02:00
Lee Bousfield 0457d3b32f Bump to 0.2.23 2017-05-18 18:41:37 -06:00
Alex Crichton 6ef11e694a Bump to 0.2.22 2017-04-26 07:29:19 -07:00
Kamal Marhubi d24e86c9d7 Bump to 0.2.21
closes https://github.com/rust-lang/libc/issues/539
2017-03-01 19:00:07 -05:00
Alex Crichton d30b4c6fe0 Bump to 0.2.20 2017-01-17 08:58:24 -08:00
Alex Crichton a2dd65a5a8 Bump to 0.2.19 2017-01-04 13:52:33 -08:00
Alex Crichton 93dbca015f Bump to 0.2.18 2016-12-02 12:57:44 -08:00
Alex Crichton f75965646e Bump to 0.2.17 2016-10-14 21:59:09 -07:00
Alex Crichton 739edbc468 Use workspaces in this repo
Also cache on appveyor to speed up builds.
2016-10-08 17:26:56 -07:00
Alex Crichton 351df2ddef Bump to 0.2.16 2016-09-08 15:01:24 -07:00
Alex Crichton 6c18f30543 Bump to 0.2.15 2016-08-04 08:19:48 -07:00
Alex Crichton 1f946a018a Bump to 0.2.14 2016-07-11 09:04:28 -07:00
Alex Crichton 760dd0b6dc Bump to 0.2.13 2016-06-28 10:02:55 -07:00
Alex Crichton 91c5dbf579 Bump to 0.2.12 2016-06-10 05:19:19 -07:00
Alex Crichton 959c6ab21b Bump to 0.2.11 2016-05-03 09:39:11 -07:00
Alex Crichton b302bed9d2 Bump to 0.2.10 2016-04-12 11:09:00 -07:00
Alex Crichton 3de1107244 Bump to 0.2.9 2016-03-30 17:40:32 -07:00
Alex Crichton 7426d35119 Bump to 0.2.8 2016-03-07 13:11:58 -08:00
Alex Crichton 6d46b6fa5f Add a default-on "use_std" feature
This adds a `use_std` Cargo feature which disables `#![no_std]` builds of libc,
but is enabled by default. The library will currently continue to link to the
standard library to maintain backwards compatibility with the 0.2 series and
older Rust compilers for now, but this default can possible be changed in the
future.
2016-02-10 17:21:21 -08:00
Alex Crichton 87e6c65c74 Bump to 0.2.7 2016-02-09 13:26:02 -08:00
Alex Crichton 381be4bcb0 Bump to 0.2.6 2016-01-26 16:02:21 -08:00
Alex Crichton 2abaf33ed0 Bump to 0.2.5 2016-01-21 09:53:49 -08:00
Alex Crichton ff38c3a121 Bump to 0.2.4 2015-12-17 14:44:50 -08:00
Alex Crichton 79d989996b Bump to 0.2.3 2015-12-16 11:46:54 -08:00
Alex Crichton f70787b344 Bump to 0.2.2 2015-11-10 09:08:32 -08:00
Alex Crichton c003614b61 Bump to 0.2.1 2015-11-04 17:46:48 -08:00