aboutsummaryrefslogtreecommitdiff
path: root/include/libft_str.h
AgeCommit message (Expand)Author
2020-08-02Merge branch 'master' into ft_sslCharles Cabergs
2020-08-01Added ft_realloc, enabled ft_strnewCharles Cabergs
2020-05-12Fixing/refactoring ft_getline, fixed/normed ft_memchr, added ft_strmoveCharles
2020-05-11Moved util/ft_split* in str, Added ft_memjoin and ft_memjoinf1, Modified ft_g...Charles
2020-05-10Added ft_strtof, ft_atof, ft_vectobuf32, ft_split_len (not tested)Charles
2020-05-09Merge remote-tracking branch 'origin/minishell'Charles
2020-05-08Fixed 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-04-01Merge branch 'minishell'Charles
2020-03-28Added ft_strjoin3Charles
2020-03-11ft_mem* and ft_strlen optimizationCharles
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