aboutsummaryrefslogtreecommitdiff
path: root/src/io
AgeCommit message (Collapse)Author
2020-05-12Fixing/refactoring ft_getline, fixed/normed ft_memchr, added ft_strmoveCharles
2020-05-12Added ft_veciter_retCharles
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-05-11Added ft_getfileCharles
2020-05-10Added ft_strtof, ft_atof, ft_vectobuf32, ft_split_len (not tested)Charles
2020-03-30Added documentation for ht and lstCharles
2020-02-28hash table unit testing, normingCharles
2020-02-14Added documentation for all functions and refactored ft_strjoin_free -> ↵Charles
ft_strjoinf
2020-02-10Merge branch 'push_swap'Charles
2020-02-02hash table unit testing, normingCharles
2020-01-30renaming header files, .libftignore file for simpler features selectionCharles
2020-01-18Added ft_getchar and fixing strtolCharles
2020-01-17Splited include like src/, Adding feature toggle protection in headerCharles
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