[driver] Remove TARGET macro
[driver] Fix name of scc library
[lib] Change libcc to libscc
Fix build in OpenBSD
Add SCCPREFIX instead of SCCEXECPATH
Chage makefile framework
[cc1] Fix initialization of unions
[tests] Add 0176-macro.c test
[cc1] Fix variable accidental removal in 4187be1
[tests] Move cc1/tests to tests/
Rewrite initializers
[cc1] Don't try to simplify an assignation
[cc1] Allow non constant initializers in scalar vars
[cc1] Add ONEG to the list of unary operators in simplify()
[cc1] Emit constant auto initalizers
[cc1] Avoid warning about not used in fields
[cc1] Add support for union designators in emit
[cc1] Optimize simplify()
[cc1] Move defined() logic to a function
[cc1] Rewrite null()
[cc1] Change memcpy to memmove in setloc()
[cc1] Add comment about possible error in foldunary()
[cc1] Simplify before testing in null()
[libc] Fix uninitialized counter in vfprintf
[tests] exit the script on error or interruption
[cc2-qbe] Fix emitconst
Add BUGS file
[tests] Add missed 0129-initi.c test
[cc2] Fix array overflow checks in parser.c
[cc1] Support nested parameter declarations
[tests] Add 0129-init.c to scc-tests.lst
[driver] Link against our crt, use ld instead of gcc
[driver] Use internal library path
[libc] Do not build libc on default target yet
[crt] Add crt to (un)install target
[crt] Implement {amd64,qbe}-openbsd and add dummies
[tests] Don't quote what doesn't need to be quoted
[libc] Fix sys assembly generating awk script
[cc1] Fix integer types ranges
[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