tests/ld: Supress ar message
cc1: Add support for the escape sequence \b
cc1: Remove unused variable
tests/ld: Remove messages because ld is a WIP
strip: Fix error handling in doit()
tests: Fix skip conditions
libc: Fix pointer types in setvbuf()
tests: Show a summary at the top level
tests: Make easier to execute the full set of tests
as: Initialize nvar variable
as: Use an addional array for ins list
as: Force C locale when sorting
libc: Fix all the constness problems
tests/ar: Simplify chktest.sh
BUGS: Remove outdated comments about sbase
BUGS: Remove outdated comment about signal functions
cc2/qbe: Update qbe to follow upstream
Merge remote-tracking branch 'origin/master'
tests/cc: Add 0209-flexible.c
cc1: Add support for flexible array members
tests/cc: Add 0209-dowhile.c
cc1: Expect semicolon after do-while
cc1: Simplify unary()
tests/cc: Enable 0179-sizeof.c
cc1: Accept casts in sizeof expressions
cc1: Simplify unary() and cast()
cc1: Simplify address()
cc1: Detect decay'ed expressions in sizeof()
cc1: Remove xexpr() and xassign()
cc1: Add debug information about decay
tests/cc: Add 0208-sizeof.c
Merge remote-tracking branch 'origin/master'
cc1: Accept () in primary()
cc1: Improve errors in typedef'ed function types
test/cc: Add 0207-structcb
cc1: Add prefix to DBG messages
cc1: Don't pop context in typedef types
cc1: Don't remove warnings in typedef'ed functions
cc1: Fix expression evaluation order
cc1: Improve error message
cc1: Improve error handling in field()
libc: remove redundant semicolon
cc1: remove redundant semicolon
cc1: Fix initializer recursion protection
cc1: Remove incorrect comment
Merge remote-tracking branch 'origin/master'
driver/posix: Make easier to target a musl libc
driver/posix: Add support for LIBPREFIX
driver/posix: Remove unneeded SYSLST
driver/posix: Add a template for ld execution
driver/posix: Don't free in error
driver/posix: Create ld tool at the end
driver/posix: Pass -s to ld
Merge remote-tracking branch 'origin/master'
driver/posix: Add support for crt begin and crt end
cc1: Accept empty parameters in macros
cc1: Reject macro expansion with parenthesis
cc1: Fix hideset implementation
cc1: Allocate macro input before copying definition
cc1: Remove unused variable in expandarg()
libc: Add tmpfile() for posix
libc: Simplify tmpnam()
git: Update .gitignore to new suffixes
build: Simplify configurations
libc: Isolate compilation from different systems
libc: Pull atexit() buffer only when needed
libc: Don't use atexit() to flush streams
libc: add rename() syscall for amd64 linux and i386 linux
libc: don't set the error flag on string streams
libc: fix underflow in vsnprintf when size is 0
libc: stdio: add rename()
libc/obsd: Sync syscalls from linux/amd64
libc/obsd: Add access() and execve()
Merge remote-tracking branch 'origin/master'
libc/posix: Add system()
libc/linux: Add _access() syscall
libc: Add _fork() syscall
libc: Add _waitpid() syscall
libc: Sort arm/linux syscall.lst
libc: Add _execve() syscall in linux systems
libc: Whitespace change
libc: Add wait4() syscall in bsd alike systems
cc1: Allocate atleast one item for an arglist
libc: Supress warning in sys.h
libc: Fix _Exit() in arm and arm64
libc: Add _fork() syscall
libc: Add missed flags for dragonfly
libc/darwin: Supress warning in sys.h
libc: Add _access() macros
libc: Fix return value in strftime()
libc: Add some const poison to strftime()
libc: Return 0 when truncation in strftime()
libc: Correct time zone copy in strftime()
libc: Initialize internal fields in gmtime()
cc1: Do not use input->begin in loops
cc1: Move defined function to cpp.c
cc1: Add type parameter to addinput()
cc1: Pass a macro to addinput()
cc1: Simplify icpp()
cc1: Add Macro type