| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(optimized ft_memcpy, ft_memset)
|
|
script to generate a rendu branch
|
|
|
|
use ft_strtol
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ft_toupper, ft_tolower, ft_atoi, ft_itoa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- substr if start > str length
- all list functions check for NULL reference
- not modifying const pointers
|
|
|
|
bonus rule in Makefile remove guard close in libft.h
to declare t_list struct and ft_lst* prototypes.
Fixed ft_lstclear with recursion.
|
|
- Normed libf.h
- Removed ugly conditions in ft_strnstr
|
|
|
|
|
|
- bonus rule to add the *_bonus files to libft.a
- normed memmove, calloc and bonus
|
|
- memmove doesnt depend on a buffer size
- calloc return NULL if count or size == 0
- added byte type
|
|
|
|
|