aboutsummaryrefslogtreecommitdiff
path: root/include/libft_lst.h
AgeCommit message (Expand)Author
2020-08-20Added ft_lstpush_front_node, ft_lstdestroy returns NULLCharles Cabergs
2020-08-20Added ft_lstpop_backCharles Cabergs
2020-07-17Fixing ft_strtol overflowCharles
2020-04-03Changing hash table del function to regular one with a first order internal f...Charles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-30Added documentation for ht and lstCharles
2020-02-28Added ft_lstlfind,ft_lstlsearch and ft_split_destroyCharles
2020-02-28hash table unit testing, normingCharles
2020-02-17Added ft_lstlsearch and ft_lstlfind for ht manipulationCharles
2020-02-16Filled lst* testsCharles
2020-02-10Added ft_lstsort, ft_lstsorted_mergeCharles
2020-02-02hash table unit testing, normingCharles
2020-01-30making hashtable compileCharles
2020-01-30Renaming t_list -> t_ftlst, changing feature adding by headerCharles
2020-01-30renaming header files, .libftignore file for simpler features selectionCharles