Commit Graph

60 Commits

Author SHA1 Message Date
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
Alex Crichton
57ba1fa360 Bump to 0.2.0 2015-11-03 13:23:16 -08:00
Alex Crichton
a9a9c70fe6 Merge remote-tracking branch 'origin/master'
Conflicts:
	rust
2015-10-29 12:10:41 -07:00
Alex Crichton
452cee5093 Bump to 0.1.12 2015-10-28 14:22:36 -07:00
Alex Crichton
d64e480e27 Bump to 0.1.11 2015-10-19 13:50:27 -07:00
Alex Crichton
2c57e36e12 Move linkage to specific modules 2015-09-15 17:30:53 -07:00
Alex Crichton
dafaca90f0 Initial import of liblibc 2015-09-09 21:50:47 -07:00
Alex Crichton
473c10cc1c Bump to 0.1.10
Closes #15
2015-08-15 13:27:26 -07:00
Alex Crichton
dec6944bb1 Bump to 0.1.9, update Rust 2015-07-11 13:50:36 -07:00
Alex Crichton
916642f0b5 Update rust and bump to 0.1.8
Closes #11
2015-05-17 12:44:59 -07:00