index
:
libft.git
cub3d
fractol
ft_ls
ft_select
ft_ssl
malloc
master
minishell
push_swap
rendu
scop
School project: Rewritting some libc functions and adding new ones
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2020-01-15
splited src in category, more generic makefile
Charles
2020-01-15
Move *.o -> src/, *.h -> include/ and *.o -> build
Charles
2020-01-15
Isolated get_next_line internals
Charles
2019-11-21
WIP: adding ft_*printf
Charles
2019-11-20
Merge branch 'rendu'
Charles
2019-11-16
Linux OPEN_MAX
Charles
2019-11-15
Added ft_strcount
Charles
2019-11-13
Added get_next_line
Charles
2019-11-05
Added ft_strjoin_free and ft_strjoin_free_snd, Removed ft_itoa_base
Charles
2019-10-25
Added strndup and lstpop_front
Charles
2019-10-18
Fixed ft_substr, added a few protection to list functions
Charles
2019-10-17
More protection
Charles
2019-10-15
Removed libft_bonus.h
Charles
2019-10-09
Small update
Cabergs Charles
2019-10-09
Normed, Makefile bonus rule
Cabergs Charles
2019-10-07
WIP bonus list
Charles
2019-10-07
Added calloc and strlcpy, rename out of date
Cabergs Charles
2019-07-29
part 2 done (except putchar and putstr unicode)
Charles
2019-07-28
std library function almost done, tested with libft-unit-tests
Charles