-
Notifications
You must be signed in to change notification settings - Fork 47
/
changelog
executable file
·270 lines (193 loc) · 5.9 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
~~~~~~~~~~~~~~~~~~~~~~~~~~2019/01/17~~~~~~~~~~~~~~~~~~~~~~~~~~
#Fixed
- Error in ft_striteri
- Error in ft_strmapi
~~~~~~~~~~~~~~~~~~~~~~~~~~2018/06/29~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One additional function : ft_strtok
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/11/16~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_strlcat
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/11/13~~~~~~~~~~~~~~~~~~~~~~~~~~
#Fixed
- Error in ft_strlcpy
- Error in ft_lstdelone
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/09/25~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One additional function : ft_strcasestr
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/04/14~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One additional function : ft_strncasecmp
- One test for ft_strrchr
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/04/02~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Legend at the end of the script
#Fixed
- Tests for fd functions
#Changed
- Option -q becomes -m and allows to test all the Makefile's
rules instead of doing only make re
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/02/28~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Abort detection
- Bus error detection
- Timeout detection
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/02/25~~~~~~~~~~~~~~~~~~~~~~~~~~
#Changed
- Display format of -h/--help option
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/02/07~~~~~~~~~~~~~~~~~~~~~~~~~~
#Changed
- Test 1 of ft_strnequ
~~~~~~~~~~~~~~~~~~~~~~~~~~2017/01/23~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Option -d : allows to perform the tests even if the files
are in directories
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/22~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_strsub
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/20~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_itoa
- One test for ft_itoa_base
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/19~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One additional function : ft_itoa_base
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/16~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_strchr
- One test for ft_strrchr
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/07~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Option -op1 : do only part 1 tests
- Option -op2 : do only part 2 tests
- Option -ob : do only bonus part tests
- Option -oa : do only additional part tests
- Tests for ft_lstadd
- Tests for ft_lstdelone
- Tests for ft_lstdel
#Changed
- Tests of ft_strchr
- Tests of ft_strrchr
- Tests of ft_strmap
- Tests of ft_strmapi
- Tests of ft_striter
- Tests of ft_striteri
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/04~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_memmove
#Changed
- Test 1 of ft_strcat
- Test 3 of ft_strcat
- Test 1 of ft_strncat
- Test 2 of ft_strncat
- Test 5 of ft_strncat
- Test 1 of ft_strlcat
- Test 3 of ft_strlcat
- Test 4 of ft_strlcat
- Test 5 of ft_strlcat
- Test 6 of ft_strlcat
- Test 8 of ft_strlcat
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/12/03~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_strncpy
#Changed
- Image for README.md
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/30~~~~~~~~~~~~~~~~~~~~~~~~~~
#Changed
- New character when display tests
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/30~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One test for ft_strlcat
- One test for ft_bzero
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/29~~~~~~~~~~~~~~~~~~~~~~~~~~
#Fixed
- Display error in deepthought file
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/21~~~~~~~~~~~~~~~~~~~~~~~~~~
#Changed
- Forbidden functions detection. nm command is used now for
better detection. Option -f to disable it
- List of forbidden functions in part 1
- Improve rapidity when checking norme
#Fixed
- Bug when checking forbidden functions
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/21~~~~~~~~~~~~~~~~~~~~~~~~~~
#Fixed
- Bug when checking forbidden functions
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/20~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- One additional function : ft_strcasecmp
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/19~~~~~~~~~~~~~~~~~~~~~~~~~~
#Changed
- Test 2 of ft_strnequ (previous test was wrong)
- Test 3 of ft_strnequ (previous test was wrong)
- Test 5 of ft_strnequ (previous test was wrong)
- Test 6 of ft_strnequ (previous test was wrong)
#Added
- Option -h / --help : display help and exit
- One additional function : ft_strndup
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/08~~~~~~~~~~~~~~~~~~~~~~~~~~
#Remove
- Tests for ft_lstadd, ft_lstdel & ft_lstdelone due to errors
#Added
- One test for ft_strlcat
- Display name of each part in deepthought file
#Changed
- Test 13 of ft_atoi
- Test 2 of ft_atoi
- Test 18 of ft_atoi
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/08~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Tests for ft_lstadd
- One test for ft_strnstr
- One test for ft_strlcat
- Tests for ft_lstdel
- Tests for ft_lstdelone
- One test for ft_strlcpy
- ft_*.o are now removed at the end of the tests
- One test for ft_strnew
#Changed
- Test 5 of ft_strlcat
- Test 1 of ft_strnew
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/08~~~~~~~~~~~~~~~~~~~~~~~~~~
#Fixed
- Tests for ft_strnequ
#Added
- Tests for ft_lstnew
- Tests for ft_lstiter
- Tests for ft_lstmap
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/07~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Additional test for ft_strlcat
- Additional test for ft_strcmp
- Additional test for ft_strtrim
- Additional test for ft_strncmp
- Additional test for ft_strsplit
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/05~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Additional test for ft_memmove
#Changed
- One test of ft_memcmp
_ One test of ft_strnew
#Fixed
- Checking content of author file
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/04~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Additional test for ft_isascii
- Checking if libft.h exists
- Checking for norme erros in libft.h
- Tests for ft_split, ft_memchr.
#Changed
- Separate mandatory functions in two parts : Part1 and Part2
- Image for README.md
~~~~~~~~~~~~~~~~~~~~~~~~~~2016/11/03~~~~~~~~~~~~~~~~~~~~~~~~~~
#Added
- Checking if Makefile file exists
- Checking Makefile's rules
- Checking compilation's flags in Makefile
- Checking if author file exists
- Checking content of author file
- Tests for all functions of the mandatory part
- Checking for forbidden functions
- Checking for norme errors
- Checking for updates at launch
- Script options (see README.md for more details)