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 |
|
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 |
|