aboutsummaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Collapse)Author
2020-05-11Moved util/ft_split* in str, Added ft_memjoin and ft_memjoinf1, Modified ↵Charles
ft_getfile so that it can read non-ascii file
2020-04-01Merge branch 'minishell'Charles
2020-03-11ft_mem* and ft_strlen optimizationCharles
2020-02-13Filled mem* testsCharles
2020-02-13filling mem tests, testing readme docCharles
2020-02-13Added ft_memmem and ft_memset_pattern4, not testedCharles
2020-02-10Fixing merge compilation error, Added ft_mergesortCharles
2020-02-10Merge branch 'push_swap'Charles
2020-01-19Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_intCharles
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-15splited src in category, more generic makefileCharles