Moul
|
3071439e11
[enh] libft: better handling.
|
3 years ago |
Moul
|
c210383567
[fix] strsplit: double malloc: mleaks.
|
4 years ago |
Moul
|
cfe3b5f62e
[enh] strjoinf: rework:
|
4 years ago |
Moul
|
79d632d882
[mod] libft: add '-g' option at compilation.
|
4 years ago |
Moul
|
1dfe3783f9
[fix] correct compilation errors.
|
4 years ago |
Moul
|
4726ff2de8
[enh] free memory for 'pwd' call.
|
4 years ago |
Moul
|
636a7d6c81
[enh] strjoinf: free two strings at char insertion.
|
4 years ago |
Moul
|
0872d413d3
[enh] libft: add tabdel f(). free env.
|
4 years ago |
Moul
|
b8c1c97136
[fix] libft: strsub: fix return value type.
|
4 years ago |
Moul
|
e5eafe5c5c
[enh] new f() to free str when asigning on same var.
|
4 years ago |
Moul
|
c266f19b38
[fix] libft: ft_strtrim: do not malloc return value.
|
4 years ago |
Moul
|
185a274a15
[enh] libft: ft_(d)printf: handle char, use else if.
|
4 years ago |
Moul
|
923c42fb47
[enh] env: if good format is not respected display the error message…
|
4 years ago |
Moul
|
5e1c546d47
[enh] libft: add function which search pos of a char in a string.
|
4 years ago |
Moul
|
d38eebacbf
[fix] libft: ft_str(n)cmp: check string are not NULL to avoid segfault.
|
4 years ago |
Moul
|
86832ab06c
[norm] minor fixes:
|
4 years ago |
Moul
|
30e9061459
[mod] remove execution rights on files.
|
4 years ago |
Moul
|
2b065147fb
[fix] ft_strlen: avoid segfault when str is NULL.
|
4 years ago |
Moul
|
6d6f222cb8
[enh] add ft_isvisible() for 21sh.
|
4 years ago |
Moul
|
0326544f15
[enh] makefile: rename git rule and add 'git status' command.
|
4 years ago |
Moul
|
13210735a7
[enh] add count_char_str().
|
4 years ago |
Moul
|
6a08dcc32b
[enh] Don't print NULL string with ft_putstr() and it's three derivatives. It prevent segfault.
|
4 years ago |
Moul
|
eb9b580b7e
[enh] Makefile: check objects are update. If note recompile them.
|
4 years ago |
Moul
|
1f5cc813a2
[enh] Makefile: remove useless lines.
|
4 years ago |
Moul
|
12fb6ef1f6
[enh] Makefile: Move flags in a variable. Add diff rule. Norm: grep only errors.
|
4 years ago |
Moul
|
e87fdd161d
[enh] Add printf and dprintf functions. [Fix] ortho in Makefile.
|
5 years ago |
Moul
|
2e8df4acdd
Forget @.
|
5 years ago |
Moul
|
c5c7c68c2c
Enhance makefile. Don't work with /obj diretory. Move sources in src/ directory.
|
5 years ago |
Moul
|
3e830f0078
Makefile: add norminette rule. Add 42 headers. itoa is now based on itoa_base. Enh itoa_base but doesn't fit with norm.
|
5 years ago |
Moul
|
2376222586
Add ft_itoa_base and sort_int_tab functions. Add explicits comments on makefile commands. Add future /obj repository to store objects to only recompile modified functions.
|
5 years ago |