shithub: scc

RSS feed

7f794f63 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/20 12:21
Add more comments in README

2e2a465f – Quentin Rameau <quinq@fifth.space> authored on 2017/03/13 08:32
[driver] In cpp mode without pathname, read stdin

994ab1e0 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/11 07:05
[tests] Write file directly with ed in chktests.sh

dafcc146 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/10 11:13
[libc] Complete stdint.h

7fe70d06 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/10 06:50
[libc] Fix wchar_t definition in stddef.h

6b714366 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/10 05:30
[libc] Fix typo in sig_atomic_t definition

67f14db0 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/10 05:21
[libc] Fix ptrdiff_t definition signedness

cfbc2aa9 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/09 12:40
[libc] Add limits.h

64572153 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/09 10:25
[cc1] Fix boundary parameter in dodcl

a9a164fa – Quentin Rameau <quinq@fifth.space> authored on 2017/03/09 07:22
[libc] Fix typo in exit.c

63c62522 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/08 11:34
[libc] Fix sys Makefiles

c34552e1 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/13 09:01
[libc] Fix amd64 and i386 target name

dd4c403f – Quentin Rameau <quinq@fifth.space> authored on 2017/03/08 11:31
[libc] Move .s.o Makefile rule to config.mk

4895b182 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/14 04:03
[cc1] Fix small comment typo

3801b091 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 04:25
[cc1] Fix pragma line emitted by -E

39021320 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 04:21
[cc2-qbe] Remove AS operands related to CPL

71fbf8ad – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 04:15
[cc2-qbe] Remove int opeartions in float operands

d0a90a5a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 03:23
[tests] Add tests for k&r functions with default int

5452a740 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 03:22
[tests] Remove chk file at the end of test/chktest.sh

51a3860d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 03:21
[tests] Fix error/chktest.sh

2a5f32b8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/09 01:41
[cc1] Warn in default int of k&r parameters

563f6cff – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 10:16
[libc] Don't use _ctype symbol

45871c6d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 10:02
[libc] Add implementation of sbrk()

51ee6bb3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 05:39
[libc-qbe-linux] Copy sys directory from amd64-linux

c53fa30a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 05:34
[libc] Add support for multisystem

5ab53092 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 05:31
[libc-amd64-linux] Map _Exit() to SYS_EXIT

d9f166d2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 01:54
[libc] Add syscall.h

4fc08c89 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/08 01:35
[libc-amd64-linux] Add more syscalls

5cc01871 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/03 13:24
[libc] add malloc, calloc, realloc, free

916a4ec7 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/07 07:03
[cc1] Fix limits checking in functions declaration

e60ffe8d – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/07 15:56
[libc] Fix exit() and atexit()

020a6282 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/07 15:31
[libc] Fix exit()

eba17d80 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/07 04:37
[libc] Define AS for Makefiles

c598dd38 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/07 05:42
Add missed .POSIX in Makefiles

f07e2990 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/07 03:43
[libc-amd64-linux] Add syscall script

63818ff6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/07 03:42
Change .as extension to .s

f5f30862 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 12:05
[crt-amd64-linux] Fix main,exit types

35d34bbb – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 11:43
[tests] Improve Makefile infrastructure

529d80a3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 11:02
[tests] Add basic test for float constants.

401f8a32 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 11:00
[tests] Add test for empty parameters in macros

b163cce9 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 10:51
[cc1] Add TODO in identity()

3aab523c – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 10:50
[cc1] Remove not used variable in funbody()

e4f0fe72 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 10:42
[tests] Add scripts to run error tests

339c577e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 09:56
[tests] Unmark 0057-duff.c as TODO

e17b6851 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 09:54
[tests] Execute all the tests always

836892f7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 09:24
[cc1] Remove unused label in string()

48516d8a – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 09:23
[cc1] Fix size of infileln in addinput()

91fed4f4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 09:22
[cc1] Fix correct variable in folduint() DBG statement

4a958ed6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 08:42
[cc1] Fix null()

82383606 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 08:41
[cc1] Remove not used variables

b0b81726 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 08:40
[cc1] Use u variable in emitconst()

709d86f7 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 08:39
[cc1] Rearrange fields of struct type

05003b31 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 08:21
[cc1] Remove non used variable in pop()

