Baco baco
  • Joined on 2021-08-15
baco pushed to master at baco/ft_printf 2022-04-29 21:41:59 +00:00
8f86c1216c Evals w/ limits
baco pushed to master at baco/ft_printf 2022-04-29 20:27:45 +00:00
9a0d970384 Fix testing Makefile
baco pushed to master at baco/ft_printf 2022-04-29 16:00:08 +00:00
7550e0b28a Add tests for printftester
baco pushed to master at baco/ft_printf 2022-04-29 15:50:46 +00:00
077123737c Rename libftprintf.h to ft_printf.h
baco pushed to master at baco/ft_printf 2022-04-29 13:18:59 +00:00
2b5b1de944 Rename all ft_vprintf_*.c to ft_va_*.c
baco pushed to master at baco/ft_printf 2022-04-29 09:02:07 +00:00
1cb8c78ae3 Fix ft_vprintf_precision_bonus for norminette
baco pushed to master at baco/ft_printf 2022-04-29 09:00:58 +00:00
34fe699fea Add ft_vprintf_precision_bonus and define HEXA_LOWER HEXA_UPPER
baco pushed to master at baco/ft_printf 2022-04-29 07:35:23 +00:00
63712bd5d6 Remove ft_ischr.c and fix make online
baco pushed to master at baco/ft_printf 2022-04-29 07:12:10 +00:00
5734b6b29b Define SPECIFIERS macro and use it everyhere.
baco pushed to master at baco/ft_printf 2022-04-29 06:46:55 +00:00
38021fb98f Reuse ft_isdigit and ft_strchr from libft
baco pushed to master at baco/ft_printf 2022-04-29 06:11:00 +00:00
59977253fc Propagate all variables between make
baco pushed to master at baco/ft_printf 2022-04-26 17:23:02 +00:00
95130a420a Propagate make variables to sub make
baco pushed to master at baco/ft_printf 2022-04-26 15:53:44 +00:00
d9fc240b0e Bonus first try
baco pushed to master at baco/ft_printf 2022-04-26 10:44:45 +00:00
2a2f6f3a9d Improve all Makefile to display diff for new added files
baco pushed to master at baco/ft_printf 2022-04-26 10:13:38 +00:00
5cb8d465bf Add ft_eoflags to replace ft_skipchars. Improve Makefile
baco pushed to master at baco/ft_printf 2022-04-25 20:40:46 +00:00
c20463e27a Add status
baco pushed to master at baco/ft_printf 2022-04-25 11:19:51 +00:00
42f6f1fd1a Start bonus with flags
baco pushed to master at baco/ft_printf 2022-04-25 05:14:16 +00:00
be4099ab31 Handle null string and null pointer
baco pushed to master at baco/ft_printf 2022-04-24 09:42:13 +00:00
7cd65fdc9e Improve update / sync deps
baco pushed to master at baco/ft_printf 2022-04-24 09:26:05 +00:00
b7643860ef Fix return code of main and avoid rebase in make sync