98 Commits

Author SHA1 Message Date
Tanguy MAZE
0ea4e74d77 add ft_abs 2018-05-05 16:52:49 +02:00
Tanguy MAZE
0b57c88beb norming ft_strlcpy 2018-04-27 18:04:42 +02:00
Tanguy MAZE
8cb3375f32 corrected ft_putnbr_fd 10x problem 2018-04-24 14:58:23 +02:00
Tanguy MAZE
4f3eb001b9 ft_strndup & delete -std=c99 2018-04-23 15:48:28 +02:00
Tanguy MAZE
be93518e9b ft_print_words_tables.c: norming 2018-04-21 15:50:15 +02:00
Tanguy MAZE
5703ae8db7 ft_lstaddend 2018-04-19 14:41:21 +02:00
Tanguy MAZE
baf67e49a6 correcting increment error 2018-04-10 19:16:11 +02:00
Tanguy MAZE
1db975bcac correcting overwriting 2018-04-10 19:09:02 +02:00
Tanguy MAZE
f6e6bf0680 added argument protection 2018-04-10 15:12:32 +02:00
Tanguy MAZE
45e39d4f0e ft_sort_params 2018-04-09 19:06:21 +02:00
Tanguy MAZE
2f42599ae7 ft_strupcase 2018-04-09 18:13:56 +02:00
Tanguy MAZE
31dc9baae0 ft_strlowcase 2018-04-09 18:07:17 +02:00
Tanguy MAZE
02f4097b16 ft_lstgetlast 2018-04-09 17:47:59 +02:00
Tanguy MAZE
c1ab9e325f ft_lstgetat, ft_lstsize: replace ft_lstcount 2018-04-09 17:11:13 +02:00
Tanguy MAZE
c740b700f7 ft_lstcount 2018-04-09 14:34:55 +02:00
Tanguy MAZE
c68766efcf ft_strlcpy 2018-04-09 13:30:00 +02:00
Tanguy MAZE
911dfb55b5 ft_strcapitalize 2018-04-09 11:31:49 +02:00
Tanguy MAZE
4e6c470108 ft_str_is_printable 2018-04-09 11:13:08 +02:00
Tanguy MAZE
e59a27aa74 ft_str_is_uppercase 2018-04-09 11:04:49 +02:00
Tanguy MAZE
6c0e356f0a ft_str_is_numeric 2018-04-09 11:00:39 +02:00
Tanguy MAZE
36f66331d6 ft_str_is_lowercase 2018-04-09 10:55:44 +02:00
Tanguy MAZE
d5d08cdbb5 ft_str_is_alpha 2018-04-09 10:34:59 +02:00
Tanguy MAZE
0041fd45f0 ft_islower 2018-04-09 10:23:28 +02:00
Tanguy MAZE
ee01740c22 ft_isupper 2018-04-09 10:17:12 +02:00
Tanguy MAZE
2cd8a3cdc1 ft_atoi: optimization 2018-04-09 10:08:44 +02:00
Tanguy MAZE
80269cb953 ft_strdup: optimization 2018-04-09 09:53:17 +02:00
Tanguy MAZE
801adabc42 ft_lstmap 2018-04-09 09:38:14 +02:00
Tanguy MAZE
4b39b6b5fc ft_lstadd, ft_lstiter 2018-04-08 19:54:16 +02:00
Tanguy MAZE
d46b4304ae ft_lstdel 2018-04-08 19:20:40 +02:00
Tanguy MAZE
4a751e7f3c ft_lstnew: corrected faulty content asignation 2018-04-08 17:16:44 +02:00
Tanguy MAZE
9845b74cb7 ft_lstdelone 2018-04-08 17:08:49 +02:00
Tanguy MAZE
fcac81fd24 ft_itoa: corrected powers of 10 returning 0 2018-04-08 16:59:24 +02:00
Tanguy MAZE
4fff8a050c ft_strsplit: corrected missing last word 2018-04-08 16:57:26 +02:00
Tanguy MAZE
0ef452afdc ft_strtrim: corrected missing last word 2018-04-08 16:35:05 +02:00
Tanguy MAZE
8c2756952c norming & cleaning ft_putnbr & ft_putnbr_fd 2018-04-08 15:43:05 +02:00
Tanguy MAZE
0ecdc73ca9 ft_strcmp: correct unsigned char cmp 2018-04-08 15:32:04 +02:00
Tanguy MAZE
b0e9b728d0 ft_strnstr: return haystack when needle is empty 2018-04-08 15:29:04 +02:00
Tanguy MAZE
f5e1bb9fdd ft_strstr: return haystack when needle is empty 2018-04-08 15:27:14 +02:00
Tanguy MAZE
c0972ea18b ft_strlcat 2018-04-08 15:16:18 +02:00
Tanguy MAZE
83130eda75 ft_strncat: end string with \0 2018-04-08 14:24:14 +02:00
Tanguy MAZE
e65d23b010 ft_strncpy: correct increment error 2018-04-08 14:15:15 +02:00
Tanguy MAZE
3151f1574a ft_strncmp: add unsigned char cmp 2018-04-08 14:08:25 +02:00
Tanguy MAZE
c45ca641c4 ft_memcmp: add len 0 handling 2018-04-08 13:43:03 +02:00
Tanguy MAZE
2608cfbc5a ft_memmove: add overlap control 2018-04-08 13:31:10 +02:00
Tanguy MAZE
ff9d5ebbb5 ft_putnbr_fd 2018-04-08 13:07:01 +02:00
Tanguy MAZE
6bfe4591b0 ft_putendl_fd 2018-04-08 13:04:58 +02:00
Tanguy MAZE
11d8cfcdcf ft_putnbr 2018-04-08 13:00:29 +02:00
Tanguy MAZE
4915727f74 ft_itoa 2018-04-08 12:47:23 +02:00
tanguy mazé
d86822d8bb ft_lstnew 2018-04-08 00:53:36 +02:00
tanguy mazé
6c4623bde7 ft_putstr_fd 2018-04-07 23:08:53 +02:00