- Apr 14, 2020
-
-
Yuki Okushi authored
Set rustup profile to minimal on Windows
-
Yuki Okushi authored
-
Yuki Okushi authored
Minor clean-up CI docs
-
- Apr 13, 2020
-
-
Yuki Okushi authored
Bump version to 0.2.69
-
Yuki Okushi authored
Enable `wasm32-unknown-emscripten` target on CI
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
-
Yuki Okushi authored
Remove license headers
-
Alexander Batischev authored
-
Yuki Okushi authored
Add bindings for POSIX regexes
-
Alexander Batischev authored
Headers I used: Oh, for reference, here are the headers I used while working on this: - musl: https://git.musl-libc.org/cgit/musl/tree/include/regex.h?id=8327ae0cb23b799bc55a45e0d4bd95f5a2b1cdf1 - glibc: https://sourceware.org/git/?p=glibc.git;a=blob;f=posix/regex.h;h=87cce7f5cb8cc3b678467329b479bd511e250e61;hb=HEAD - macOS: https://opensource.apple.com/source/Libc/Libc-997.90.3/include/regex.h.auto.html - FreeBSD: https://github.com/freebsd/freebsd/blob/8103b0ddb041617b7cd161528f0ff93ff32970a2/include/regex.h - NetBSD: https://github.com/NetBSD/src/blob/61c8f6fbb7e38b20e862d5cb3ed2203312963283/include/regex.h
-
- Apr 11, 2020
-
-
Yuki Okushi authored
-
Yuki Okushi authored
unix: add strndup()
-
Matthias Schiffer authored
Add strndup(), as specified by POSIX.1-2008.
-
Yuki Okushi authored
-
Yuki Okushi authored
Run rustfmt
-
Yuki Okushi authored
-
Yuki Okushi authored
Split up Solaris and illumos targets
-
Yuki Okushi authored
Add definition of ucontext_t for aarch64-unknown-linux-gnu
-
Yuki Okushi authored
Add defines for HUGETLB size - solves #1700
-
- Apr 10, 2020
-
-
Alex Crichton authored
-
- Apr 09, 2020
-
-
Guillume DIDIER authored
This adds the defines from include/uapi/asm-generic/hugetlb_encode.h and the corresponding defines in include/uapi/linux/mman.h to linux_like/linux/gnu/mod.rs and the equivalent for musl in linux_like/linux/musl/mod.rs Solves #1700 Removes two defines from musl/b32/hexagon.rs that are now provided two mudules "up"
-
- Apr 08, 2020
-
-
Yuki Okushi authored
Add strsignal(3) to unix
-
Yuki Okushi authored
Use fork ctest until the maintainer gets back
-
- Apr 07, 2020
-
-
Yuki Okushi authored
-
Brian Gavin authored
This does not add sys_siglist because the docs specify that the function should be used instead, whenever possible.
-
Yuki Okushi authored
Add Linux UDP constants
-
Yuki Okushi authored
Update freebsd 12 image
-
Yuki Okushi authored
-
Yuki Okushi authored
fix cfmakeraw() for illumos and Solaris
-