scc - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
scc (75325B) | |
--- | |
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <feed xmlns="http://www.w3.org/2005/Atom"> | |
3 <title>scc, branch HEAD</title> | |
4 <subtitle>simple c99 compiler</subtitle> | |
5 <entry> | |
6 <id>042d494b739bd603589b7a2ff80010610834d7c5</id> | |
7 <published>2020-09-05T11:33:31Z</published> | |
8 <updated>2020-09-05T11:37:17Z</updated> | |
9 <title type="text">libc: Use tr instead of sed for removing newlines</ti… | |
10 <link rel="alternate" type="text/html" href="commit/042d494b739bd603589b… | |
11 <author> | |
12 <name>Hiltjo Posthuma</name> | |
13 <email>[email protected]</email> | |
14 </author> | |
15 <content type="text">commit 042d494b739bd603589b7a2ff80010610834d7c5 | |
16 parent ba546feb8726d388821569a72da2213d17b2430d | |
17 Author: Hiltjo Posthuma <[email protected]> | |
18 Date: Sat, 5 Sep 2020 13:33:31 +0200 | |
19 | |
20 libc: Use tr instead of sed for removing newlines | |
21 | |
22 There is no newline in a single-line pattern space, so trying to act on | |
23 a newline there isn't portable. | |
24 | |
25 </content> | |
26 </entry> | |
27 <entry> | |
28 <id>ba546feb8726d388821569a72da2213d17b2430d</id> | |
29 <published>2020-08-31T19:24:49Z</published> | |
30 <updated>2020-08-31T18:46:34Z</updated> | |
31 <title type="text">cmd: Check before throwing SIGQUIT in ar.c</title> | |
32 <link rel="alternate" type="text/html" href="commit/ba546feb8726d3888215… | |
33 <author> | |
34 <name>Naveen Narayanan</name> | |
35 <email>[email protected]</email> | |
36 </author> | |
37 <content type="text">commit ba546feb8726d388821569a72da2213d17b2430d | |
38 parent 8d8bd9d02cb208dd6e2511b6804101f9c9d1a38c | |
39 Author: Naveen Narayanan <[email protected]> | |
40 Date: Mon, 31 Aug 2020 21:24:49 +0200 | |
41 | |
42 cmd: Check before throwing SIGQUIT in ar.c | |
43 | |
44 Check if SIGQUIT is exposed before throwing it as the c99/89 interface | |
45 does not expose it. scc limits the posix namespace in order to make | |
46 use of certain function names (such as getline) using feature test | |
47 macros. | |
48 | |
49 </content> | |
50 </entry> | |
51 <entry> | |
52 <id>8d8bd9d02cb208dd6e2511b6804101f9c9d1a38c</id> | |
53 <published>2020-08-31T18:24:14Z</published> | |
54 <updated>2020-08-31T18:43:18Z</updated> | |
55 <title type="text">config: Use _POSIX_C_SOURCE in host/unix.mk</title> | |
56 <link rel="alternate" type="text/html" href="commit/8d8bd9d02cb208dd6e25… | |
57 <author> | |
58 <name>Naveen Narayanan</name> | |
59 <email>[email protected]</email> | |
60 </author> | |
61 <content type="text">commit 8d8bd9d02cb208dd6e2511b6804101f9c9d1a38c | |
62 parent a3dde947d63b686ac8c8582557704d444b0b9e8c | |
63 Author: Naveen Narayanan <[email protected]> | |
64 Date: Mon, 31 Aug 2020 20:24:14 +0200 | |
65 | |
66 config: Use _POSIX_C_SOURCE in host/unix.mk | |
67 | |
68 Use feature test macro, _POSIX_C_SOURCE, to limit exposure of posix | |
69 namespace in certain unixes (freebsd) in which POSIX std 1003.1-2008 | |
70 is exposed by default, and, hence, avoid collision with static | |
71 getline() in addr2line.c and as/parser.c | |
72 | |
73 </content> | |
74 </entry> | |
75 <entry> | |
76 <id>a3dde947d63b686ac8c8582557704d444b0b9e8c</id> | |
77 <published>2020-08-29T15:39:12Z</published> | |
78 <updated>2020-08-29T17:27:40Z</updated> | |
79 <title type="text">libc: Fix first() (strftime)</title> | |
80 <link rel="alternate" type="text/html" href="commit/a3dde947d63b686ac8c8… | |
81 <author> | |
82 <name>Naveen Narayanan</name> | |
83 <email>[email protected]</email> | |
84 </author> | |
85 <content type="text">commit a3dde947d63b686ac8c8582557704d444b0b9e8c | |
86 parent 112057b0a1b3a504ac31a05b4a3e30bcdbde385e | |
87 Author: Naveen Narayanan <[email protected]> | |
88 Date: Sat, 29 Aug 2020 17:39:12 +0200 | |
89 | |
90 libc: Fix first() (strftime) | |
91 | |
92 first() returns the date of the first respective day (arg) of the year | |
93 by subtracting the sum of newyear and the respective day from 7. | |
94 | |
95 </content> | |
96 </entry> | |
97 <entry> | |
98 <id>112057b0a1b3a504ac31a05b4a3e30bcdbde385e</id> | |
99 <published>2020-08-29T12:58:33Z</published> | |
100 <updated>2020-08-29T17:27:40Z</updated> | |
101 <title type="text">libc: Implement %g, %G, and %V (strftime)</title> | |
102 <link rel="alternate" type="text/html" href="commit/112057b0a1b3a504ac31… | |
103 <author> | |
104 <name>Naveen Narayanan</name> | |
105 <email>[email protected]</email> | |
106 </author> | |
107 <content type="text">commit 112057b0a1b3a504ac31a05b4a3e30bcdbde385e | |
108 parent c7111312b27a90c04e7487a3f97123f9f8145670 | |
109 Author: Naveen Narayanan <[email protected]> | |
110 Date: Sat, 29 Aug 2020 14:58:33 +0200 | |
111 | |
112 libc: Implement %g, %G, and %V (strftime) | |
113 | |
114 Conversion specifiers such as %g, %G, and %V get replaced by | |
115 appropriate values according to the ISO 8601 week-based year. In this | |
116 system, weeks begin on a Monday and week 1 of the year is the week | |
117 that includes January 4th, which is also the week that includes the | |
118 first Thursday of the year, and is also the first week that contains | |
119 at least four days in the year. If the first Monday of January is the | |
120 2nd, 3rd, or 4th, the preceding days are part of the last week of the | |
121 preceding year; thus, for Saturday 2nd January 1999, %G is replaced by | |
122 1998 and %V is replaced by 53. If December 29th, 30th, or 31st is a | |
123 Monday, it and any following days are part of week 1 of the following | |
124 year. Thus, for Tuesday 30th December 1997, %G is replaced by 1998 and | |
125 %V is replaced by 01. | |
126 | |
127 </content> | |
128 </entry> | |
129 <entry> | |
130 <id>c7111312b27a90c04e7487a3f97123f9f8145670</id> | |
131 <published>2020-08-28T09:15:53Z</published> | |
132 <updated>2020-08-28T11:41:26Z</updated> | |
133 <title type="text">libc: Fix bug in normalize (mktime)</title> | |
134 <link rel="alternate" type="text/html" href="commit/c7111312b27a90c04e74… | |
135 <author> | |
136 <name>Naveen Narayanan</name> | |
137 <email>[email protected]</email> | |
138 </author> | |
139 <content type="text">commit c7111312b27a90c04e7487a3f97123f9f8145670 | |
140 parent 43bd1434081e8789eabfa11607528dd3ccd3f33b | |
141 Author: Naveen Narayanan <[email protected]> | |
142 Date: Fri, 28 Aug 2020 11:15:53 +0200 | |
143 | |
144 libc: Fix bug in normalize (mktime) | |
145 | |
146 </content> | |
147 </entry> | |
148 <entry> | |
149 <id>43bd1434081e8789eabfa11607528dd3ccd3f33b</id> | |
150 <published>2020-08-27T13:54:08Z</published> | |
151 <updated>2020-08-28T11:41:26Z</updated> | |
152 <title type="text">libc: Fix strftime (time.h)</title> | |
153 <link rel="alternate" type="text/html" href="commit/43bd1434081e8789eabf… | |
154 <author> | |
155 <name>Naveen Narayanan</name> | |
156 <email>[email protected]</email> | |
157 </author> | |
158 <content type="text">commit 43bd1434081e8789eabfa11607528dd3ccd3f33b | |
159 parent 30bf44b5d95c8a2abc56636d986814cc365ab45e | |
160 Author: Naveen Narayanan <[email protected]> | |
161 Date: Thu, 27 Aug 2020 15:54:08 +0200 | |
162 | |
163 libc: Fix strftime (time.h) | |
164 | |
165 %U, conversion specifier, stipulates the first day of week 01 be a Sunda… | |
166 %W, conversion specifier, stipulates the first day of week 01 be a Monda… | |
167 | |
168 </content> | |
169 </entry> | |
170 <entry> | |
171 <id>30bf44b5d95c8a2abc56636d986814cc365ab45e</id> | |
172 <published>2020-08-26T12:08:54Z</published> | |
173 <updated>2020-08-26T16:24:34Z</updated> | |
174 <title type="text">libc: Fix strftime (time.h)</title> | |
175 <link rel="alternate" type="text/html" href="commit/30bf44b5d95c8a2abc56… | |
176 <author> | |
177 <name>Naveen Narayanan</name> | |
178 <email>[email protected]</email> | |
179 </author> | |
180 <content type="text">commit 30bf44b5d95c8a2abc56636d986814cc365ab45e | |
181 parent 94f3f1872a95d6fdd8f6aff8bfec86bbbf46041f | |
182 Author: Naveen Narayanan <[email protected]> | |
183 Date: Wed, 26 Aug 2020 14:08:54 +0200 | |
184 | |
185 libc: Fix strftime (time.h) | |
186 | |
187 This patch processes the flags, embedded along with the modifiers for | |
188 conversion specifiers such as E and O, as though they were used | |
189 without them. | |
190 | |
191 </content> | |
192 </entry> | |
193 <entry> | |
194 <id>94f3f1872a95d6fdd8f6aff8bfec86bbbf46041f</id> | |
195 <published>2020-06-28T20:53:57Z</published> | |
196 <updated>2020-06-28T20:53:57Z</updated> | |
197 <title type="text">cpp: Improve switch in outcpp()</title> | |
198 <link rel="alternate" type="text/html" href="commit/94f3f1872a95d6fdd8f6… | |
199 <author> | |
200 <name>Roberto E. Vargas Caballero</name> | |
201 <email>[email protected]</email> | |
202 </author> | |
203 <content type="text">commit 94f3f1872a95d6fdd8f6aff8bfec86bbbf46041f | |
204 parent 73ca709dea852be1382f797f747c0ecb7ffcc460 | |
205 Author: Roberto E. Vargas Caballero <[email protected]> | |
206 Date: Sun, 28 Jun 2020 22:53:57 +0200 | |
207 | |
208 cpp: Improve switch in outcpp() | |
209 | |
210 </content> | |
211 </entry> | |
212 <entry> | |
213 <id>73ca709dea852be1382f797f747c0ecb7ffcc460</id> | |
214 <published>2020-06-28T20:44:23Z</published> | |
215 <updated>2020-06-28T20:44:23Z</updated> | |
216 <title type="text">cc1: Change break style in lex.c</title> | |
217 <link rel="alternate" type="text/html" href="commit/73ca709dea852be1382f… | |
218 <author> | |
219 <name>Roberto E. Vargas Caballero</name> | |
220 <email>[email protected]</email> | |
221 </author> | |
222 <content type="text">commit 73ca709dea852be1382f797f747c0ecb7ffcc460 | |
223 parent 1a5ce7370f3e8b3d085f2dfd4fc4148cbac0d81c | |
224 Author: Roberto E. Vargas Caballero <[email protected]> | |
225 Date: Sun, 28 Jun 2020 22:44:23 +0200 | |
226 | |
227 cc1: Change break style in lex.c | |
228 | |
229 The old style of writing everything in a line is obsolete. | |
230 | |
231 </content> | |
232 </entry> | |
233 <entry> | |
234 <id>1a5ce7370f3e8b3d085f2dfd4fc4148cbac0d81c</id> | |
235 <published>2020-06-28T19:33:49Z</published> | |
236 <updated>2020-06-28T19:33:49Z</updated> | |
237 <title type="text">cc1: Improve main loop</title> | |
238 <link rel="alternate" type="text/html" href="commit/1a5ce7370f3e8b3d085f… | |
239 <author> | |
240 <name>Roberto E. Vargas Caballero</name> | |
241 <email>[email protected]</email> | |
242 </author> | |
243 <content type="text">commit 1a5ce7370f3e8b3d085f2dfd4fc4148cbac0d81c | |
244 parent bd6490db96cacfbb7a1eb13a54a00e2875fc4d24 | |
245 Author: Roberto E. Vargas Caballero <[email protected]> | |
246 Date: Sun, 28 Jun 2020 21:33:49 +0200 | |
247 | |
248 cc1: Improve main loop | |
249 | |
250 The for form was too obscure and a while loop makes | |
251 clearer the objective of the loop. | |
252 | |
253 </content> | |
254 </entry> | |
255 <entry> | |
256 <id>bd6490db96cacfbb7a1eb13a54a00e2875fc4d24</id> | |
257 <published>2020-06-28T19:27:46Z</published> | |
258 <updated>2020-06-28T19:27:46Z</updated> | |
259 <title type="text">cc1: Fix usage() message</title> | |
260 <link rel="alternate" type="text/html" href="commit/bd6490db96cacfbb7a1e… | |
261 <author> | |
262 <name>Roberto E. Vargas Caballero</name> | |
263 <email>[email protected]</email> | |
264 </author> | |
265 <content type="text">commit bd6490db96cacfbb7a1eb13a54a00e2875fc4d24 | |
266 parent 674bc69c366f3f66a75e2635293420f6be910146 | |
267 Author: Roberto E. Vargas Caballero <[email protected]> | |
268 Date: Sun, 28 Jun 2020 21:27:46 +0200 | |
269 | |
270 cc1: Fix usage() message | |
271 | |
272 The option -o was removed long time ago and the new -a option | |
273 was not added. | |
274 | |
275 </content> | |
276 </entry> | |
277 <entry> | |
278 <id>674bc69c366f3f66a75e2635293420f6be910146</id> | |
279 <published>2020-06-28T19:23:44Z</published> | |
280 <updated>2020-06-28T19:23:44Z</updated> | |
281 <title type="text">cc1: Fix order of initialization</title> | |
282 <link rel="alternate" type="text/html" href="commit/674bc69c366f3f66a75e… | |
283 <author> | |
284 <name>Roberto E. Vargas Caballero</name> | |
285 <email>[email protected]</email> | |
286 </author> | |
287 <content type="text">commit 674bc69c366f3f66a75e2635293420f6be910146 | |
288 parent 58d70bdbf77c676eaa9806a80c2208d81715c065 | |
289 Author: Roberto E. Vargas Caballero <[email protected]> | |
290 Date: Sun, 28 Jun 2020 21:23:44 +0200 | |
291 | |
292 cc1: Fix order of initialization | |
293 | |
294 After joining all the different versions of cc1 the order of | |
295 initialization was wrong and the execution of cc1 generated a segfault | |
296 because types were initialized in iarch(). Types were needed in several | |
297 initialization functions because they were emitting types definitions. | |
298 | |
299 </content> | |
300 </entry> | |
301 <entry> | |
302 <id>58d70bdbf77c676eaa9806a80c2208d81715c065</id> | |
303 <published>2020-06-28T17:39:36Z</published> | |
304 <updated>2020-06-28T17:39:36Z</updated> | |
305 <title type="text">Merge remote-tracking branch 'origin/master'<… | |
306 <link rel="alternate" type="text/html" href="commit/58d70bdbf77c676eaa98… | |
307 <author> | |
308 <name>Roberto E. Vargas Caballero</name> | |
309 <email>[email protected]</email> | |
310 </author> | |
311 <content type="text">commit 58d70bdbf77c676eaa9806a80c2208d81715c065 | |
312 parent da711bb5085ebe555587e37dfa8eff2148959217 | |
313 Author: Roberto E. Vargas Caballero <[email protected]> | |
314 Date: Sun, 28 Jun 2020 19:39:36 +0200 | |
315 | |
316 Merge remote-tracking branch 'origin/master' | |
317 | |
318 </content> | |
319 </entry> | |
320 <entry> | |
321 <id>da711bb5085ebe555587e37dfa8eff2148959217</id> | |
322 <published>2020-06-28T17:36:44Z</published> | |
323 <updated>2020-06-28T17:36:44Z</updated> | |
324 <title type="text">cc1: Remove debug code</title> | |
325 <link rel="alternate" type="text/html" href="commit/da711bb5085ebe555587… | |
326 <author> | |
327 <name>Roberto E. Vargas Caballero</name> | |
328 <email>[email protected]</email> | |
329 </author> | |
330 <content type="text">commit da711bb5085ebe555587e37dfa8eff2148959217 | |
331 parent edabe2f4ab58eccbeaef50e9e62b09287ec6daf8 | |
332 Author: Roberto E. Vargas Caballero <[email protected]> | |
333 Date: Sun, 28 Jun 2020 19:36:44 +0200 | |
334 | |
335 cc1: Remove debug code | |
336 | |
337 Exit was set in error() as a way to help debugging problems, | |
338 but it was not intended to be uploaded to the repository. | |
339 | |
340 </content> | |
341 </entry> | |
342 <entry> | |
343 <id>edabe2f4ab58eccbeaef50e9e62b09287ec6daf8</id> | |
344 <published>2020-06-28T17:34:25Z</published> | |
345 <updated>2020-06-28T17:34:25Z</updated> | |
346 <title type="text">cc1: Unify all the cc1 programs</title> | |
347 <link rel="alternate" type="text/html" href="commit/edabe2f4ab58eccbeaef… | |
348 <author> | |
349 <name>Roberto E. Vargas Caballero</name> | |
350 <email>[email protected]</email> | |
351 </author> | |
352 <content type="text">commit edabe2f4ab58eccbeaef50e9e62b09287ec6daf8 | |
353 parent 0589cb355a5c40f61662f4c4925c46577b23db4a | |
354 Author: Roberto E. Vargas Caballero <[email protected]> | |
355 Date: Sun, 28 Jun 2020 19:34:25 +0200 | |
356 | |
357 cc1: Unify all the cc1 programs | |
358 | |
359 The difference between the different archotectures is very small | |
360 and it is not needed individual programs for every architecture. | |
361 | |
362 </content> | |
363 </entry> | |
364 <entry> | |
365 <id>0589cb355a5c40f61662f4c4925c46577b23db4a</id> | |
366 <published>2020-06-28T17:30:45Z</published> | |
367 <updated>2020-06-28T17:30:45Z</updated> | |
368 <title type="text">driver/posix: Remove unneeded goto</title> | |
369 <link rel="alternate" type="text/html" href="commit/0589cb355a5c40f61662… | |
370 <author> | |
371 <name>Roberto E. Vargas Caballero</name> | |
372 <email>[email protected]</email> | |
373 </author> | |
374 <content type="text">commit 0589cb355a5c40f61662f4c4925c46577b23db4a | |
375 parent 832a9103963629630add315c5a098b0db3d7e5d8 | |
376 Author: Roberto E. Vargas Caballero <[email protected]> | |
377 Date: Sun, 28 Jun 2020 19:30:45 +0200 | |
378 | |
379 driver/posix: Remove unneeded goto | |
380 | |
381 </content> | |
382 </entry> | |
383 <entry> | |
384 <id>832a9103963629630add315c5a098b0db3d7e5d8</id> | |
385 <published>2020-06-19T14:57:19Z</published> | |
386 <updated>2020-06-19T15:00:55Z</updated> | |
387 <title type="text">libc: Rename arm32 to arm</title> | |
388 <link rel="alternate" type="text/html" href="commit/832a9103963629630add… | |
389 <author> | |
390 <name>Roberto E. Vargas Caballero</name> | |
391 <email>[email protected]</email> | |
392 </author> | |
393 <content type="text">commit 832a9103963629630add315c5a098b0db3d7e5d8 | |
394 parent c3de857eebb8836ff812219b184ba3f4255a98e7 | |
395 Author: Roberto E. Vargas Caballero <[email protected]> | |
396 Date: Fri, 19 Jun 2020 16:57:19 +0200 | |
397 | |
398 libc: Rename arm32 to arm | |
399 | |
400 This name is more extended and it creates less problems when | |
401 interacting with other toolchains. | |
402 | |
403 </content> | |
404 </entry> | |
405 <entry> | |
406 <id>c3de857eebb8836ff812219b184ba3f4255a98e7</id> | |
407 <published>2020-06-19T14:57:19Z</published> | |
408 <updated>2020-06-19T14:57:19Z</updated> | |
409 <title type="text">libc: Rename ppc32 to ppc</title> | |
410 <link rel="alternate" type="text/html" href="commit/c3de857eebb8836ff812… | |
411 <author> | |
412 <name>Roberto E. Vargas Caballero</name> | |
413 <email>[email protected]</email> | |
414 </author> | |
415 <content type="text">commit c3de857eebb8836ff812219b184ba3f4255a98e7 | |
416 parent bb6fdedd6627a773e285cdd9b7bc7e788c94a736 | |
417 Author: Roberto E. Vargas Caballero <[email protected]> | |
418 Date: Fri, 19 Jun 2020 16:57:19 +0200 | |
419 | |
420 libc: Rename ppc32 to ppc | |
421 | |
422 This name is more extended and it creates less problems when | |
423 interacting with other toolchains. | |
424 | |
425 </content> | |
426 </entry> | |
427 <entry> | |
428 <id>bb6fdedd6627a773e285cdd9b7bc7e788c94a736</id> | |
429 <published>2020-06-16T14:12:30Z</published> | |
430 <updated>2020-06-16T14:12:30Z</updated> | |
431 <title type="text">Merge branch 'master' of ssh://simple-cc.org:… | |
432 <link rel="alternate" type="text/html" href="commit/bb6fdedd6627a773e285… | |
433 <author> | |
434 <name>Roberto E. Vargas Caballero</name> | |
435 <email>[email protected]</email> | |
436 </author> | |
437 <content type="text">commit bb6fdedd6627a773e285cdd9b7bc7e788c94a736 | |
438 parent 4cc4df3043b7a24d3f9b100057cf906039e79296 | |
439 Author: Roberto E. Vargas Caballero <[email protected]> | |
440 Date: Tue, 16 Jun 2020 16:12:30 +0200 | |
441 | |
442 Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc | |
443 | |
444 </content> | |
445 </entry> | |
446 <entry> | |
447 <id>4cc4df3043b7a24d3f9b100057cf906039e79296</id> | |
448 <published>2020-06-13T16:41:11Z</published> | |
449 <updated>2020-06-16T14:12:21Z</updated> | |
450 <title type="text">as: Better error output</title> | |
451 <link rel="alternate" type="text/html" href="commit/4cc4df3043b7a24d3f9b… | |
452 <author> | |
453 <name>Roberto E. Vargas Caballero</name> | |
454 <email>[email protected]</email> | |
455 </author> | |
456 <content type="text">commit 4cc4df3043b7a24d3f9b100057cf906039e79296 | |
457 parent 1e2f20ad05210c6e797727b84a0ca8bf66421676 | |
458 Author: Roberto E. Vargas Caballero <[email protected]> | |
459 Date: Sat, 13 Jun 2020 18:41:11 +0200 | |
460 | |
461 as: Better error output | |
462 | |
463 Mktbl creates the data needed for operands in every | |
464 architecture. This new error message is more helpful | |
465 in the case of problems with the compilation. | |
466 | |
467 </content> | |
468 </entry> | |
469 <entry> | |
470 <id>1e2f20ad05210c6e797727b84a0ca8bf66421676</id> | |
471 <published>2020-06-13T16:38:53Z</published> | |
472 <updated>2020-06-16T14:12:21Z</updated> | |
473 <title type="text">libc: Put an explicit error output in float.h</title> | |
474 <link rel="alternate" type="text/html" href="commit/1e2f20ad05210c6e7977… | |
475 <author> | |
476 <name>Roberto E. Vargas Caballero</name> | |
477 <email>[email protected]</email> | |
478 </author> | |
479 <content type="text">commit 1e2f20ad05210c6e797727b84a0ca8bf66421676 | |
480 parent 10bf24746bcc260ca494e39fb68c34fd5893d566 | |
481 Author: Roberto E. Vargas Caballero <[email protected]> | |
482 Date: Sat, 13 Jun 2020 18:38:53 +0200 | |
483 | |
484 libc: Put an explicit error output in float.h | |
485 | |
486 Current float.h is only a placeholder. As it is empty, | |
487 it can produce unkonwn errors if some program uses it, | |
488 so it is better to abort the compilation with a clear | |
489 error. | |
490 | |
491 </content> | |
492 </entry> | |
493 <entry> | |
494 <id>10bf24746bcc260ca494e39fb68c34fd5893d566</id> | |
495 <published>2020-06-13T16:34:49Z</published> | |
496 <updated>2020-06-16T14:12:16Z</updated> | |
497 <title type="text">libc: Add sys/cdefs.h</title> | |
498 <link rel="alternate" type="text/html" href="commit/10bf24746bcc260ca494… | |
499 <author> | |
500 <name>Roberto E. Vargas Caballero</name> | |
501 <email>[email protected]</email> | |
502 </author> | |
503 <content type="text">commit 10bf24746bcc260ca494e39fb68c34fd5893d566 | |
504 parent d13b1476f5273e9fb3a13fd7eb432d47612033c1 | |
505 Author: Roberto E. Vargas Caballero <[email protected]> | |
506 Date: Sat, 13 Jun 2020 18:34:49 +0200 | |
507 | |
508 libc: Add sys/cdefs.h | |
509 | |
510 This new header contains all the common definitions of the | |
511 system in only one file. It makes easier to port to | |
512 new systems and to fix errors. | |
513 | |
514 </content> | |
515 </entry> | |
516 <entry> | |
517 <id>d13b1476f5273e9fb3a13fd7eb432d47612033c1</id> | |
518 <published>2020-06-13T16:34:49Z</published> | |
519 <updated>2020-06-16T14:11:38Z</updated> | |
520 <title type="text">libc: Add arch/cdefs.h</title> | |
521 <link rel="alternate" type="text/html" href="commit/d13b1476f5273e9fb3a1… | |
522 <author> | |
523 <name>Roberto E. Vargas Caballero</name> | |
524 <email>[email protected]</email> | |
525 </author> | |
526 <content type="text">commit d13b1476f5273e9fb3a13fd7eb432d47612033c1 | |
527 parent 7c2fa317e86146c72d5548cc69a4b36752df33e1 | |
528 Author: Roberto E. Vargas Caballero <[email protected]> | |
529 Date: Sat, 13 Jun 2020 18:34:49 +0200 | |
530 | |
531 libc: Add arch/cdefs.h | |
532 | |
533 This new header contains all the common definitions of the | |
534 architecture in only one file. It makes easier to port to | |
535 new architectures and to fix errors. | |
536 | |
537 </content> | |
538 </entry> | |
539 <entry> | |
540 <id>7c2fa317e86146c72d5548cc69a4b36752df33e1</id> | |
541 <published>2020-05-27T07:52:21Z</published> | |
542 <updated>2020-06-04T07:52:10Z</updated> | |
543 <title type="text">libc: Fix vfprintf numeric sign convertion</title> | |
544 <link rel="alternate" type="text/html" href="commit/7c2fa317e86146c72d55… | |
545 <author> | |
546 <name>Quentin Rameau</name> | |
547 <email>[email protected]</email> | |
548 </author> | |
549 <content type="text">commit 7c2fa317e86146c72d5548cc69a4b36752df33e1 | |
550 parent 20db0c15edc7ca8bcc31188036be04fd64379a18 | |
551 Author: Quentin Rameau <[email protected]> | |
552 Date: Wed, 27 May 2020 09:52:21 +0200 | |
553 | |
554 libc: Fix vfprintf numeric sign convertion | |
555 | |
556 When the value is signed, the signed convertion needs to be used | |
557 instead of the "unrelevant" unsigned one. | |
558 | |
559 </content> | |
560 </entry> | |
561 <entry> | |
562 <id>20db0c15edc7ca8bcc31188036be04fd64379a18</id> | |
563 <published>2020-05-08T08:34:06Z</published> | |
564 <updated>2020-06-04T07:51:59Z</updated> | |
565 <title type="text">libc: Fix fopen default file mode</title> | |
566 <link rel="alternate" type="text/html" href="commit/20db0c15edc7ca8bcc31… | |
567 <author> | |
568 <name>Quentin Rameau</name> | |
569 <email>[email protected]</email> | |
570 </author> | |
571 <content type="text">commit 20db0c15edc7ca8bcc31188036be04fd64379a18 | |
572 parent fce016bf1b5fd8ebccfe0cbf93cd492458a1fb9a | |
573 Author: Quentin Rameau <[email protected]> | |
574 Date: Fri, 8 May 2020 10:34:06 +0200 | |
575 | |
576 libc: Fix fopen default file mode | |
577 | |
578 The Linux syscall takes a third argument for file mode opening. | |
579 | |
580 </content> | |
581 </entry> | |
582 <entry> | |
583 <id>fce016bf1b5fd8ebccfe0cbf93cd492458a1fb9a</id> | |
584 <published>2020-06-01T05:05:48Z</published> | |
585 <updated>2020-06-01T05:05:48Z</updated> | |
586 <title type="text">Merge remote-tracking branch 'origin/master'<… | |
587 <link rel="alternate" type="text/html" href="commit/fce016bf1b5fd8ebccfe… | |
588 <author> | |
589 <name>Roberto E. Vargas Caballero</name> | |
590 <email>[email protected]</email> | |
591 </author> | |
592 <content type="text">commit fce016bf1b5fd8ebccfe0cbf93cd492458a1fb9a | |
593 parent a4293d8a43304f4acd52220f80347ead43cff2f9 | |
594 Author: Roberto E. Vargas Caballero <[email protected]> | |
595 Date: Mon, 1 Jun 2020 07:05:48 +0200 | |
596 | |
597 Merge remote-tracking branch 'origin/master' | |
598 | |
599 </content> | |
600 </entry> | |
601 <entry> | |
602 <id>a4293d8a43304f4acd52220f80347ead43cff2f9</id> | |
603 <published>2020-05-31T16:25:17Z</published> | |
604 <updated>2020-05-31T16:25:17Z</updated> | |
605 <title type="text">libc: Fix amd64/memcpy</title> | |
606 <link rel="alternate" type="text/html" href="commit/a4293d8a43304f4acd52… | |
607 <author> | |
608 <name>Roberto E. Vargas Caballero</name> | |
609 <email>[email protected]</email> | |
610 </author> | |
611 <content type="text">commit a4293d8a43304f4acd52220f80347ead43cff2f9 | |
612 parent 7ef7fdf9edcca8379b59b8896bfd9c98e02709be | |
613 Author: Roberto E. Vargas Caballero <[email protected]> | |
614 Date: Sun, 31 May 2020 18:25:17 +0200 | |
615 | |
616 libc: Fix amd64/memcpy | |
617 | |
618 It is impoeeible to know the state of the D flag, so we | |
619 have to reset it to be sure that it is always 0. | |
620 | |
621 </content> | |
622 </entry> | |
623 <entry> | |
624 <id>7ef7fdf9edcca8379b59b8896bfd9c98e02709be</id> | |
625 <published>2020-05-16T17:59:38Z</published> | |
626 <updated>2020-05-16T17:59:38Z</updated> | |
627 <title type="text">libc: Amend commit 97caea2d</title> | |
628 <link rel="alternate" type="text/html" href="commit/7ef7fdf9edcca8379b59… | |
629 <author> | |
630 <name>Roberto E. Vargas Caballero</name> | |
631 <email>[email protected]</email> | |
632 </author> | |
633 <content type="text">commit 7ef7fdf9edcca8379b59b8896bfd9c98e02709be | |
634 parent 4e49446b128eea514d692e1b071ce84c926127e5 | |
635 Author: Roberto E. Vargas Caballero <[email protected]> | |
636 Date: Sat, 16 May 2020 19:59:38 +0200 | |
637 | |
638 libc: Amend commit 97caea2d | |
639 | |
640 The prototype and the .gitignore was forgotten. | |
641 | |
642 </content> | |
643 </entry> | |
644 <entry> | |
645 <id>4e49446b128eea514d692e1b071ce84c926127e5</id> | |
646 <published>2020-05-08T17:54:58Z</published> | |
647 <updated>2020-05-16T17:25:37Z</updated> | |
648 <title type="text">libc: remove non-C99 strnlen usage in vfprintf</title> | |
649 <link rel="alternate" type="text/html" href="commit/4e49446b128eea514d69… | |
650 <author> | |
651 <name>Quentin Rameau</name> | |
652 <email>[email protected]</email> | |
653 </author> | |
654 <content type="text">commit 4e49446b128eea514d692e1b071ce84c926127e5 | |
655 parent 97caea2d7a7e55453218c4457a18f4c692b2ac52 | |
656 Author: Quentin Rameau <[email protected]> | |
657 Date: Fri, 8 May 2020 19:54:58 +0200 | |
658 | |
659 libc: remove non-C99 strnlen usage in vfprintf | |
660 | |
661 </content> | |
662 </entry> | |
663 <entry> | |
664 <id>97caea2d7a7e55453218c4457a18f4c692b2ac52</id> | |
665 <published>2020-05-16T17:16:25Z</published> | |
666 <updated>2020-05-16T17:19:33Z</updated> | |
667 <title type="text">libc: Add remove()</title> | |
668 <link rel="alternate" type="text/html" href="commit/97caea2d7a7e55453218… | |
669 <author> | |
670 <name>Roberto E. Vargas Caballero</name> | |
671 <email>[email protected]</email> | |
672 </author> | |
673 <content type="text">commit 97caea2d7a7e55453218c4457a18f4c692b2ac52 | |
674 parent 4522220ff333d34cf402dd8bb449416c31716198 | |
675 Author: Roberto E. Vargas Caballero <[email protected]> | |
676 Date: Sat, 16 May 2020 19:16:25 +0200 | |
677 | |
678 libc: Add remove() | |
679 | |
680 Remove() can be implemented using unlink() directly, and this patch | |
681 adds support for it in linux amd64. | |
682 | |
683 </content> | |
684 </entry> | |
685 <entry> | |
686 <id>4522220ff333d34cf402dd8bb449416c31716198</id> | |
687 <published>2020-05-12T22:11:35Z</published> | |
688 <updated>2020-05-12T22:11:35Z</updated> | |
689 <title type="text">libc: Add local copy of strnlen to vfprintf</title> | |
690 <link rel="alternate" type="text/html" href="commit/4522220ff333d34cf402… | |
691 <author> | |
692 <name>Roberto E. Vargas Caballero</name> | |
693 <email>[email protected]</email> | |
694 </author> | |
695 <content type="text">commit 4522220ff333d34cf402dd8bb449416c31716198 | |
696 parent ec9e043ec5301497d5dfb5323316204ee6a73a4c | |
697 Author: Roberto E. Vargas Caballero <[email protected]> | |
698 Date: Wed, 13 May 2020 00:11:35 +0200 | |
699 | |
700 libc: Add local copy of strnlen to vfprintf | |
701 | |
702 Vfprintf sued to use strnlen, which was removed of the repo because | |
703 it is not defined in C99. This solution is a fast solution that | |
704 adds it as a static function in vfprintf. | |
705 | |
706 </content> | |
707 </entry> | |
708 <entry> | |
709 <id>ec9e043ec5301497d5dfb5323316204ee6a73a4c</id> | |
710 <published>2020-04-29T10:07:17Z</published> | |
711 <updated>2020-04-29T10:07:17Z</updated> | |
712 <title type="text">Merge remote-tracking branch 'origin/master' … | |
713 <link rel="alternate" type="text/html" href="commit/ec9e043ec5301497d5df… | |
714 <author> | |
715 <name>Roberto E. Vargas Caballero</name> | |
716 <email>[email protected]</email> | |
717 </author> | |
718 <content type="text">commit ec9e043ec5301497d5dfb5323316204ee6a73a4c | |
719 parent 4d9f0c75b9c7828f3e8317a86deebd5debd174ff | |
720 Author: Roberto E. Vargas Caballero <[email protected]> | |
721 Date: Wed, 29 Apr 2020 12:07:17 +0200 | |
722 | |
723 Merge remote-tracking branch 'origin/master' into HEAD | |
724 | |
725 </content> | |
726 </entry> | |
727 <entry> | |
728 <id>4d9f0c75b9c7828f3e8317a86deebd5debd174ff</id> | |
729 <published>2020-04-23T14:05:10Z</published> | |
730 <updated>2020-04-23T16:43:18Z</updated> | |
731 <title type="text">Use r14 for local variable storage as stw doesn't… | |
732 <link rel="alternate" type="text/html" href="commit/4d9f0c75b9c7828f3e83… | |
733 <author> | |
734 <name>zerous Naveen Narayanan</name> | |
735 <email>[email protected]</email> | |
736 </author> | |
737 <content type="text">commit 4d9f0c75b9c7828f3e8317a86deebd5debd174ff | |
738 parent 1eea5183c342baf25cb8c70d712f32733661db51 | |
739 Author: zerous Naveen Narayanan <[email protected]> | |
740 Date: Thu, 23 Apr 2020 16:05:10 +0200 | |
741 | |
742 Use r14 for local variable storage as stw doesn't support r0 | |
743 | |
744 </content> | |
745 </entry> | |
746 <entry> | |
747 <id>1eea5183c342baf25cb8c70d712f32733661db51</id> | |
748 <published>2020-04-23T13:59:18Z</published> | |
749 <updated>2020-04-23T16:43:18Z</updated> | |
750 <title type="text">Fix filename suffix in Makefile</title> | |
751 <link rel="alternate" type="text/html" href="commit/1eea5183c342baf25cb8… | |
752 <author> | |
753 <name>zerous Naveen Narayanan</name> | |
754 <email>[email protected]</email> | |
755 </author> | |
756 <content type="text">commit 1eea5183c342baf25cb8c70d712f32733661db51 | |
757 parent 41c9715c496b8b7b27400d387388f472dcacc583 | |
758 Author: zerous Naveen Narayanan <[email protected]> | |
759 Date: Thu, 23 Apr 2020 15:59:18 +0200 | |
760 | |
761 Fix filename suffix in Makefile | |
762 | |
763 </content> | |
764 </entry> | |
765 <entry> | |
766 <id>41c9715c496b8b7b27400d387388f472dcacc583</id> | |
767 <published>2020-04-23T16:36:20Z</published> | |
768 <updated>2020-04-23T16:36:20Z</updated> | |
769 <title type="text">Revert "Fix typo in filename ppc.mk"</title> | |
770 <link rel="alternate" type="text/html" href="commit/41c9715c496b8b7b2740… | |
771 <author> | |
772 <name>Roberto E. Vargas Caballero</name> | |
773 <email>[email protected]</email> | |
774 </author> | |
775 <content type="text">commit 41c9715c496b8b7b27400d387388f472dcacc583 | |
776 parent ced4addf9b916888067fc0fd08c2eb7a7944043f | |
777 Author: Roberto E. Vargas Caballero <[email protected]> | |
778 Date: Thu, 23 Apr 2020 18:36:20 +0200 | |
779 | |
780 Revert "Fix typo in filename ppc.mk" | |
781 | |
782 This change was totally wrong because this file is part of the pcc | |
783 toolchain. It is not related at all with the powerpc architecture. | |
784 | |
785 This reverts commit ec349c7a5527b1e82c437cb23c1d386f8b79a246. | |
786 | |
787 </content> | |
788 </entry> | |
789 <entry> | |
790 <id>ced4addf9b916888067fc0fd08c2eb7a7944043f</id> | |
791 <published>2020-04-23T13:52:45Z</published> | |
792 <updated>2020-04-23T13:52:45Z</updated> | |
793 <title type="text">libc: Remove trailing whitespaces</title> | |
794 <link rel="alternate" type="text/html" href="commit/ced4addf9b916888067f… | |
795 <author> | |
796 <name>Roberto E. Vargas Caballero</name> | |
797 <email>[email protected]</email> | |
798 </author> | |
799 <content type="text">commit ced4addf9b916888067fc0fd08c2eb7a7944043f | |
800 parent b212e291e22b9e70485520b48c1d250d52712b09 | |
801 Author: Roberto E. Vargas Caballero <[email protected]> | |
802 Date: Thu, 23 Apr 2020 15:52:45 +0200 | |
803 | |
804 libc: Remove trailing whitespaces | |
805 | |
806 </content> | |
807 </entry> | |
808 <entry> | |
809 <id>b212e291e22b9e70485520b48c1d250d52712b09</id> | |
810 <published>2020-04-23T13:50:52Z</published> | |
811 <updated>2020-04-23T13:50:52Z</updated> | |
812 <title type="text">libc: Add setjmp and longjmp for ppc32</title> | |
813 <link rel="alternate" type="text/html" href="commit/b212e291e22b9e704855… | |
814 <author> | |
815 <name>Roberto E. Vargas Caballero</name> | |
816 <email>[email protected]</email> | |
817 </author> | |
818 <content type="text">commit b212e291e22b9e70485520b48c1d250d52712b09 | |
819 parent c3803dee4dae45c862f6c9d6498f8c8a8f16edb5 | |
820 Author: Roberto E. Vargas Caballero <[email protected]> | |
821 Date: Thu, 23 Apr 2020 15:50:52 +0200 | |
822 | |
823 libc: Add setjmp and longjmp for ppc32 | |
824 | |
825 </content> | |
826 </entry> | |
827 <entry> | |
828 <id>c3803dee4dae45c862f6c9d6498f8c8a8f16edb5</id> | |
829 <published>2020-04-21T19:50:56Z</published> | |
830 <updated>2020-04-22T06:06:17Z</updated> | |
831 <title type="text">libc: Implement _getheap for ppc32</title> | |
832 <link rel="alternate" type="text/html" href="commit/c3803dee4dae45c862f6… | |
833 <author> | |
834 <name>zerous Naveen Narayanan</name> | |
835 <email>[email protected]</email> | |
836 </author> | |
837 <content type="text">commit c3803dee4dae45c862f6c9d6498f8c8a8f16edb5 | |
838 parent e94b20c35201970d378426a6b4bd03bc9eace326 | |
839 Author: zerous Naveen Narayanan <[email protected]> | |
840 Date: Tue, 21 Apr 2020 21:50:56 +0200 | |
841 | |
842 libc: Implement _getheap for ppc32 | |
843 | |
844 </content> | |
845 </entry> | |
846 <entry> | |
847 <id>e94b20c35201970d378426a6b4bd03bc9eace326</id> | |
848 <published>2020-04-21T19:47:55Z</published> | |
849 <updated>2020-04-22T06:06:17Z</updated> | |
850 <title type="text">libc: Add syscall _brk for ppc32</title> | |
851 <link rel="alternate" type="text/html" href="commit/e94b20c35201970d3784… | |
852 <author> | |
853 <name>zerous Naveen Narayanan</name> | |
854 <email>[email protected]</email> | |
855 </author> | |
856 <content type="text">commit e94b20c35201970d378426a6b4bd03bc9eace326 | |
857 parent d1dcadeda75318e666c7bc3fd00829bdf411eece | |
858 Author: zerous Naveen Narayanan <[email protected]> | |
859 Date: Tue, 21 Apr 2020 21:47:55 +0200 | |
860 | |
861 libc: Add syscall _brk for ppc32 | |
862 | |
863 </content> | |
864 </entry> | |
865 <entry> | |
866 <id>d1dcadeda75318e666c7bc3fd00829bdf411eece</id> | |
867 <published>2020-04-20T19:51:06Z</published> | |
868 <updated>2020-04-22T06:06:17Z</updated> | |
869 <title type="text">Add libcrt files for ppc32</title> | |
870 <link rel="alternate" type="text/html" href="commit/d1dcadeda75318e666c7… | |
871 <author> | |
872 <name>zerous Naveen Narayanan</name> | |
873 <email>[email protected]</email> | |
874 </author> | |
875 <content type="text">commit d1dcadeda75318e666c7bc3fd00829bdf411eece | |
876 parent ec349c7a5527b1e82c437cb23c1d386f8b79a246 | |
877 Author: zerous Naveen Narayanan <[email protected]> | |
878 Date: Mon, 20 Apr 2020 21:51:06 +0200 | |
879 | |
880 Add libcrt files for ppc32 | |
881 | |
882 </content> | |
883 </entry> | |
884 <entry> | |
885 <id>ec349c7a5527b1e82c437cb23c1d386f8b79a246</id> | |
886 <published>2020-04-20T19:37:09Z</published> | |
887 <updated>2020-04-22T06:06:17Z</updated> | |
888 <title type="text">Fix typo in filename ppc.mk</title> | |
889 <link rel="alternate" type="text/html" href="commit/ec349c7a5527b1e82c43… | |
890 <author> | |
891 <name>zerous Naveen Narayanan</name> | |
892 <email>[email protected]</email> | |
893 </author> | |
894 <content type="text">commit ec349c7a5527b1e82c437cb23c1d386f8b79a246 | |
895 parent cbaa33552ffc4d811511544c8803303a1e4630d9 | |
896 Author: zerous Naveen Narayanan <[email protected]> | |
897 Date: Mon, 20 Apr 2020 21:37:09 +0200 | |
898 | |
899 Fix typo in filename ppc.mk | |
900 | |
901 </content> | |
902 </entry> | |
903 <entry> | |
904 <id>cbaa33552ffc4d811511544c8803303a1e4630d9</id> | |
905 <published>2020-04-20T19:33:54Z</published> | |
906 <updated>2020-04-22T06:06:17Z</updated> | |
907 <title type="text">libc: Implement the following syscalls for ppc32</tit… | |
908 <link rel="alternate" type="text/html" href="commit/cbaa33552ffc4d811511… | |
909 <author> | |
910 <name>zerous Naveen Narayanan</name> | |
911 <email>[email protected]</email> | |
912 </author> | |
913 <content type="text">commit cbaa33552ffc4d811511544c8803303a1e4630d9 | |
914 parent 99cc38df2baf6201cabaed55e39bb9d1815d1c41 | |
915 Author: zerous Naveen Narayanan <[email protected]> | |
916 Date: Mon, 20 Apr 2020 21:33:54 +0200 | |
917 | |
918 libc: Implement the following syscalls for ppc32 | |
919 | |
920 Exit | |
921 read | |
922 write | |
923 open | |
924 close | |
925 waitpid | |
926 creat | |
927 link | |
928 unlink | |
929 getpid | |
930 | |
931 </content> | |
932 </entry> | |
933 <entry> | |
934 <id>99cc38df2baf6201cabaed55e39bb9d1815d1c41</id> | |
935 <published>2020-04-20T15:58:38Z</published> | |
936 <updated>2020-04-22T06:06:17Z</updated> | |
937 <title type="text">Fix bug in sed invocation in scripts/rules.mk</title> | |
938 <link rel="alternate" type="text/html" href="commit/99cc38df2baf6201caba… | |
939 <author> | |
940 <name>zerous Naveen Narayanan</name> | |
941 <email>[email protected]</email> | |
942 </author> | |
943 <content type="text">commit 99cc38df2baf6201cabaed55e39bb9d1815d1c41 | |
944 parent caaefb633a0cf61e51eb11877848a2a8541fcba7 | |
945 Author: zerous Naveen Narayanan <[email protected]> | |
946 Date: Mon, 20 Apr 2020 17:58:38 +0200 | |
947 | |
948 Fix bug in sed invocation in scripts/rules.mk | |
949 | |
950 </content> | |
951 </entry> | |
952 <entry> | |
953 <id>caaefb633a0cf61e51eb11877848a2a8541fcba7</id> | |
954 <published>2020-04-22T06:05:34Z</published> | |
955 <updated>2020-04-22T06:05:34Z</updated> | |
956 <title type="text">libc: Fix extension of __getc.o</title> | |
957 <link rel="alternate" type="text/html" href="commit/caaefb633a0cf61e51eb… | |
958 <author> | |
959 <name>Roberto E. Vargas Caballero</name> | |
960 <email>[email protected]</email> | |
961 </author> | |
962 <content type="text">commit caaefb633a0cf61e51eb11877848a2a8541fcba7 | |
963 parent 91059598b8a8c584076185188353e5234ac3ef79 | |
964 Author: Roberto E. Vargas Caballero <[email protected]> | |
965 Date: Wed, 22 Apr 2020 08:05:34 +0200 | |
966 | |
967 libc: Fix extension of __getc.o | |
968 | |
969 </content> | |
970 </entry> | |
971 <entry> | |
972 <id>91059598b8a8c584076185188353e5234ac3ef79</id> | |
973 <published>2020-04-20T20:37:07Z</published> | |
974 <updated>2020-04-20T20:40:44Z</updated> | |
975 <title type="text">build: fix arm64-linux mk include</title> | |
976 <link rel="alternate" type="text/html" href="commit/91059598b8a8c5840761… | |
977 <author> | |
978 <name>Quentin Rameau</name> | |
979 <email>[email protected]</email> | |
980 </author> | |
981 <content type="text">commit 91059598b8a8c584076185188353e5234ac3ef79 | |
982 parent e462bca26131b233d552ce495082e21b762de1de | |
983 Author: Quentin Rameau <[email protected]> | |
984 Date: Mon, 20 Apr 2020 22:37:07 +0200 | |
985 | |
986 build: fix arm64-linux mk include | |
987 | |
988 </content> | |
989 </entry> | |
990 <entry> | |
991 <id>e462bca26131b233d552ce495082e21b762de1de</id> | |
992 <published>2020-04-19T14:24:30Z</published> | |
993 <updated>2020-04-19T14:33:28Z</updated> | |
994 <title type="text">libc: Implement crt-posix.s for ppc32</title> | |
995 <link rel="alternate" type="text/html" href="commit/e462bca26131b233d552… | |
996 <author> | |
997 <name>zerous Naveen Narayanan</name> | |
998 <email>[email protected]</email> | |
999 </author> | |
1000 <content type="text">commit e462bca26131b233d552ce495082e21b762de1de | |
1001 parent 6042e799273e80d79daeaaed441a8913d7ee69a3 | |
1002 Author: zerous Naveen Narayanan <[email protected]> | |
1003 Date: Sun, 19 Apr 2020 16:24:30 +0200 | |
1004 | |
1005 libc: Implement crt-posix.s for ppc32 | |
1006 | |
1007 </content> | |
1008 </entry> | |
1009 <entry> | |
1010 <id>6042e799273e80d79daeaaed441a8913d7ee69a3</id> | |
1011 <published>2020-04-19T13:58:44Z</published> | |
1012 <updated>2020-04-19T13:58:44Z</updated> | |
1013 <title type="text">libc: Use common symbols for _environ</title> | |
1014 <link rel="alternate" type="text/html" href="commit/6042e799273e80d79dae… | |
1015 <author> | |
1016 <name>Roberto E. Vargas Caballero</name> | |
1017 <email>[email protected]</email> | |
1018 </author> | |
1019 <content type="text">commit 6042e799273e80d79daeaaed441a8913d7ee69a3 | |
1020 parent e7226564b6c9c19ebe7e9462553d22795e1c4b33 | |
1021 Author: Roberto E. Vargas Caballero <[email protected]> | |
1022 Date: Sun, 19 Apr 2020 15:58:44 +0200 | |
1023 | |
1024 libc: Use common symbols for _environ | |
1025 | |
1026 .bss + long/quad doesn't guarantee a correct definition of global not | |
1027 initialize symbols. The correct definition must be a common block. | |
1028 | |
1029 </content> | |
1030 </entry> | |
1031 <entry> | |
1032 <id>e7226564b6c9c19ebe7e9462553d22795e1c4b33</id> | |
1033 <published>2020-01-30T12:01:16Z</published> | |
1034 <updated>2020-01-31T09:21:55Z</updated> | |
1035 <title type="text">libc: Make more portable the Makefile</title> | |
1036 <link rel="alternate" type="text/html" href="commit/e7226564b6c9c19ebe7e… | |
1037 <author> | |
1038 <name>Roberto E. Vargas Caballero</name> | |
1039 <email>[email protected]</email> | |
1040 </author> | |
1041 <content type="text">commit e7226564b6c9c19ebe7e9462553d22795e1c4b33 | |
1042 parent 7a60209bb018563900d30803abd7b66d339489ca | |
1043 Author: Roberto E. Vargas Caballero <[email protected]> | |
1044 Date: Thu, 30 Jan 2020 13:01:16 +0100 | |
1045 | |
1046 libc: Make more portable the Makefile | |
1047 | |
1048 Plan9 tr was giving some errors when the option -s was used, | |
1049 and to avoi them, a chain of tr and sed was used to avoid that | |
1050 problem. | |
1051 | |
1052 </content> | |
1053 </entry> | |
1054 <entry> | |
1055 <id>7a60209bb018563900d30803abd7b66d339489ca</id> | |
1056 <published>2020-01-24T08:27:20Z</published> | |
1057 <updated>2020-01-24T08:27:20Z</updated> | |
1058 <title type="text">libc: Fix preprocessor guard for size_t</title> | |
1059 <link rel="alternate" type="text/html" href="commit/7a60209bb018563900d3… | |
1060 <author> | |
1061 <name>Roberto E. Vargas Caballero</name> | |
1062 <email>[email protected]</email> | |
1063 </author> | |
1064 <content type="text">commit 7a60209bb018563900d30803abd7b66d339489ca | |
1065 parent e71e1e190e6ee67707da53600ccca0a5190b6533 | |
1066 Author: Roberto E. Vargas Caballero <[email protected]> | |
1067 Date: Fri, 24 Jan 2020 09:27:20 +0100 | |
1068 | |
1069 libc: Fix preprocessor guard for size_t | |
1070 | |
1071 _SIZE_T is used to detect if size_t must be defined, | |
1072 but in some architectures the macro SIZET_ was used, | |
1073 and it was using the user namespace instead of using | |
1074 one of the namespaces reserved for the implementation. | |
1075 | |
1076 </content> | |
1077 </entry> | |
1078 <entry> | |
1079 <id>e71e1e190e6ee67707da53600ccca0a5190b6533</id> | |
1080 <published>2020-01-24T08:22:56Z</published> | |
1081 <updated>2020-01-24T08:22:56Z</updated> | |
1082 <title type="text">libc: Add placeholder for ppc32</title> | |
1083 <link rel="alternate" type="text/html" href="commit/e71e1e190e6ee67707da… | |
1084 <author> | |
1085 <name>Roberto E. Vargas Caballero</name> | |
1086 <email>[email protected]</email> | |
1087 </author> | |
1088 <content type="text">commit e71e1e190e6ee67707da53600ccca0a5190b6533 | |
1089 parent 279667d8ea28b3aad65091308047d742c2c1ea14 | |
1090 Author: Roberto E. Vargas Caballero <[email protected]> | |
1091 Date: Fri, 24 Jan 2020 09:22:56 +0100 | |
1092 | |
1093 libc: Add placeholder for ppc32 | |
1094 | |
1095 This is only a placeholder and it does not contain | |
1096 actual code. | |
1097 | |
1098 </content> | |
1099 </entry> | |
1100 <entry> | |
1101 <id>279667d8ea28b3aad65091308047d742c2c1ea14</id> | |
1102 <published>2020-01-22T06:07:03Z</published> | |
1103 <updated>2020-01-24T07:03:22Z</updated> | |
1104 <title type="text">libc: Add deps.mk to arch Makefiles</title> | |
1105 <link rel="alternate" type="text/html" href="commit/279667d8ea28b3aad650… | |
1106 <author> | |
1107 <name>Roberto E. Vargas Caballero</name> | |
1108 <email>[email protected]</email> | |
1109 </author> | |
1110 <content type="text">commit 279667d8ea28b3aad65091308047d742c2c1ea14 | |
1111 parent a2067550c466e32d74fa86354b63e34ee0795613 | |
1112 Author: Roberto E. Vargas Caballero <[email protected]> | |
1113 Date: Wed, 22 Jan 2020 07:07:03 +0100 | |
1114 | |
1115 libc: Add deps.mk to arch Makefiles | |
1116 | |
1117 After adding mem* functions we have inclusion | |
1118 dependencies that are not handled. For this reason | |
1119 This patch adds deps,mk and support to keep them | |
1120 updated. | |
1121 | |
1122 </content> | |
1123 </entry> | |
1124 <entry> | |
1125 <id>a2067550c466e32d74fa86354b63e34ee0795613</id> | |
1126 <published>2020-01-22T05:48:07Z</published> | |
1127 <updated>2020-01-22T05:48:07Z</updated> | |
1128 <title type="text">libc: Add newline in the mem*.c files</title> | |
1129 <link rel="alternate" type="text/html" href="commit/a2067550c466e32d74fa… | |
1130 <author> | |
1131 <name>Roberto E. Vargas Caballero</name> | |
1132 <email>[email protected]</email> | |
1133 </author> | |
1134 <content type="text">commit a2067550c466e32d74fa86354b63e34ee0795613 | |
1135 parent aa8e11d5d96615a4b3a734e8b3620b02454d2bfe | |
1136 Author: Roberto E. Vargas Caballero <[email protected]> | |
1137 Date: Wed, 22 Jan 2020 06:48:07 +0100 | |
1138 | |
1139 libc: Add newline in the mem*.c files | |
1140 | |
1141 POSIX mandates to finish text files with a newline, | |
1142 otherwise is undefined behaviour. | |
1143 | |
1144 </content> | |
1145 </entry> | |
1146 <entry> | |
1147 <id>aa8e11d5d96615a4b3a734e8b3620b02454d2bfe</id> | |
1148 <published>2020-01-22T05:28:15Z</published> | |
1149 <updated>2020-01-22T05:28:15Z</updated> | |
1150 <title type="text">libc: Add amd64 memcpy implementation</title> | |
1151 <link rel="alternate" type="text/html" href="commit/aa8e11d5d96615a4b3a7… | |
1152 <author> | |
1153 <name>Roberto E. Vargas Caballero</name> | |
1154 <email>[email protected]</email> | |
1155 </author> | |
1156 <content type="text">commit aa8e11d5d96615a4b3a734e8b3620b02454d2bfe | |
1157 parent cbf1264ca6d508d413891030a5aa99261693dc07 | |
1158 Author: Roberto E. Vargas Caballero <[email protected]> | |
1159 Date: Wed, 22 Jan 2020 06:28:15 +0100 | |
1160 | |
1161 libc: Add amd64 memcpy implementation | |
1162 | |
1163 </content> | |
1164 </entry> | |
1165 <entry> | |
1166 <id>cbf1264ca6d508d413891030a5aa99261693dc07</id> | |
1167 <published>2020-01-21T21:28:08Z</published> | |
1168 <updated>2020-01-21T21:28:08Z</updated> | |
1169 <title type="text">libc: Move mem* functions to arch directory</title> | |
1170 <link rel="alternate" type="text/html" href="commit/cbf1264ca6d508d41389… | |
1171 <author> | |
1172 <name>Roberto E. Vargas Caballero</name> | |
1173 <email>[email protected]</email> | |
1174 </author> | |
1175 <content type="text">commit cbf1264ca6d508d413891030a5aa99261693dc07 | |
1176 parent a8c0229b8ae756c5fee352cd4490c788d87b30d5 | |
1177 Author: Roberto E. Vargas Caballero <[email protected]> | |
1178 Date: Tue, 21 Jan 2020 22:28:08 +0100 | |
1179 | |
1180 libc: Move mem* functions to arch directory | |
1181 | |
1182 Moving these functions to the architecture allows to introduce | |
1183 optmized versions of these function, because at this moment | |
1184 they are usable as they are implemented using commmon C funcions. | |
1185 | |
1186 </content> | |
1187 </entry> | |
1188 <entry> | |
1189 <id>a8c0229b8ae756c5fee352cd4490c788d87b30d5</id> | |
1190 <published>2020-01-19T14:47:30Z</published> | |
1191 <updated>2020-01-19T14:47:30Z</updated> | |
1192 <title type="text">libmach: Rework of newmap()</title> | |
1193 <link rel="alternate" type="text/html" href="commit/a8c0229b8ae756c5fee3… | |
1194 <author> | |
1195 <name>Roberto E. Vargas Caballero</name> | |
1196 <email>[email protected]</email> | |
1197 </author> | |
1198 <content type="text">commit a8c0229b8ae756c5fee352cd4490c788d87b30d5 | |
1199 parent e42a0145f6bd89a95cc420f703f42cfb7bcd25bd | |
1200 Author: Roberto E. Vargas Caballero <[email protected]> | |
1201 Date: Sun, 19 Jan 2020 15:47:30 +0100 | |
1202 | |
1203 libmach: Rework of newmap() | |
1204 | |
1205 Small whitespaces and variable reduction. | |
1206 | |
1207 </content> | |
1208 </entry> | |
1209 <entry> | |
1210 <id>e42a0145f6bd89a95cc420f703f42cfb7bcd25bd</id> | |
1211 <published>2020-01-19T14:21:10Z</published> | |
1212 <updated>2020-01-19T14:21:10Z</updated> | |
1213 <title type="text">ld: Add mkfile()</title> | |
1214 <link rel="alternate" type="text/html" href="commit/e42a0145f6bd89a95cc4… | |
1215 <author> | |
1216 <name>Roberto E. Vargas Caballero</name> | |
1217 <email>[email protected]</email> | |
1218 </author> | |
1219 <content type="text">commit e42a0145f6bd89a95cc420f703f42cfb7bcd25bd | |
1220 parent 3703ba5fe4d255ac4918021108f8d6a339131bde | |
1221 Author: Roberto E. Vargas Caballero <[email protected]> | |
1222 Date: Sun, 19 Jan 2020 15:21:10 +0100 | |
1223 | |
1224 ld: Add mkfile() | |
1225 | |
1226 This function simplifies the creation of all the temporary | |
1227 files. | |
1228 | |
1229 </content> | |
1230 </entry> | |
1231 <entry> | |
1232 <id>3703ba5fe4d255ac4918021108f8d6a339131bde</id> | |
1233 <published>2020-01-19T14:19:32Z</published> | |
1234 <updated>2020-01-19T14:19:32Z</updated> | |
1235 <title type="text">libmach: Fix readstr()</title> | |
1236 <link rel="alternate" type="text/html" href="commit/3703ba5fe4d255ac4918… | |
1237 <author> | |
1238 <name>Roberto E. Vargas Caballero</name> | |
1239 <email>[email protected]</email> | |
1240 </author> | |
1241 <content type="text">commit 3703ba5fe4d255ac4918021108f8d6a339131bde | |
1242 parent a64b35f219113878d8021e102df5630841cce9e4 | |
1243 Author: Roberto E. Vargas Caballero <[email protected]> | |
1244 Date: Sun, 19 Jan 2020 15:19:32 +0100 | |
1245 | |
1246 libmach: Fix readstr() | |
1247 | |
1248 Readstr() must check for size 4 because the 4 bytes | |
1249 with the size of the string table is included in the | |
1250 size of the string table. | |
1251 | |
1252 </content> | |
1253 </entry> | |
1254 <entry> | |
1255 <id>a64b35f219113878d8021e102df5630841cce9e4</id> | |
1256 <published>2020-01-19T14:15:56Z</published> | |
1257 <updated>2020-01-19T14:15:56Z</updated> | |
1258 <title type="text">ld: Simplify newsec()</title> | |
1259 <link rel="alternate" type="text/html" href="commit/a64b35f219113878d802… | |
1260 <author> | |
1261 <name>Roberto E. Vargas Caballero</name> | |
1262 <email>[email protected]</email> | |
1263 </author> | |
1264 <content type="text">commit a64b35f219113878d8021e102df5630841cce9e4 | |
1265 parent e7d954cc351380a9c4fb2de72a585ff849b0fbc1 | |
1266 Author: Roberto E. Vargas Caballero <[email protected]> | |
1267 Date: Sun, 19 Jan 2020 15:15:56 +0100 | |
1268 | |
1269 ld: Simplify newsec() | |
1270 | |
1271 </content> | |
1272 </entry> | |
1273 <entry> | |
1274 <id>e7d954cc351380a9c4fb2de72a585ff849b0fbc1</id> | |
1275 <published>2020-01-19T14:09:09Z</published> | |
1276 <updated>2020-01-19T14:09:09Z</updated> | |
1277 <title type="text">libmach: Add comment in rebase.c</title> | |
1278 <link rel="alternate" type="text/html" href="commit/e7d954cc351380a9c4fb… | |
1279 <author> | |
1280 <name>Roberto E. Vargas Caballero</name> | |
1281 <email>[email protected]</email> | |
1282 </author> | |
1283 <content type="text">commit e7d954cc351380a9c4fb2de72a585ff849b0fbc1 | |
1284 parent 986419f0db6143c87f60da6d5e8698dbc6e037f0 | |
1285 Author: Roberto E. Vargas Caballero <[email protected]> | |
1286 Date: Sun, 19 Jan 2020 15:09:09 +0100 | |
1287 | |
1288 libmach: Add comment in rebase.c | |
1289 | |
1290 </content> | |
1291 </entry> | |
1292 <entry> | |
1293 <id>986419f0db6143c87f60da6d5e8698dbc6e037f0</id> | |
1294 <published>2020-01-19T13:06:00Z</published> | |
1295 <updated>2020-01-19T13:06:00Z</updated> | |
1296 <title type="text">ld: Remove -D flag</title> | |
1297 <link rel="alternate" type="text/html" href="commit/986419f0db6143c87f60… | |
1298 <author> | |
1299 <name>Roberto E. Vargas Caballero</name> | |
1300 <email>[email protected]</email> | |
1301 </author> | |
1302 <content type="text">commit 986419f0db6143c87f60da6d5e8698dbc6e037f0 | |
1303 parent 7f7b41900c143b0cf049ee32a160f19af890dfb4 | |
1304 Author: Roberto E. Vargas Caballero <[email protected]> | |
1305 Date: Sun, 19 Jan 2020 14:06:00 +0100 | |
1306 | |
1307 ld: Remove -D flag | |
1308 | |
1309 It was adding too much noise to the code | |
1310 and it is not needed at all. | |
1311 | |
1312 </content> | |
1313 </entry> | |
1314 <entry> | |
1315 <id>7f7b41900c143b0cf049ee32a160f19af890dfb4</id> | |
1316 <published>2020-01-19T12:47:03Z</published> | |
1317 <updated>2020-01-19T12:47:03Z</updated> | |
1318 <title type="text">tests: Update .gitignore</title> | |
1319 <link rel="alternate" type="text/html" href="commit/7f7b41900c143b0cf049… | |
1320 <author> | |
1321 <name>Roberto E. Vargas Caballero</name> | |
1322 <email>[email protected]</email> | |
1323 </author> | |
1324 <content type="text">commit 7f7b41900c143b0cf049ee32a160f19af890dfb4 | |
1325 parent 3ef80008e88323260372f6d2404261f850c2ca83 | |
1326 Author: Roberto E. Vargas Caballero <[email protected]> | |
1327 Date: Sun, 19 Jan 2020 13:47:03 +0100 | |
1328 | |
1329 tests: Update .gitignore | |
1330 | |
1331 </content> | |
1332 </entry> | |
1333 <entry> | |
1334 <id>3ef80008e88323260372f6d2404261f850c2ca83</id> | |
1335 <published>2020-01-19T12:17:28Z</published> | |
1336 <updated>2020-01-19T12:17:28Z</updated> | |
1337 <title type="text">test-ar: Add test for -ru</title> | |
1338 <link rel="alternate" type="text/html" href="commit/3ef80008e88323260372… | |
1339 <author> | |
1340 <name>Roberto E. Vargas Caballero</name> | |
1341 <email>[email protected]</email> | |
1342 </author> | |
1343 <content type="text">commit 3ef80008e88323260372f6d2404261f850c2ca83 | |
1344 parent 2b7fc269472d283082e0e53f4b92f18278b15ad6 | |
1345 Author: Roberto E. Vargas Caballero <[email protected]> | |
1346 Date: Sun, 19 Jan 2020 13:17:28 +0100 | |
1347 | |
1348 test-ar: Add test for -ru | |
1349 | |
1350 </content> | |
1351 </entry> | |
1352 <entry> | |
1353 <id>2b7fc269472d283082e0e53f4b92f18278b15ad6</id> | |
1354 <published>2020-01-19T11:44:11Z</published> | |
1355 <updated>2020-01-19T11:58:46Z</updated> | |
1356 <title type="text">ar: Fix -r flag</title> | |
1357 <link rel="alternate" type="text/html" href="commit/2b7fc269472d283082e0… | |
1358 <author> | |
1359 <name>Roberto E. Vargas Caballero</name> | |
1360 <email>[email protected]</email> | |
1361 </author> | |
1362 <content type="text">commit 2b7fc269472d283082e0e53f4b92f18278b15ad6 | |
1363 parent 6d6cccc6cc7d73c1591b4bb8f84231f9f94e4b02 | |
1364 Author: Roberto E. Vargas Caballero <[email protected]> | |
1365 Date: Sun, 19 Jan 2020 12:44:11 +0100 | |
1366 | |
1367 ar: Fix -r flag | |
1368 | |
1369 When update flag (-u) was added the logic changed and files | |
1370 were updated only when files were older and -u was passed. | |
1371 It means that without -u all the files were removed from | |
1372 the archive. | |
1373 | |
1374 </content> | |
1375 </entry> | |
1376 <entry> | |
1377 <id>6d6cccc6cc7d73c1591b4bb8f84231f9f94e4b02</id> | |
1378 <published>2020-01-19T11:03:06Z</published> | |
1379 <updated>2020-01-19T11:03:06Z</updated> | |
1380 <title type="text">libc: Fix Makefile of ctype and time</title> | |
1381 <link rel="alternate" type="text/html" href="commit/6d6cccc6cc7d73c1591b… | |
1382 <author> | |
1383 <name>Roberto E. Vargas Caballero</name> | |
1384 <email>[email protected]</email> | |
1385 </author> | |
1386 <content type="text">commit 6d6cccc6cc7d73c1591b4bb8f84231f9f94e4b02 | |
1387 parent cb0e4657c6c07681024481d68eff39b72c8f5963 | |
1388 Author: Roberto E. Vargas Caballero <[email protected]> | |
1389 Date: Sun, 19 Jan 2020 12:03:06 +0100 | |
1390 | |
1391 libc: Fix Makefile of ctype and time | |
1392 | |
1393 </content> | |
1394 </entry> | |
1395 <entry> | |
1396 <id>cb0e4657c6c07681024481d68eff39b72c8f5963</id> | |
1397 <published>2020-01-19T11:00:01Z</published> | |
1398 <updated>2020-01-19T11:00:01Z</updated> | |
1399 <title type="text">tests-libc: Create tests-amd64 and tests-i386</title> | |
1400 <link rel="alternate" type="text/html" href="commit/cb0e4657c6c076810244… | |
1401 <author> | |
1402 <name>Roberto E. Vargas Caballero</name> | |
1403 <email>[email protected]</email> | |
1404 </author> | |
1405 <content type="text">commit cb0e4657c6c07681024481d68eff39b72c8f5963 | |
1406 parent 76df51d8984e56b5353000583a80b731c5e88330 | |
1407 Author: Roberto E. Vargas Caballero <[email protected]> | |
1408 Date: Sun, 19 Jan 2020 12:00:01 +0100 | |
1409 | |
1410 tests-libc: Create tests-amd64 and tests-i386 | |
1411 | |
1412 Having custom modifications for every contributor was | |
1413 creating problems. This patch fixed the problems adding | |
1414 different targets for amd64 and for i386. By default | |
1415 both are tested. | |
1416 | |
1417 </content> | |
1418 </entry> | |
1419 <entry> | |
1420 <id>76df51d8984e56b5353000583a80b731c5e88330</id> | |
1421 <published>2020-01-19T10:18:37Z</published> | |
1422 <updated>2020-01-19T10:23:42Z</updated> | |
1423 <title type="text">build: Fix compilation for tests</title> | |
1424 <link rel="alternate" type="text/html" href="commit/76df51d8984e56b53530… | |
1425 <author> | |
1426 <name>Roberto E. Vargas Caballero</name> | |
1427 <email>[email protected]</email> | |
1428 </author> | |
1429 <content type="text">commit 76df51d8984e56b5353000583a80b731c5e88330 | |
1430 parent fe8418f0998293be3c03ce8d0fd55788fa1a6573 | |
1431 Author: Roberto E. Vargas Caballero <[email protected]> | |
1432 Date: Sun, 19 Jan 2020 11:18:37 +0100 | |
1433 | |
1434 build: Fix compilation for tests | |
1435 | |
1436 If we want to be able to test easilly we have to remove | |
1437 some gcc capabilities while we build the libc. For this | |
1438 reason, it is better if we set the toolchain based in | |
1439 the the system. | |
1440 | |
1441 </content> | |
1442 </entry> | |
1443 <entry> | |
1444 <id>fe8418f0998293be3c03ce8d0fd55788fa1a6573</id> | |
1445 <published>2020-01-19T09:23:28Z</published> | |
1446 <updated>2020-01-19T09:26:34Z</updated> | |
1447 <title type="text">build: Remove leftover tab and trailing space</title> | |
1448 <link rel="alternate" type="text/html" href="commit/fe8418f0998293be3c03… | |
1449 <author> | |
1450 <name>Eddie Thieda</name> | |
1451 <email>[email protected]</email> | |
1452 </author> | |
1453 <content type="text">commit fe8418f0998293be3c03ce8d0fd55788fa1a6573 | |
1454 parent 5ec804e4258967b8dda1fc1cea072e1620817411 | |
1455 Author: Eddie Thieda <[email protected]> | |
1456 Date: Sun, 19 Jan 2020 04:23:28 -0500 | |
1457 | |
1458 build: Remove leftover tab and trailing space | |
1459 | |
1460 </content> | |
1461 </entry> | |
1462 <entry> | |
1463 <id>5ec804e4258967b8dda1fc1cea072e1620817411</id> | |
1464 <published>2020-01-19T08:09:24Z</published> | |
1465 <updated>2020-01-19T08:09:24Z</updated> | |
1466 <title type="text">build: Automatize build</title> | |
1467 <link rel="alternate" type="text/html" href="commit/5ec804e4258967b8dda1… | |
1468 <author> | |
1469 <name>Roberto E. Vargas Caballero</name> | |
1470 <email>[email protected]</email> | |
1471 </author> | |
1472 <content type="text">commit 5ec804e4258967b8dda1fc1cea072e1620817411 | |
1473 parent a2be6ce9aeb1425066673636daa5867aef798b2c | |
1474 Author: Roberto E. Vargas Caballero <[email protected]> | |
1475 Date: Sun, 19 Jan 2020 09:09:24 +0100 | |
1476 | |
1477 build: Automatize build | |
1478 | |
1479 Setting HOST manually was prone to errors and confuse for | |
1480 new people. Compiling only amd64-linux linux was prone to | |
1481 errors because other libc versions of the library where not | |
1482 compiled. | |
1483 | |
1484 </content> | |
1485 </entry> | |
1486 <entry> | |
1487 <id>a2be6ce9aeb1425066673636daa5867aef798b2c</id> | |
1488 <published>2020-01-18T20:47:04Z</published> | |
1489 <updated>2020-01-18T20:47:04Z</updated> | |
1490 <title type="text">libc: Fix multi-conf generation</title> | |
1491 <link rel="alternate" type="text/html" href="commit/a2be6ce9aeb142506667… | |
1492 <author> | |
1493 <name>Roberto E. Vargas Caballero</name> | |
1494 <email>[email protected]</email> | |
1495 </author> | |
1496 <content type="text">commit a2be6ce9aeb1425066673636daa5867aef798b2c | |
1497 parent 3b02f6f7e8ed2945ec611b256702c8640ba0bc58 | |
1498 Author: Roberto E. Vargas Caballero <[email protected]> | |
1499 Date: Sat, 18 Jan 2020 21:47:04 +0100 | |
1500 | |
1501 libc: Fix multi-conf generation | |
1502 | |
1503 Depending of libc.lst is not a good idea because it is | |
1504 modified by every Makefile. It is much better to depend | |
1505 only of libc.a. | |
1506 | |
1507 </content> | |
1508 </entry> | |
1509 <entry> | |
1510 <id>3b02f6f7e8ed2945ec611b256702c8640ba0bc58</id> | |
1511 <published>2020-01-18T18:45:10Z</published> | |
1512 <updated>2020-01-18T18:45:10Z</updated> | |
1513 <title type="text">libc: Fix libc generation</title> | |
1514 <link rel="alternate" type="text/html" href="commit/3b02f6f7e8ed2945ec61… | |
1515 <author> | |
1516 <name>Roberto E. Vargas Caballero</name> | |
1517 <email>[email protected]</email> | |
1518 </author> | |
1519 <content type="text">commit 3b02f6f7e8ed2945ec611b256702c8640ba0bc58 | |
1520 parent 402824c0e18ecf535742ce8eacbd6876857c457d | |
1521 Author: Roberto E. Vargas Caballero <[email protected]> | |
1522 Date: Sat, 18 Jan 2020 19:45:10 +0100 | |
1523 | |
1524 libc: Fix libc generation | |
1525 | |
1526 Lorder was wrong after the patch that added new object | |
1527 extensions. Also, sub directories had wrong rules to | |
1528 write the list of objects. | |
1529 | |
1530 </content> | |
1531 </entry> | |
1532 <entry> | |
1533 <id>402824c0e18ecf535742ce8eacbd6876857c457d</id> | |
1534 <published>2020-01-18T17:41:19Z</published> | |
1535 <updated>2020-01-18T17:41:19Z</updated> | |
1536 <title type="text">Merge branch 'master' of ssh://simple-cc.org:… | |
1537 <link rel="alternate" type="text/html" href="commit/402824c0e18ecf535742… | |
1538 <author> | |
1539 <name>Roberto E. Vargas Caballero</name> | |
1540 <email>[email protected]</email> | |
1541 </author> | |
1542 <content type="text">commit 402824c0e18ecf535742ce8eacbd6876857c457d | |
1543 parent d25b29f139ec80b820048003e30cbab11d6d3165 | |
1544 Author: Roberto E. Vargas Caballero <[email protected]> | |
1545 Date: Sat, 18 Jan 2020 18:41:19 +0100 | |
1546 | |
1547 Merge branch 'master' of ssh://simple-cc.org:/var/gitrepos/scc | |
1548 | |
1549 </content> | |
1550 </entry> | |
1551 <entry> | |
1552 <id>d25b29f139ec80b820048003e30cbab11d6d3165</id> | |
1553 <published>2020-01-18T17:40:27Z</published> | |
1554 <updated>2020-01-18T17:40:27Z</updated> | |
1555 <title type="text">deps: Update dependencies</title> | |
1556 <link rel="alternate" type="text/html" href="commit/d25b29f139ec80b82004… | |
1557 <author> | |
1558 <name>Roberto E. Vargas Caballero</name> | |
1559 <email>[email protected]</email> | |
1560 </author> | |
1561 <content type="text">commit d25b29f139ec80b820048003e30cbab11d6d3165 | |
1562 parent 11932834edba6919c6d03605f7aa48c3f6a8036f | |
1563 Author: Roberto E. Vargas Caballero <[email protected]> | |
1564 Date: Sat, 18 Jan 2020 18:40:27 +0100 | |
1565 | |
1566 deps: Update dependencies | |
1567 | |
1568 Libc didn't have support for automatic generation | |
1569 of dependencies. This patch adds it and it also | |
1570 updates the dependencies files. | |
1571 | |
1572 </content> | |
1573 </entry> | |
1574 <entry> | |
1575 <id>11932834edba6919c6d03605f7aa48c3f6a8036f</id> | |
1576 <published>2020-01-18T16:50:25Z</published> | |
1577 <updated>2020-01-18T16:58:50Z</updated> | |
1578 <title type="text">[build] Make config directories regular</title> | |
1579 <link rel="alternate" type="text/html" href="commit/11932834edba6919c6d0… | |
1580 <author> | |
1581 <name>Roberto E. Vargas Caballero</name> | |
1582 <email>[email protected]</email> | |
1583 </author> | |
1584 <content type="text">commit 11932834edba6919c6d03605f7aa48c3f6a8036f | |
1585 parent 2c899ad6dae851ee1c0212f74293cfbd18977be6 | |
1586 Author: Roberto E. Vargas Caballero <[email protected]> | |
1587 Date: Sat, 18 Jan 2020 17:50:25 +0100 | |
1588 | |
1589 [build] Make config directories regular | |
1590 | |
1591 </content> | |
1592 </entry> | |
1593 <entry> | |
1594 <id>2c899ad6dae851ee1c0212f74293cfbd18977be6</id> | |
1595 <published>2020-01-18T16:40:40Z</published> | |
1596 <updated>2020-01-18T16:58:50Z</updated> | |
1597 <title type="text">[libc] Allows multi target</title> | |
1598 <link rel="alternate" type="text/html" href="commit/2c899ad6dae851ee1c02… | |
1599 <author> | |
1600 <name>Roberto E. Vargas Caballero</name> | |
1601 <email>[email protected]</email> | |
1602 </author> | |
1603 <content type="text">commit 2c899ad6dae851ee1c0212f74293cfbd18977be6 | |
1604 parent 3d0c95a32783e7bd937b0f81ada5a46ff7e5fcd8 | |
1605 Author: Roberto E. Vargas Caballero <[email protected]> | |
1606 Date: Sat, 18 Jan 2020 17:40:40 +0100 | |
1607 | |
1608 [libc] Allows multi target | |
1609 | |
1610 After this change, several configurations can be compiled | |
1611 and they will not collided since every one of them has | |
1612 a different extension. This patch also removes the ugly | |
1613 mklst shell script which was locating the object files | |
1614 using find. | |
1615 | |
1616 </content> | |
1617 </entry> | |
1618 <entry> | |
1619 <id>3d0c95a32783e7bd937b0f81ada5a46ff7e5fcd8</id> | |
1620 <published>2019-11-17T16:51:20Z</published> | |
1621 <updated>2019-11-18T22:08:41Z</updated> | |
1622 <title type="text">Fix SCHAR_MIN in limits.h</title> | |
1623 <link rel="alternate" type="text/html" href="commit/3d0c95a32783e7bd937b… | |
1624 <author> | |
1625 <name>zerous Naveen Narayanan</name> | |
1626 <email>[email protected]</email> | |
1627 </author> | |
1628 <content type="text">commit 3d0c95a32783e7bd937b0f81ada5a46ff7e5fcd8 | |
1629 parent 3d6a2a3efbf19ed320746f9abddfea8091616309 | |
1630 Author: zerous Naveen Narayanan <[email protected]> | |
1631 Date: Sun, 17 Nov 2019 17:51:20 +0100 | |
1632 | |
1633 Fix SCHAR_MIN in limits.h | |
1634 | |
1635 </content> | |
1636 </entry> | |
1637 <entry> | |
1638 <id>3d6a2a3efbf19ed320746f9abddfea8091616309</id> | |
1639 <published>2019-11-16T12:43:52Z</published> | |
1640 <updated>2019-11-18T22:00:32Z</updated> | |
1641 <title type="text">Remove generated binaries</title> | |
1642 <link rel="alternate" type="text/html" href="commit/3d6a2a3efbf19ed32074… | |
1643 <author> | |
1644 <name>zerous Naveen Narayanan</name> | |
1645 <email>[email protected]</email> | |
1646 </author> | |
1647 <content type="text">commit 3d6a2a3efbf19ed320746f9abddfea8091616309 | |
1648 parent e8e9a686078131d6daf0168af15352c2c6a9f219 | |
1649 Author: zerous Naveen Narayanan <[email protected]> | |
1650 Date: Sat, 16 Nov 2019 13:43:52 +0100 | |
1651 | |
1652 Remove generated binaries | |
1653 | |
1654 Update Makefile | |
1655 Update gensys.sh | |
1656 | |
1657 </content> | |
1658 </entry> | |
1659 <entry> | |
1660 <id>e8e9a686078131d6daf0168af15352c2c6a9f219</id> | |
1661 <published>2019-11-16T12:43:50Z</published> | |
1662 <updated>2019-11-18T22:00:32Z</updated> | |
1663 <title type="text">Add _cerrno.s, _getheap.c, raise.c & signal.c for… | |
1664 <link rel="alternate" type="text/html" href="commit/e8e9a686078131d6daf0… | |
1665 <author> | |
1666 <name>zerous Naveen Narayanan</name> | |
1667 <email>[email protected]</email> | |
1668 </author> | |
1669 <content type="text">commit e8e9a686078131d6daf0168af15352c2c6a9f219 | |
1670 parent cc91dc2eb3036c06b19a4388b44302b84fc94787 | |
1671 Author: zerous Naveen Narayanan <[email protected]> | |
1672 Date: Sat, 16 Nov 2019 13:43:50 +0100 | |
1673 | |
1674 Add _cerrno.s, _getheap.c, raise.c & signal.c for i386/linux | |
1675 | |
1676 </content> | |
1677 </entry> | |
1678 <entry> | |
1679 <id>cc91dc2eb3036c06b19a4388b44302b84fc94787</id> | |
1680 <published>2019-11-16T12:43:49Z</published> | |
1681 <updated>2019-11-18T22:00:32Z</updated> | |
1682 <title type="text">Update gensys.sh for i386/linux</title> | |
1683 <link rel="alternate" type="text/html" href="commit/cc91dc2eb3036c06b19a… | |
1684 <author> | |
1685 <name>zerous Naveen Narayanan</name> | |
1686 <email>[email protected]</email> | |
1687 </author> | |
1688 <content type="text">commit cc91dc2eb3036c06b19a4388b44302b84fc94787 | |
1689 parent 2ef97adeb24a81cc0fc756c07b43d34644febf0d | |
1690 Author: zerous Naveen Narayanan <[email protected]> | |
1691 Date: Sat, 16 Nov 2019 13:43:49 +0100 | |
1692 | |
1693 Update gensys.sh for i386/linux | |
1694 | |
1695 awk script generates code that sets the respective registers with | |
1696 parameters for i386 syscalls. | |
1697 Fix syscalls | |
1698 | |
1699 </content> | |
1700 </entry> | |
1701 <entry> | |
1702 <id>2ef97adeb24a81cc0fc756c07b43d34644febf0d</id> | |
1703 <published>2019-11-16T12:43:47Z</published> | |
1704 <updated>2019-11-18T22:00:32Z</updated> | |
1705 <title type="text">Fix paths and use CROSS_COMPILE</title> | |
1706 <link rel="alternate" type="text/html" href="commit/2ef97adeb24a81cc0fc7… | |
1707 <author> | |
1708 <name>zerous Naveen Narayanan</name> | |
1709 <email>[email protected]</email> | |
1710 </author> | |
1711 <content type="text">commit 2ef97adeb24a81cc0fc756c07b43d34644febf0d | |
1712 parent 7a8e1cc50999275573d97c4d408aeb80f3edef2c | |
1713 Author: zerous Naveen Narayanan <[email protected]> | |
1714 Date: Sat, 16 Nov 2019 13:43:47 +0100 | |
1715 | |
1716 Fix paths and use CROSS_COMPILE | |
1717 | |
1718 </content> | |
1719 </entry> | |
1720 <entry> | |
1721 <id>7a8e1cc50999275573d97c4d408aeb80f3edef2c</id> | |
1722 <published>2019-11-16T12:43:48Z</published> | |
1723 <updated>2019-11-18T22:00:32Z</updated> | |
1724 <title type="text">Update crt-posix.s for i386/linux</title> | |
1725 <link rel="alternate" type="text/html" href="commit/7a8e1cc50999275573d9… | |
1726 <author> | |
1727 <name>zerous Naveen Narayanan</name> | |
1728 <email>[email protected]</email> | |
1729 </author> | |
1730 <content type="text">commit 7a8e1cc50999275573d97c4d408aeb80f3edef2c | |
1731 parent 4cf23365482ef11c4a0b856c0601648c05d04e44 | |
1732 Author: zerous Naveen Narayanan <[email protected]> | |
1733 Date: Sat, 16 Nov 2019 13:43:48 +0100 | |
1734 | |
1735 Update crt-posix.s for i386/linux | |
1736 | |
1737 According to i386 ABI, function parameters should be passed over the | |
1738 stack. | |
1739 | |
1740 </content> | |
1741 </entry> | |
1742 <entry> | |
1743 <id>4cf23365482ef11c4a0b856c0601648c05d04e44</id> | |
1744 <published>2019-11-16T12:43:46Z</published> | |
1745 <updated>2019-11-18T22:00:32Z</updated> | |
1746 <title type="text">Add umoddi3 and udivdi3</title> | |
1747 <link rel="alternate" type="text/html" href="commit/4cf23365482ef11c4a0b… | |
1748 <author> | |
1749 <name>zerous Naveen Narayanan</name> | |
1750 <email>[email protected]</email> | |
1751 </author> | |
1752 <content type="text">commit 4cf23365482ef11c4a0b856c0601648c05d04e44 | |
1753 parent 097cb6692dd6ec81b8101b3800550c09077cc6c4 | |
1754 Author: zerous Naveen Narayanan <[email protected]> | |
1755 Date: Sat, 16 Nov 2019 13:43:46 +0100 | |
1756 | |
1757 Add umoddi3 and udivdi3 | |
1758 | |
1759 </content> | |
1760 </entry> | |
1761 <entry> | |
1762 <id>097cb6692dd6ec81b8101b3800550c09077cc6c4</id> | |
1763 <published>2019-11-16T12:43:45Z</published> | |
1764 <updated>2019-11-18T22:00:32Z</updated> | |
1765 <title type="text">Update setjmp.s and longjmp.s for i386/linux</title> | |
1766 <link rel="alternate" type="text/html" href="commit/097cb6692dd6ec81b810… | |
1767 <author> | |
1768 <name>zerous Naveen Narayanan</name> | |
1769 <email>[email protected]</email> | |
1770 </author> | |
1771 <content type="text">commit 097cb6692dd6ec81b8101b3800550c09077cc6c4 | |
1772 parent 48dd8628d8c5a4570782375bf69c2220317cc5eb | |
1773 Author: zerous Naveen Narayanan <[email protected]> | |
1774 Date: Sat, 16 Nov 2019 13:43:45 +0100 | |
1775 | |
1776 Update setjmp.s and longjmp.s for i386/linux | |
1777 | |
1778 This version respects %ecx unlike the last one. | |
1779 | |
1780 </content> | |
1781 </entry> | |
1782 <entry> | |
1783 <id>48dd8628d8c5a4570782375bf69c2220317cc5eb</id> | |
1784 <published>2019-11-16T12:43:44Z</published> | |
1785 <updated>2019-11-18T22:00:32Z</updated> | |
1786 <title type="text">Add setjmp.h for i386</title> | |
1787 <link rel="alternate" type="text/html" href="commit/48dd8628d8c5a4570782… | |
1788 <author> | |
1789 <name>zerous Naveen Narayanan</name> | |
1790 <email>[email protected]</email> | |
1791 </author> | |
1792 <content type="text">commit 48dd8628d8c5a4570782375bf69c2220317cc5eb | |
1793 parent b71ee090b3c03092e9f8fdaf7d81d84429e6e62d | |
1794 Author: zerous Naveen Narayanan <[email protected]> | |
1795 Date: Sat, 16 Nov 2019 13:43:44 +0100 | |
1796 | |
1797 Add setjmp.h for i386 | |
1798 | |
1799 </content> | |
1800 </entry> | |
1801 <entry> | |
1802 <id>b71ee090b3c03092e9f8fdaf7d81d84429e6e62d</id> | |
1803 <published>2019-11-02T19:05:20Z</published> | |
1804 <updated>2019-11-02T19:05:20Z</updated> | |
1805 <title type="text">[ld] Remove pass3.o from Makefile</title> | |
1806 <link rel="alternate" type="text/html" href="commit/b71ee090b3c03092e9f8… | |
1807 <author> | |
1808 <name>Roberto E. Vargas Caballero</name> | |
1809 <email>[email protected]</email> | |
1810 </author> | |
1811 <content type="text">commit b71ee090b3c03092e9f8fdaf7d81d84429e6e62d | |
1812 parent fde68414dfd808d4c6af93543e2ae82e29f05dff | |
1813 Author: Roberto E. Vargas Caballero <[email protected]> | |
1814 Date: Sat, 2 Nov 2019 20:05:20 +0100 | |
1815 | |
1816 [ld] Remove pass3.o from Makefile | |
1817 | |
1818 This file is not ready yet to be included in the compilation | |
1819 and it breaks the compilation. | |
1820 | |
1821 </content> | |
1822 </entry> | |
1823 <entry> | |
1824 <id>fde68414dfd808d4c6af93543e2ae82e29f05dff</id> | |
1825 <published>2019-11-02T17:10:46Z</published> | |
1826 <updated>2019-11-02T17:10:46Z</updated> | |
1827 <title type="text">[ld] Remove the double linked list for sections</titl… | |
1828 <link rel="alternate" type="text/html" href="commit/fde68414dfd808d4c6af… | |
1829 <author> | |
1830 <name>Roberto E. Vargas Caballero</name> | |
1831 <email>[email protected]</email> | |
1832 </author> | |
1833 <content type="text">commit fde68414dfd808d4c6af93543e2ae82e29f05dff | |
1834 parent 8294c8a407034cd7180d8bdcd921a2b80f532321 | |
1835 Author: Roberto E. Vargas Caballero <[email protected]> | |
1836 Date: Sat, 2 Nov 2019 18:10:46 +0100 | |
1837 | |
1838 [ld] Remove the double linked list for sections | |
1839 | |
1840 It doesn't add anything and the work can be done in a simpler | |
1841 way using a single linked list. | |
1842 | |
1843 </content> | |
1844 </entry> | |
1845 <entry> | |
1846 <id>8294c8a407034cd7180d8bdcd921a2b80f532321</id> | |
1847 <published>2019-11-01T10:52:19Z</published> | |
1848 <updated>2019-11-01T10:54:41Z</updated> | |
1849 <title type="text">[ld] Cleanup section.c</title> | |
1850 <link rel="alternate" type="text/html" href="commit/8294c8a407034cd7180d… | |
1851 <author> | |
1852 <name>Roberto E. Vargas Caballero</name> | |
1853 <email>[email protected]</email> | |
1854 </author> | |
1855 <content type="text">commit 8294c8a407034cd7180d8bdcd921a2b80f532321 | |
1856 parent 5b05a845df7237ecc51473cfb9a8f5e4aff7ee3c | |
1857 Author: Roberto E. Vargas Caballero <[email protected]> | |
1858 Date: Fri, 1 Nov 2019 11:52:19 +0100 | |
1859 | |
1860 [ld] Cleanup section.c | |
1861 | |
1862 There were some old and dirty code in section.c after the last changes. | |
1863 | |
1864 </content> | |
1865 </entry> | |
1866 <entry> | |
1867 <id>5b05a845df7237ecc51473cfb9a8f5e4aff7ee3c</id> | |
1868 <published>2019-11-01T10:46:08Z</published> | |
1869 <updated>2019-11-01T10:51:53Z</updated> | |
1870 <title type="text">[ld] Link objects in a list</title> | |
1871 <link rel="alternate" type="text/html" href="commit/5b05a845df7237ecc514… | |
1872 <author> | |
1873 <name>Roberto E. Vargas Caballero</name> | |
1874 <email>[email protected]</email> | |
1875 </author> | |
1876 <content type="text">commit 5b05a845df7237ecc51473cfb9a8f5e4aff7ee3c | |
1877 parent 03b5aecd77d410af75c8236b09f8d70071b0552d | |
1878 Author: Roberto E. Vargas Caballero <[email protected]> | |
1879 Date: Fri, 1 Nov 2019 11:46:08 +0100 | |
1880 | |
1881 [ld] Link objects in a list | |
1882 | |
1883 Objects were not linked, which meant that was impossible to run | |
1884 over the list of object files. We insert at the end of a list | |
1885 because it keeps the order in which the objects were discovered | |
1886 in the command line. | |
1887 | |
1888 </content> | |
1889 </entry> | |
1890 <entry> | |
1891 <id>03b5aecd77d410af75c8236b09f8d70071b0552d</id> | |
1892 <published>2019-11-01T10:40:14Z</published> | |
1893 <updated>2019-11-01T10:51:41Z</updated> | |
1894 <title type="text">[ld] Recover pass2</title> | |
1895 <link rel="alternate" type="text/html" href="commit/03b5aecd77d410af75c8… | |
1896 <author> | |
1897 <name>Roberto E. Vargas Caballero</name> | |
1898 <email>[email protected]</email> | |
1899 </author> | |
1900 <content type="text">commit 03b5aecd77d410af75c8236b09f8d70071b0552d | |
1901 parent e8e24d5c05305a29469c5e339f8674718e943b3d | |
1902 Author: Roberto E. Vargas Caballero <[email protected]> | |
1903 Date: Fri, 1 Nov 2019 11:40:14 +0100 | |
1904 | |
1905 [ld] Recover pass2 | |
1906 | |
1907 Pass2 was disabled with the big rewrite of libmach. This patch | |
1908 enables the code code again but further changes are needed. | |
1909 | |
1910 </content> | |
1911 </entry> | |
1912 <entry> | |
1913 <id>e8e24d5c05305a29469c5e339f8674718e943b3d</id> | |
1914 <published>2019-10-28T22:22:02Z</published> | |
1915 <updated>2019-10-28T22:22:02Z</updated> | |
1916 <title type="text">[libc/i386] Remove not implemented targets</title> | |
1917 <link rel="alternate" type="text/html" href="commit/e8e24d5c05305a29469c… | |
1918 <author> | |
1919 <name>Roberto E. Vargas Caballero</name> | |
1920 <email>[email protected]</email> | |
1921 </author> | |
1922 <content type="text">commit e8e24d5c05305a29469c5e339f8674718e943b3d | |
1923 parent c89ab64d18b7448a0407244b67cfc11f7d6b85f1 | |
1924 Author: Roberto E. Vargas Caballero <[email protected]> | |
1925 Date: Mon, 28 Oct 2019 23:22:02 +0100 | |
1926 | |
1927 [libc/i386] Remove not implemented targets | |
1928 | |
1929 These targets are not implemented now, so it does not make sense | |
1930 to have these directories in the filesystem. | |
1931 | |
1932 </content> | |
1933 </entry> | |
1934 <entry> | |
1935 <id>c89ab64d18b7448a0407244b67cfc11f7d6b85f1</id> | |
1936 <published>2019-10-28T22:17:57Z</published> | |
1937 <updated>2019-10-28T22:17:57Z</updated> | |
1938 <title type="text">[libc] Simplify _getheap() in posix</title> | |
1939 <link rel="alternate" type="text/html" href="commit/c89ab64d18b7448a0407… | |
1940 <author> | |
1941 <name>Roberto E. Vargas Caballero</name> | |
1942 <email>[email protected]</email> | |
1943 </author> | |
1944 <content type="text">commit c89ab64d18b7448a0407244b67cfc11f7d6b85f1 | |
1945 parent 47156bbbbd6da382601e384354bb5a07a526c19f | |
1946 Author: Roberto E. Vargas Caballero <[email protected]> | |
1947 Date: Mon, 28 Oct 2019 23:17:57 +0100 | |
1948 | |
1949 [libc] Simplify _getheap() in posix | |
1950 | |
1951 Almost all the POSIX system have the symbol end, so the simplest way | |
1952 to define _getheap is to use end. If some system does not support | |
1953 end then it can use _brk() or some other form. | |
1954 | |
1955 </content> | |
1956 </entry> | |
1957 <entry> | |
1958 <id>47156bbbbd6da382601e384354bb5a07a526c19f</id> | |
1959 <published>2019-10-22T04:34:41Z</published> | |
1960 <updated>2019-10-22T04:37:22Z</updated> | |
1961 <title type="text">Add install script</title> | |
1962 <link rel="alternate" type="text/html" href="commit/47156bbbbd6da382601e… | |
1963 <author> | |
1964 <name>Roberto E. Vargas Caballero</name> | |
1965 <email>[email protected]</email> | |
1966 </author> | |
1967 <content type="text">commit 47156bbbbd6da382601e384354bb5a07a526c19f | |
1968 parent cbb12aac57c4df5f1ef0ccb3650d35659686fa58 | |
1969 Author: Roberto E. Vargas Caballero <[email protected]> | |
1970 Date: Tue, 22 Oct 2019 06:34:41 +0200 | |
1971 | |
1972 Add install script | |
1973 | |
1974 This script makes easier to install scc because | |
1975 there is a proto file that specifies the list | |
1976 of files to be installed and the permisions of | |
1977 every file. | |
1978 | |
1979 </content> | |
1980 </entry> | |
1981 <entry> | |
1982 <id>cbb12aac57c4df5f1ef0ccb3650d35659686fa58</id> | |
1983 <published>2019-10-22T03:24:16Z</published> | |
1984 <updated>2019-10-22T03:24:16Z</updated> | |
1985 <title type="text">Fix PREFIX handling</title> | |
1986 <link rel="alternate" type="text/html" href="commit/cbb12aac57c4df5f1ef0… | |
1987 <author> | |
1988 <name>Roberto E. Vargas Caballero</name> | |
1989 <email>[email protected]</email> | |
1990 </author> | |
1991 <content type="text">commit cbb12aac57c4df5f1ef0ccb3650d35659686fa58 | |
1992 parent 5b3b40d46458f6599e47683ec11e67e5b4e96ede | |
1993 Author: Roberto E. Vargas Caballero <[email protected]> | |
1994 Date: Tue, 22 Oct 2019 05:24:16 +0200 | |
1995 | |
1996 Fix PREFIX handling | |
1997 | |
1998 PREFIX was not passed to other parts of the build system, | |
1999 so it was not possible to use it. | |
2000 | |
2001 </content> | |
2002 </entry> | |
2003 <entry> | |
2004 <id>5b3b40d46458f6599e47683ec11e67e5b4e96ede</id> | |
2005 <published>2019-10-08T17:49:49Z</published> | |
2006 <updated>2019-10-08T17:54:00Z</updated> | |
2007 <title type="text">Fixed error message(s) wording</title> | |
2008 <link rel="alternate" type="text/html" href="commit/5b3b40d46458f6599e47… | |
2009 <author> | |
2010 <name>Eddie Thieda</name> | |
2011 <email>[email protected]</email> | |
2012 </author> | |
2013 <content type="text">commit 5b3b40d46458f6599e47683ec11e67e5b4e96ede | |
2014 parent 4533b8d7703c036ef84fcabd94a5b288209ade0a | |
2015 Author: Eddie Thieda <[email protected]> | |
2016 Date: Tue, 8 Oct 2019 13:49:49 -0400 | |
2017 | |
2018 Fixed error message(s) wording | |
2019 | |
2020 </content> | |
2021 </entry> | |
2022 <entry> | |
2023 <id>4533b8d7703c036ef84fcabd94a5b288209ade0a</id> | |
2024 <published>2019-10-08T10:44:18Z</published> | |
2025 <updated>2019-10-08T10:44:18Z</updated> | |
2026 <title type="text">[cc] Only warn about unexpected internal failures</ti… | |
2027 <link rel="alternate" type="text/html" href="commit/4533b8d7703c036ef84f… | |
2028 <author> | |
2029 <name>Quentin Rameau</name> | |
2030 <email>[email protected]</email> | |
2031 </author> | |
2032 <content type="text">commit 4533b8d7703c036ef84fcabd94a5b288209ade0a | |
2033 parent ac80bb6fe0091250d49c49199750f82a0d48b89e | |
2034 Author: Quentin Rameau <[email protected]> | |
2035 Date: Tue, 8 Oct 2019 12:44:18 +0200 | |
2036 | |
2037 [cc] Only warn about unexpected internal failures | |
2038 | |
2039 </content> | |
2040 </entry> | |
2041 <entry> | |
2042 <id>ac80bb6fe0091250d49c49199750f82a0d48b89e</id> | |
2043 <published>2019-10-07T20:52:32Z</published> | |
2044 <updated>2019-10-07T21:08:41Z</updated> | |
2045 <title type="text">[cc] Fix default include paths</title> | |
2046 <link rel="alternate" type="text/html" href="commit/ac80bb6fe0091250d49c… | |
2047 <author> | |
2048 <name>Quentin Rameau</name> | |
2049 <email>[email protected]</email> | |
2050 </author> | |
2051 <content type="text">commit ac80bb6fe0091250d49c49199750f82a0d48b89e | |
2052 parent 69d169d3fa91fbc66fe2bef9610b43393069c9c8 | |
2053 Author: Quentin Rameau <[email protected]> | |
2054 Date: Mon, 7 Oct 2019 22:52:32 +0200 | |
2055 | |
2056 [cc] Fix default include paths | |
2057 | |
2058 </content> | |
2059 </entry> | |
2060 <entry> | |
2061 <id>69d169d3fa91fbc66fe2bef9610b43393069c9c8</id> | |
2062 <published>2019-10-07T20:46:36Z</published> | |
2063 <updated>2019-10-07T21:08:41Z</updated> | |
2064 <title type="text">[cc] Finalize temporary buffer in path()</title> | |
2065 <link rel="alternate" type="text/html" href="commit/69d169d3fa91fbc66fe2… | |
2066 <author> | |
2067 <name>Quentin Rameau</name> | |
2068 <email>[email protected]</email> | |
2069 </author> | |
2070 <content type="text">commit 69d169d3fa91fbc66fe2bef9610b43393069c9c8 | |
2071 parent 9ac16f7a1c84641109ea15c4a7c7dca8c489bff9 | |
2072 Author: Quentin Rameau <[email protected]> | |
2073 Date: Mon, 7 Oct 2019 22:46:36 +0200 | |
2074 | |
2075 [cc] Finalize temporary buffer in path() | |
2076 | |
2077 </content> | |
2078 </entry> | |
2079 <entry> | |
2080 <id>9ac16f7a1c84641109ea15c4a7c7dca8c489bff9</id> | |
2081 <published>2019-10-07T20:29:22Z</published> | |
2082 <updated>2019-10-07T21:08:38Z</updated> | |
2083 <title type="text">[cc] Initialize counter to 0 in path()</title> | |
2084 <link rel="alternate" type="text/html" href="commit/9ac16f7a1c84641109ea… | |
2085 <author> | |
2086 <name>Quentin Rameau</name> | |
2087 <email>[email protected]</email> | |
2088 </author> | |
2089 <content type="text">commit 9ac16f7a1c84641109ea15c4a7c7dca8c489bff9 | |
2090 parent 2fcf0e895e2bd5f1676f492af4b1ad4a772a2171 | |
2091 Author: Quentin Rameau <[email protected]> | |
2092 Date: Mon, 7 Oct 2019 22:29:22 +0200 | |
2093 | |
2094 [cc] Initialize counter to 0 in path() | |
2095 | |
2096 </content> | |
2097 </entry> | |
2098 <entry> | |
2099 <id>2fcf0e895e2bd5f1676f492af4b1ad4a772a2171</id> | |
2100 <published>2019-10-07T20:03:06Z</published> | |
2101 <updated>2019-10-07T20:03:06Z</updated> | |
2102 <title type="text">[tests] Update shell scripts to new cc name and dir l… | |
2103 <link rel="alternate" type="text/html" href="commit/2fcf0e895e2bd5f1676f… | |
2104 <author> | |
2105 <name>Roberto E. Vargas Caballero</name> | |
2106 <email>[email protected]</email> | |
2107 </author> | |
2108 <content type="text">commit 2fcf0e895e2bd5f1676f492af4b1ad4a772a2171 | |
2109 parent 6cf29c17ac9d7e4a35272b60dd86f200be33389e | |
2110 Author: Roberto E. Vargas Caballero <[email protected]> | |
2111 Date: Mon, 7 Oct 2019 22:03:06 +0200 | |
2112 | |
2113 [tests] Update shell scripts to new cc name and dir layout | |
2114 | |
2115 </content> | |
2116 </entry> | |
2117 <entry> | |
2118 <id>6cf29c17ac9d7e4a35272b60dd86f200be33389e</id> | |
2119 <published>2019-10-06T20:08:00Z</published> | |
2120 <updated>2019-10-07T20:02:24Z</updated> | |
2121 <title type="text">[cc] Rename scc executable to cc</title> | |
2122 <link rel="alternate" type="text/html" href="commit/6cf29c17ac9d7e4a3527… | |
2123 <author> | |
2124 <name>Roberto E. Vargas Caballero</name> | |
2125 <email>[email protected]</email> | |
2126 </author> | |
2127 <content type="text">commit 6cf29c17ac9d7e4a35272b60dd86f200be33389e | |
2128 parent fe5a501cb8debef6f049dbe28dd6674483bafaf1 | |
2129 Author: Roberto E. Vargas Caballero <[email protected]> | |
2130 Date: Sun, 6 Oct 2019 22:08:00 +0200 | |
2131 | |
2132 [cc] Rename scc executable to cc | |
2133 | |
2134 </content> | |
2135 </entry> | |
2136 </feed> |