aboutsummaryrefslogtreecommitdiff
path: root/src/str
AgeCommit message (Expand)Author
2020-10-15Fixing ft_strtolowerCharles 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 test for ft_strsjoin, ft_strsjoinf, ft_vecpush_safe, Added doc for algo...Charles
2020-04-04Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safeCharles
2020-04-03Changing hash table del function to regular one with a first order internal f...Charles
2020-04-03Added ft_fnmatch functionCharles
2020-04-01Merge branch 'minishell'Charles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-30Added Doxygen config fileCharles
2020-03-28Added ft_strjoin3Charles
2020-03-11ft_mem* and ft_strlen optimizationCharles
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-10Merge branch 'push_swap'Charles
2020-01-30hash table draftCharles
2020-01-18Added ft_getchar and fixing strtolCharles
2020-01-17Splited include like src/, Adding feature toggle protection in headerCharles
2020-01-16Merge push_swap to masterCharles
2020-01-16Features toggle to avoid bloat and unauthorized functions, config file, scrip...Charles
2020-01-15Fix strtol, Added list reverse functionsCharles
2020-01-15Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ...Charles
2020-01-15splited src in category, more generic makefileCharles