| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-15 | Move *.o -> src/, *.h -> include/ and *.o -> build | Charles | |
| 2019-11-20 | refactored everything | Charles | |
| 2019-10-17 | More protection | Charles | |
| - substr if start > str length - all list functions check for NULL reference - not modifying const pointers | |||
| 2019-10-15 | Updated ft_lstiter and ft_lstmap according to the updated subject | Charles | |
| 2019-10-15 | Removed libft_bonus.h | Charles | |
| 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-09 | Normed, Makefile bonus rule | Cabergs Charles | |
| - bonus rule to add the *_bonus files to libft.a - normed memmove, calloc and bonus | |||
