aboutsummaryrefslogtreecommitdiff
path: root/src/str
AgeCommit message (Collapse)Author
2020-04-03Changing hash table del function to regular one with a first order internal ↵Charles
function, removing a few typedef to instead use standard types
2020-04-03Added ft_fnmatch functionCharles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-30Added Doxygen config fileCharles
2020-03-28Added ft_strjoin3Charles
2020-02-14Added documentation for all functions and refactored ft_strjoin_free -> ↵Charles
ft_strjoinf
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
(optimized ft_memcpy, ft_memset)
2020-01-16Features toggle to avoid bloat and unauthorized functions, config file, ↵Charles
script to generate a rendu branch
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
use ft_strtol
2020-01-15splited src in category, more generic makefileCharles