aboutsummaryrefslogtreecommitdiff
path: root/libft.h
AgeCommit message (Expand)Author
2020-03-08Linux portabilitycub3dCharles
2020-02-05fixing ft_split_strictCharles
2020-02-04Added ft_getchar and fixing strtolCharles
2020-02-04Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ...Charles
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-21Added protection on part2 and changed lstmap according to the subjectCharles
2019-10-17More protectionCharles
2019-10-15Removed libft_bonus.hCharles
2019-10-15Fixed ft_split to destroy previous alloc if ENOMEMCharles
2019-10-12Fixed ft_strlcat and ft_strnstr to pass Libftest testsCharles
2019-10-09Normed, Makefile bonus ruleCabergs Charles
2019-10-08Fix ft_memmove and callocCharles
2019-10-08Added bonus functions WIPCharles
2019-10-07Added calloc and strlcpy, rename out of dateCabergs Charles
2019-10-07Normed everythingCabergs Charles
2019-07-29part 2 done (except putchar and putstr unicode)Charles
2019-07-28std library function almost done, tested with libft-unit-testsCharles