[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
Revert "[libc] Implement ctype function-style"
[driver] Add -d option to print buildchain errors
[cc2-qbe] fix sign/zero extensions
[tests] Update scc-tests.lst after cd855
[cc1] Remove old time bits from types
[cc1] Don't fold OPTR OADDR if it would change the type
Update LICENSE file
[libc] Protect va_list functions in stdio.h
[libc] Implement ctype function-style
[libc] Fix memcmp return value
[cc1] Fix multiple void function parameter check
[cc1] ansifun: minor style change
[cc1] Fix debug declaration
[cc1] Do it like gcc. Fix -M output.
[driver] Discard error messages not from cc1
[cc2] Add missing * case to assign subop
[libc] Add stddef in the implementation of setlocale
[libc] Implement ctype functions
[cc1] Change utf8 character
[cc1] Fix inferred array sizes
[cc2-qbe] Fix generated qbe for ternary expressions
[libc] Add architecture dependant part of signal.h
[libc] Add stddef.h
[libc] Update stdlib.h from c99 standard text
[libc] Update stdio.h from the c99 text
Revert "[libc] Use a counter in strlen"
[libc] Fix strcmp() and strcoll()
[libc] Don't call to __assert always