- Mar 09, 2018
-
-
Dan Robertson authored
The current implementation of open requires the user to pass all three args to the function. It should use a va_list and allow a user to provide only the filename and flags.
-
- Mar 08, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Finish ctype impls
-
SamwiseFilmore authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Paul Sajna authored
-
Jeremy Soller authored
Create crate and stubs for wctype
-
Dan Robertson authored
Create the wctype crate and stub functions with the unimplemented macro.
-
Jeremy Soller authored
Add ctype functions and atoi/atol
-
Paul Sajna authored
-
Dan Robertson authored
Add ctype functions - isalnum - isalpha - isascii - isdigit - islower - isspace - isupper Add stdlib functions - atoi - atol Fix some warnings Make a fmt run
-
Paul Sajna authored
-
Paul Sajna authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
Jeremy Soller authored
add test for errno
-
Jeremy Soller authored
Implement several more string functions and add errno
-
Paul Sajna authored
-
Alex Lyon authored
-
Alex Lyon authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-