[as] Fix next() return code
[as] Add symbol type
[as] Add the ABS segment
[cc1] Avoid inclusion of stdio.h in every file
[as] Add parser.c
[as-x86] Add RET instruction
[as] Allow instructions without arguments
[as-x86] Update list of instructions not implemented
[as] Move pack() to emit.c
[as] Autogenerate list of formats
[as] Use a common regex language
[as] Add support for data definitions
[as] Add skeleton for amd64
[as] Remove useless SEXEC
[as] Add address overflow check
[as] Add support for multi sections
[as] Improve isect()
[as] Remove Bucket structure
[as] Add libdir generation
[as] Add first version of a target assembler
[as-x86] Import nasm ins table
[tests] Force to use hard tabs
Remove header comments about the license
[cc1] Remove PASSTHROUGH comments
Add a manpage for scc.
Makefile: remove the / between DESTDIR and PREFIX
[driver] Fix devnullfd initialisation
[cc1] Change comment for void [] arrays
[cc2] Fix typo in qbe_amd64-sysv/target.mk
Makefile: do not process include/ yet
[cc1+cc2] Initial work needed for qbe_arm64
[cc1] Forbid array of voids
[driver] Improve message error generation
[driver] Fix library generation rule
[crt+driver] Set the same path in driver and in crt gendep.sh
[driver] Add internal error to any tool not controlled by scc
[driver] Increase the size of valid commands
[driver] Add complex logic to determine if qbe is needed
[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