[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
[libc] Use AR variable in the Makefile
[tests] Add 0114-shortassig.c
[libc] Add supports for strxfrm()
[cc1] Clear SEXTERN for global symbols previously declared as extern
Only add to localtypes if curfun is set
[cc1] Support out of order unlink in unlinkhash()
[cc1] Move labels to a different hash table
[libc] Remove old definition of FILE from qbe/stdio.h
[cc1] Install symbols in directdcl()
[cc1] Add asserts in hash removals so that broken invariants are obvious
[cc1] Change the hash algorithm used
[cc1] Remove old code from newsym()
Revert "[tests] Update scc-tests.lst after cd855"
[cc2-qbe] fix inverted shifting operations
[cc1] Pass table as parameter to dumpstab()
[libc] Add definition of stdin, stderr and stdout to stdio.h
[libc] Add fpost_t to stdio.h
[libc] Add wchar_t to stdlib.h
[libc] Add div_t, ldiv_t and lldiv_t to stdlib.h