[cc1] Fix character constants in macros
[cc1] Remove extra level of indentation in copymacro
[cc1] fix continue statement within do loop
[cc1] fix continue statement within while loop
[cc1] fix continue statement within for loop
[cc1] Accept variadic macro definitions
[cc1] Avoid calling atoi() in every macro parameter
[test] Import error tests from Andrew Chambers
[test] Move all the tests to execute
[test] Import new tests from Andrew Chambers
[cc1] fix off-by-one bug in getdefs
[cc1] Fix readline()
[cc1] Remove allocinput()
[cc1] Don't allocate INPUTSIZ buffers in macro expansion
[cc1] Fix continuation after macro expansion
[cc1] Add support for macro expansion in input buffers
[cc1] Fix popctx()
[cc1] Simplify popctx()
[cc1] Fix unlinkhash()
[cc1] Centralize hash selection
[cc1] Remove linksym()
[cc1] Make symbol table an ordered hash table again
[cc1] Add name to namespace enum
[cc1] Remove outdated bitfields
[cc1-qbe] Make long double equal to double
[cc1] Remove nextsym()
[cc1] Add a new hash table for cpp symbols
[cc1] Add fake version of __builtin_va_list
[cc1] Do not create id for cpp symbols
[cc1] Create deftype()
[cc1] Use NS_DUMMY instead of 0
[cc1] Add symbolic constants for dodcl()
[cc1] Do not create types in CPPMODE
[cc1] Fix #elif clauses
[cc1] Create deftype()
[cc1] Admits enum in emittype()
Fix some errors in README
[cc1] Small whitespace change
[cc1] Fix bug in field()
[cc1] Fix initialization order
[cc1] Update tests after commits 7aa488d 62ecef1
[cc1] Remove the circular double list of types
[cc1] Remove lazy printout of types
[cc1] Rewrite mktype()
[cc1] Do not allocate enum types in the hash
[cc1] Free the types defined in functions
[cc1] Use circular double list for hash collisions
[cc1] Update cc1/tests after last changes
[cc1] Update chktest.sh to use cc1-z80
[cc1] Small white space change
Revert "[cc2] Minimal fix for type symbols"
Revert "Untrack config.mk and provide a default"
[driver] link with no-pie until we have our linker
[cc1] Add an explicit message to void main() diagnostic
[cc1] Add the name of the field in error messages
[tests] Add compose.sh
Untrack config.mk and provide a default
[cc2] Minimal fix for type symbols
[cc1] Update void main() diagnostic
[cc1-amd64] Fix size_t type for amd64 backend
[cc1] Fix size_t type for qbe backend
config.mk: add a comment about default C standard
[cc2-qbe] Fix ext instruction for w
[libc] Fix commit 9efb947
[cpp] adjust __STDC_VERSION__ depending on cstd.h
Replace sizes.h with cstd.h
Makefile: remove unused include path arch/$(ARCH)
[cc1] Small whitespace change
[libc-amd64] Add stdarg.h
Merge branch 'master' of ssh://suckless.org/gitrepos/scc
[libc] Add stdint.h
Merge remote-tracking branch 'origin/master'
[cc1] Add basic cupport for bit fields
[cc1] Remove macro in field()
[cc1] Output array sizes in hex
Makefiles: build a binary for each arch target
Makefile: remove unnecessary mkdir bin/
[driver] fix temporary object generation for old POSIX
Revert "[cc2] Fix the order of elements of decl"
Add sccsid strings
Give priority to environment in clean
[cc1] Call to typesize() in all the defined types
[cc1] Change name of variable in typesize()
[cc2] Fix the order of elements of decl
driver: use cc{1,2}-ARCH as default target
Remove bin/README
Avoid whitespace in ARCH = qbe
Use ln instead of cp
Fix install target of Makefile
Move ARCHS to config.mk
[cc1] Small cosmetic change in the Makefile
Remove multi targets in Makefile
[cc2] Remove dependency in common objects to arch.h
[cc1] Remove arch.h
[cc1] Remove RANK_INT from arch.h
[cc1] Reduce the number of items in arch.h
[cc2] fix symbol hashing of TMPSYM
Makefile: remove inc/size.h on distclean
config.mk: change default targets to qbe with c99