- Jun 07, 2019
-
-
Torbjørn Birch Moltu authored
-
- Jun 03, 2019
-
-
gnzlbg authored
-
- May 31, 2019
-
-
gnzlbg authored
-
- May 29, 2019
- May 28, 2019
- May 27, 2019
- May 23, 2019
- May 22, 2019
-
-
gnzlbg authored
The second argument of `gettimeofday` was a `*mut c_void` on all targets, but that type is incorrect in the following targets, where it should be a `*mut timezone` instead: On these other targets it appears that the signature of gettimeofday was incorrect (it takes a time-zone pointer instead of a void pointer): linux+gnu: http://man7.org/linux/man-pages/man2/gettimeofday.2.html freebsd: https://www.freebsd.org/cgi/man.cgi?query=gettimeofday&apropos=0&sektion=2&manpath=FreeBSD+11.2-stable&arch=default&format=html openbsd: https://man.openbsd.org/gettimeofday.2 android: https://github.com/ricardoquesada/android-ndk/blob/master/usr/include/sys/time.h dragonfly: https://www.dragonflybsd.org/cgi/web-man?command=gettimeofday§ion=2 This commit corrects the type on these targets, which is a breaking change. Due to how this API is commonly used (e.g. passing `ptr::null_mut` to the second argument), breakage should be minimal. Users wanting to support both versions can just write `ptr as *mut _` instead. Closes #1338.
-
- May 16, 2019
-
-
Linus Färnstrand authored
-
- Apr 29, 2019
-
-
Charles Lew authored
-
- Mar 26, 2019
- Mar 25, 2019
- Mar 04, 2019
-
-
Bryant Mairs authored
-
- Feb 20, 2019
-
-
Marco A L Barbosa authored
-
- Feb 19, 2019
-
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
This reverts commit ae2663a7.
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
Gleb Pomykalov authored
-
Vincent Dagonneau authored
Moved inotify_rm_watch out of the generic notbsd target and into specific linux and android targets because the second argument has a different type in android and linux.
-
Gleb Pomykalov authored
-
- Feb 18, 2019
-
-
Gleb Pomykalov authored
-