[libc-amd64-linux] Map _Exit() to SYS_EXIT
[libc] Add syscall.h
[libc-amd64-linux] Add more syscalls
[libc] add malloc, calloc, realloc, free
[cc1] Fix limits checking in functions declaration
[libc] Fix exit() and atexit()
[libc] Fix exit()
[libc] Define AS for Makefiles
Add missed .POSIX in Makefiles
[libc-amd64-linux] Add syscall script
Change .as extension to .s
[crt-amd64-linux] Fix main,exit types
[tests] Improve Makefile infrastructure
[tests] Add basic test for float constants.
[tests] Add test for empty parameters in macros
[cc1] Add TODO in identity()
[cc1] Remove not used variable in funbody()
[tests] Add scripts to run error tests
[tests] Unmark 0057-duff.c as TODO
[tests] Execute all the tests always
[cc1] Remove unused label in string()
[cc1] Fix size of infileln in addinput()
[cc1] Fix correct variable in folduint() DBG statement
[cc1] Fix null()
[cc1] Remove not used variables
[cc1] Use u variable in emitconst()
[cc1] Rearrange fields of struct type
[cc1] Remove non used variable in pop()
[cc1] Fix TFUNDEF value
[tests] Add test for function declarations
[cc1] Fix function prototype declaration
[libc] Fix 96412d commit
[cc1] Move identifier() before fundcl()
[libc] Add macro implementation of printf
Fix commit aa087c6f7
[libc] Undef all the libc symbols before the implementation
[libc] Add skeleton of vfprintf()
[libc] Fix touper() and tolower()
Remove subshell in Makefile
[cc1] Fix bug in dumpstab()
[libc] Add exit() and atexit()
[crt] add amd64-linux crt
Makefile: add a libc target
[libc] Correct style in strcspn
[libc] Fix typo in strcoll and strncmp (cf 8460493)
[tests] Improve error test for void parameter
[libc] Fix typo in strncmp
[cc2-qbe] fix bitwise complement operation
[libc] Avoid overflow on INT_MIN in atoi()
[cc1] Move ns to struct declarators
[tests] Add more tests
[cc1] Rewrite function declaration code
[tests] Mark with TODO the known failed tests
[cc1] Fix install()
[cc1] Remove unneeded inclusion in decl.c
[libc] Remove default case in atoi()
[cc1] Move print of #line to cpp
[cc1] Add debug information to pushctx() and popctx()
[libc] Add atoi
Change default build to debug
[cc1] Move concatenation of strings to primary()
[libc] Fix typo in strcmp
[libc] Define NULL in common headers
[libc] Add rand()
[libc] Move strtok at the end of string object list
[libc] Add extern keyword in locale.h
[tests] Add strpbr()
[libc] Add strcspn()
[libc] Add strspn()
[libc] Add strstr()
[tests] Add test 0118-voidmain.c
[libc] Use __USE_MACROS in ctype.c
Change cpp to scpp
[libc] Add ctype.o to the Makefile
[libc] Fix toupper()
[cc1] Fix pointer substraction with void*
[cc1] Set base type of voidtype
Remove cpp in uninstall
[libc] Sync src definitions to headers declarations
[tests] Add *.as to clean rule
[tests] Add 0117-pointarith.c
[tests] Add 0116-floatcmp.c
[tests] Add clean rule in execute/Makefile
[cc1] Fix pcompare() with NULL operands
[cc1] Fix comparisions
[cc1] Remove old bits from anciant times
[cc1] Fix cast between pointers and ints
[libc] Fix size_t size accross architectures
[cc1] Fix pcompare() with NULL operands
[libc] Add strtok.c