- Mar 17, 2018
-
-
Tom Almeida authored
-
Tom Almeida authored
Removed all function pointers in FILE, moved internal functions to be member functions of FILE, made relevant *mut FILEs into &mut FILE and made suitable functions safe again
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Jeremy Soller authored
Issue #89: Fix return types on string functions
-
Timothy Bess authored
* fix return types * fix type casts on returns
-
- Mar 16, 2018
-
-
Tom Almeida authored
-
Tom Almeida authored
Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability
-
Jeremy Soller authored
wait and waitpid
-
Tom Almeida authored
-
Tom Almeida authored
-
- Mar 15, 2018
-
-
Paul Sajna authored
-
Paul Sajna authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Tom Almeida authored
-
Jeremy Soller authored
Implement strstr() and strpbrk() from string.h
-
Jeremy Soller authored
Update cbindgen and fix issues with signal
-
Dan Robertson authored
The sigaction struct should not be a typedef, but the sigset_t struct should be a typedef.
-
Dan Robertson authored
Update cbindgen to parse modules with a path attribute and revert the following commits: - 996fad70. - cfe98ab3.
-
- Mar 14, 2018
-
-
Paul Sajna authored
-
Jeremy Soller authored
Actual working tests on strspn and strcspn
-
Tom Almeida authored
-
Jeremy Soller authored
-
Andrii Zymohliad authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Yet another fix for strcspn and strspn.
-
Tom Almeida authored
-
Tom Almeida authored
-