aboutsummaryrefslogtreecommitdiff
path: root/include/libft_str.h
AgeCommit message (Expand)Author
2020-10-08Added ft_strjoinf_sndCharles Cabergs
2020-09-14Added ft_itoa_cpyCharles Cabergs
2020-06-12Added ft_strjoinf_fst aliasCharles
2020-06-09Added ft_dstrwrap, ft_splitf, fixing bug in ft_splitCharles
2020-04-05Renamed ft_substr to ft_strsub, Added ft_strsubf, ft_strcat3Charles
2020-04-04Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safeCharles
2020-04-03Added ft_fnmatch functionCharles
2020-03-28Added ft_strjoin3Charles
2020-02-28hash table unit testing, normingCharles
2020-02-14Added documentation for all functions and refactored ft_strjoin_free -> ft_st...Charles
2020-02-10Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsepCharles
2020-02-10Added ft_strspn, ft_strcspnCharles
2020-02-10Fixing ft_strcmp, Added ft_strcasecmp, ft_strncasecmpCharles
2020-02-02hash table unit testing, normingCharles
2020-01-30Renaming t_list -> t_ftlst, changing feature adding by headerCharles
2020-01-30renaming header files, .libftignore file for simpler features selectionCharles