eddc03b3 – Lucas Gabriel Vuotto <lvuotto92@gmail.com> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/03/06 04:17
[cc1] Fix TFUNDEF value

cd64376e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 08:03
[tests] Add test for function declarations

f515b0a6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/06 03:10
[cc1] Fix function prototype declaration

c8e83b59 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/05 14:40
[libc] Fix 96412d commit

18b754a0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/05 00:48
[cc1] Move identifier() before fundcl()

f3055381 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/04 07:57
[libc] fix exit

8e60c90f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/04 07:57
[libc] Add macro implementation of printf

1b5b0926 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/04 07:39
Fix commit aa087c6f7

51ab7caf – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/04 03:01
[libc] Undef all the libc symbols before the implementation

54374eb1 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/04 02:19
[libc] Add skeleton of vfprintf()

7599d1a8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/03 14:30
[libc] Fix touper() and tolower()

f8e18c25 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/03 13:13
Remove subshell in Makefile

563304a2 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/01 12:06
[cc1] Fix bug in dumpstab()

11845819 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/01 11:56
[libc] Add exit() and atexit()

de09cc39 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/03/02 15:34
[crt] add amd64-linux crt

d0a1eae3 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/02 10:11
[libc] Fix isblank

51080ade – Quentin Rameau <quinq@fifth.space> authored on 2017/03/02 08:24
Makefile: add a libc target

c9b19f29 – Quentin Rameau <quinq@fifth.space> authored on 2017/03/02 05:34
[libc] Fix stdint.h

c0021447 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/27 10:57
[libc] Correct style in strcspn

b3732c89 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/27 10:55
[libc] Fix typo in strcoll and strncmp (cf 8460493)

982d98d6 – Quentin Rameau <quinq@fifth.space> authored on 2017/02/27 03:26
[tests] Improve error test for void parameter

1d246cbf – Christopher M. Graff <cm0graff@gmail.com> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/28 06:56
[libc] Fix typo in strncmp

20deb5cd – Quentin Carbonneaux <quentin@c9x.me> authored and Roberto E. Vargas Caballero <k0ga@shike2.com> committed on 2017/02/27 06:18
[cc2-qbe] fix bitwise complement operation

022532e3 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/27 03:37
[libc] Avoid overflow on INT_MIN in atoi()

849b7a5e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/27 01:33
[cc1] Move ns to struct declarators

88aee8a4 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 13:30
[tests] Add more tests

2cd872bc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 11:57
[cc1] Rewrite function declaration code

45376df5 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 07:35
[tests] Mark with TODO the known failed tests

51850809 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 06:59
[cc1] Fix install()

0bab8ee8 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/26 04:09
[cc1] Remove unneeded inclusion in decl.c

c8a370bc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/25 00:24
[libc] Remove default case in atoi()

3a12c295 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/24 14:53
[cc1] Move print of #line to cpp

fbd8dfe6 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/24 01:03
[cc1] Add debug information to pushctx() and popctx()

b44a95b8 – Christopher M. Graff <cm0graff@gmail.com> authored and Quentin Rameau <quinq@fifth.space> committed on 2017/02/24 00:53
[libc] Add atoi

cb31a80e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/24 00:57
Change default build to debug

598c09bd – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 16:25
[cc1] Move concatenation of strings to primary()

4a695da3 – cmgraff <cm0graff@gmail.com> authored and Quentin Rameau <quinq@fifth.space> committed on 2017/02/23 07:53
[libc] Fix typo in strcmp

f0c283da – Quentin Rameau <quinq@fifth.space> authored on 2017/02/23 15:02
[libc] Define NULL in common headers

ba40e25f – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 14:25
[libc] Add rand()

d9404506 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 12:05
[libc] Move strtok at the end of string object list

fb0ceb96 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:39
[libc] Add extern keyword in locale.h

5689ef4e – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:39
[tests] Add strpbr()

fe11ef11 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:20
[libc] Add strcspn()

84af3abc – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 11:19
[libc] Add strspn()

cc41bb23 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 10:16
[libc] Add strstr()

05484c95 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 10:00
[tests] Add test 0118-voidmain.c

a02f6ec0 – Roberto E. Vargas Caballero <k0ga@shike2.com> authored on 2017/02/23 09:55
[libc] Use __USE_MACROS in ctype.c

Next