Commit Graph

14 Commits

Author SHA1 Message Date
gbaconni
8f86c1216c Evals w/ limits 2022-04-29 23:41:56 +02:00
gbaconni
077123737c Rename libftprintf.h to ft_printf.h 2022-04-29 17:50:40 +02:00
gbaconni
2b5b1de944 Rename all ft_vprintf_*.c to ft_va_*.c 2022-04-29 15:18:54 +02:00
gbaconni
38021fb98f Reuse ft_isdigit and ft_strchr from libft 2022-04-29 08:46:53 +02:00
gbaconni
be4099ab31 Handle null string and null pointer 2022-04-25 07:14:14 +02:00
gbaconni
b7643860ef Fix return code of main and avoid rebase in make sync 2022-04-24 11:26:03 +02:00
gbaconni
d4fb946428 Improve main by implementing fmtsplit to split format into chunks and pass function pointer to compare ft_printf with printf 2022-04-24 00:40:01 +02:00
gbaconni
505f5d9912 Fix rsync 42 / 21 and improve name of ft_ltoa_base_len 2022-04-18 09:14:59 +02:00
gbaconni
0cd1d2ef1b Move dispatcher to ft_vprintf_percent.c 2022-04-18 00:52:18 +02:00
gbaconni
0269a1dc70 Intercept stdout of printf and ft_printf to compare them 2022-04-17 20:15:09 +02:00
gbaconni
ba482a0104 Add tests and fix bugs 2022-04-17 09:59:41 +02:00
gbaconni
d7d3f39e54 Improve hexadecimal and pointer by using ltoa instead of itoa 2022-04-15 20:55:58 +02:00
gbaconni
175a774e49 Add pointer support and improve debug and valgrind in Makefile 2022-04-15 17:20:15 +02:00
gbaconni
65a087aa34 Add initial code 2022-04-13 08:01:46 +02:00