aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2020-02-05fixing ft_split_strictCharles
2020-02-04Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ↵Charles
use ft_strtol
2020-02-04Added ft_absCharles
2020-02-02Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_intCharles
2020-01-16Added ft_strcountCharles
2019-10-18Fixed ft_substr, added a few protection to list functionsCharles
2019-10-17More protectionCharles
- substr if start > str length - all list functions check for NULL reference - not modifying const pointers
2019-10-15Removed libft_bonus.hCharles
bonus rule in Makefile remove guard close in libft.h to declare t_list struct and ft_lst* prototypes. Fixed ft_lstclear with recursion.
2019-10-09Small updateCabergs Charles
2019-10-09Normed, Makefile bonus ruleCabergs Charles
- bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus
2019-10-07WIP bonus listCharles
2019-10-07Added calloc and strlcpy, rename out of dateCabergs Charles
2019-07-29part 2 done (except putchar and putstr unicode)Charles
2019-07-28std library function almost done, tested with libft-unit-testsCharles