[libc] Fix Makefiles until POSIX supports -include
[libc] Improve Makefile system using dynamic list
Add more comments in README
[driver] In cpp mode without pathname, read stdin
[tests] Write file directly with ed in chktests.sh
[libc] Fix wchar_t definition in stddef.h
[libc] Fix typo in sig_atomic_t definition
[libc] Fix ptrdiff_t definition signedness
[cc1] Fix boundary parameter in dodcl
[libc] Fix typo in exit.c
[libc] Fix amd64 and i386 target name
[libc] Move .s.o Makefile rule to config.mk
[cc1] Fix small comment typo
[cc1] Fix pragma line emitted by -E
[cc2-qbe] Remove AS operands related to CPL
[cc2-qbe] Remove int opeartions in float operands
[tests] Add tests for k&r functions with default int
[tests] Remove chk file at the end of test/chktest.sh
[tests] Fix error/chktest.sh
[cc1] Warn in default int of k&r parameters
[libc] Don't use _ctype symbol
[libc] Add implementation of sbrk()
[libc-qbe-linux] Copy sys directory from amd64-linux
[libc] Add support for multisystem
[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()