aboutsummaryrefslogtreecommitdiff
path: root/libft.h
AgeCommit message (Expand)Author
2019-11-21WIP: adding ft_*printfCharles
2019-11-21ft_memset and ft_strlen optimizationCharles
2019-11-20Merge branch 'rendu'Charles
2019-11-20Merge branch 'rendu'Charles
2019-11-20refactored everythingCharles
2019-11-20Protected pre 2019 functionsCharles
2019-11-16Linux OPEN_MAXCharles
2019-11-13Added get_next_lineCharles
2019-11-05Added ft_strjoin_free and ft_strjoin_free_snd, Removed ft_itoa_baseCharles
2019-10-25Added ft_itoa_baseCharles
2019-10-25Added strndup and lstpop_frontCharles
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