- Feb 25, 2019
-
-
Nagy Tibor authored
Turns the results of these macros from compound to regular statements using the old `do { ... } while(0)` trick. Must have for function-like macros.
-
- Feb 21, 2019
-
-
Nagy Tibor authored
-
- Feb 20, 2019
-
-
Nagy Tibor authored
When the execution reaches the end of the main functions, they implicitly return a successful status.
-
Nagy Tibor authored
-
- Feb 19, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
iscntrl: Didn't handle the EOF macro correctly isgraph: Didn't handle '~' (tilde) correctly ispunct: Several issues
-
- Mar 09, 2018
-
-
SamwiseFilmore authored
Wrote tests for the functions implemented in 40558b26 and maybe made that test a little more comprehensible. Also made sure that fmt.sh and test.sh were being executed by bash all the time (compatibility with other shells).
-
- Mar 08, 2018
-
-
Jeremy Soller 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
-