113 Commits

Author SHA1 Message Date
Tanguy MAZE
b6a776379c debug ft_lst2add 2018-09-30 18:10:53 +02:00
Tanguy MAZE
adcb7c4c67 debug double linked list 2018-09-30 17:54:43 +02:00
Tanguy MAZE
3e53e78ed2 merge 2018-09-30 17:45:00 +02:00
Tanguy MAZE
4d2356e551 added dual linked list 2018-09-30 17:42:57 +02:00
tmaze
82a203b2c7 corrected color codes 2018-09-08 22:01:00 +00:00
vagrant
6de718b531 added color codes 2018-09-05 18:26:04 +00:00
Tanguy MAZE
61e5ca2a24 Merge remote-tracking branch 'refs/remotes/origin/master' 2018-08-02 16:30:31 +02:00
Tanguy MAZE
017e049ef5 added functions to print strings and numbers with padding of choice 2018-08-02 16:29:33 +02:00
Tanguy MAZE
8107a8aaf3 added functions to print strings and numbers with padding of choice 2018-07-31 16:34:04 +02:00
Tanguy MAZE
f88ff8a600 Added:
- function for deleting word tables
	- function for putting on scrren x chars of char*
	- function for getting number of chars in int
2018-07-25 18:49:06 +02:00
Tanguy MAZE
20dc8e0afb protected ft_lstdel && changed -g flag 2018-06-12 01:52:39 +02:00
Tanguy MAZE
6dcecc0844 correcting merge errors 2018-06-07 17:00:27 +02:00
Tanguy MAZE
d81a696d0e adding get_next_line 2018-06-07 16:56:52 +02:00
Tanguy MAZE
491de12723 protected strchr & strlen 2018-05-16 16:10:34 +02:00
Tanguy MAZE
c5a13918c2 added ft_strnchr & ft_strrnchr 2018-05-16 12:42:37 +02:00
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