aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-20refactored everythingCharles
2019-11-20Protected pre 2019 functionsCharles
2019-11-20Taking advantage of the ascii table tricksCharles
ft_toupper, ft_tolower, ft_atoi, ft_itoa
2019-10-24lstmap little fixrawCharles
2019-10-21Added protection on part2 and changed lstmap according to the subjectCharles
2019-10-21fixed strnstr, added protection on specific functions of part1Charles
2019-10-20Part1 refactoringCharles
2019-10-18Fixed ft_substr, added a few protection to list functionsCharles
2019-10-17More protectionCharles
- substr if start > str length - all list functions check for NULL reference - not modifying const pointers
2019-10-15Updated ft_lstiter and ft_lstmap according to the updated subjectCharles
2019-10-15Removed libft_bonus.hCharles
bonus rule in Makefile remove guard close in libft.h to declare t_list struct and ft_lst* prototypes. Fixed ft_lstclear with recursion.
2019-10-15Fixed ft_split to destroy previous alloc if ENOMEMCharles
- Normed libf.h - Removed ugly conditions in ft_strnstr
2019-10-12Fixed ft_strlcat and ft_strnstr to pass Libftest testsCharles
2019-10-09Small updateCabergs Charles
2019-10-09Normed, Makefile bonus ruleCabergs Charles
- bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus
2019-10-08Fix ft_memmove and callocCharles
- memmove doesnt depend on a buffer size - calloc return NULL if count or size == 0 - added byte type
2019-10-08Added bonus functions WIPCharles
2019-10-07WIP bonus listCharles
2019-10-07Added calloc and strlcpy, rename out of dateCabergs Charles
2019-10-07Added subject pdfCabergs Charles
2019-10-07Normed everythingCabergs Charles
Created a few dummy functions to resolve functions having more than 25 lines.
2019-07-29part 2 done (except putchar and putstr unicode)Charles
2019-07-29part 1 pass except ft_isalnum (why??)Charles
2019-07-28std library function almost done, tested with libft-unit-testsCharles
2019-07-28initial commitCharles