Commit Graph

24 Commits

Author SHA1 Message Date
gbaconni
63712bd5d6 Remove ft_ischr.c and fix make online 2022-04-29 09:35:15 +02:00
gbaconni
5734b6b29b Define SPECIFIERS macro and use it everyhere. 2022-04-29 09:12:07 +02:00
gbaconni
38021fb98f Reuse ft_isdigit and ft_strchr from libft 2022-04-29 08:46:53 +02:00
gbaconni
95130a420a Propagate make variables to sub make 2022-04-26 19:23:00 +02:00
gbaconni
d9fc240b0e Bonus first try 2022-04-26 17:53:39 +02:00
gbaconni
2a2f6f3a9d Improve all Makefile to display diff for new added files 2022-04-26 12:44:40 +02:00
gbaconni
5cb8d465bf Add ft_eoflags to replace ft_skipchars. Improve Makefile 2022-04-26 12:13:32 +02:00
gbaconni
c20463e27a Add status 2022-04-25 22:40:45 +02:00
gbaconni
42f6f1fd1a Start bonus with flags 2022-04-25 13:19:42 +02:00
gbaconni
be4099ab31 Handle null string and null pointer 2022-04-25 07:14:14 +02:00
gbaconni
7cd65fdc9e Improve update / sync deps 2022-04-24 11:42:11 +02:00
gbaconni
b7643860ef Fix return code of main and avoid rebase in make sync 2022-04-24 11:26:03 +02:00
gbaconni
6e6caf30f1 Fix ft_skipchars offset 2022-04-24 01:07:24 +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
4b5895e873 Improve the way I push to git and add comment 2022-04-17 11:19:59 +02:00
gbaconni
ba482a0104 Add tests and fix bugs 2022-04-17 09:59:41 +02:00
gbaconni
5aa3e848e9 Remplace all write with ft_putchar and ft_puts 2022-04-16 00:53:16 +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
af87168372 Fix for other in ft_vprintf 2022-04-15 00:26:47 +02:00
gbaconni
cab84b5f28 Add hexadecimal support w/ ft_itoa_base 2022-04-15 00:15:26 +02:00
gbaconni
65a087aa34 Add initial code 2022-04-13 08:01:46 +02:00