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
/
include
/
libft_str.h
Age
Commit message (
Collapse
)
Author
2020-05-11
Moved util/ft_split* in str, Added ft_memjoin and ft_memjoinf1, Modified ↵
Charles
ft_getfile so that it can read non-ascii file
2020-05-10
Added ft_strtof, ft_atof, ft_vectobuf32, ft_split_len (not tested)
Charles
2020-05-09
Merge remote-tracking branch 'origin/minishell'
Charles
2020-05-08
Fixed bug in ft_split
Charles
2020-04-05
Renamed ft_substr to ft_strsub, Added ft_strsubf, ft_strcat3
Charles
2020-04-04
Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safe
Charles
2020-04-03
Added ft_fnmatch function
Charles
2020-04-01
Merge branch 'minishell'
Charles
2020-03-28
Added ft_strjoin3
Charles
2020-03-11
ft_mem* and ft_strlen optimization
Charles
2020-02-28
hash table unit testing, norming
Charles
2020-02-14
Added documentation for all functions and refactored ft_strjoin_free -> ↵
Charles
ft_strjoinf
2020-02-10
Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsep
Charles
2020-02-10
Added ft_strspn, ft_strcspn
Charles
2020-02-10
Fixing ft_strcmp, Added ft_strcasecmp, ft_strncasecmp
Charles
2020-02-02
hash table unit testing, norming
Charles
2020-01-30
Renaming t_list -> t_ftlst, changing feature adding by header
Charles
2020-01-30
renaming header files, .libftignore file for simpler features selection
Charles