[cc2-qbe] Fix shifting operations
[cc2-qbe] Don't use b or h in function related things
[cc2] Add comments about flags meaning
[cc2-qbe] Do not copy meaningless flags in tmpnode()
[cc2-qbe] Fix void functions
[cc2-qbe] Fix calls using function pointers
[cpp] add support for C99 for-loop declaration
[cc1] Guard popctx() of dangling pointers in yylval.sym
[cc1] Add comment in popctx()
[cc2-qbe] Do not try to load functions
[cc2-qbe] Small stylistic change
[cc2-qbe] Initialize children pointers in tmpnode()
[cc2-qbe] fix OCOMMA operator
[cc2-qbe] Add SLOCAL case to symname()
[cc1] Fix /* */ comments parsing
[cc1] Fix relative inclusion
[cc1] Use newitem() in incdir()
[cc1] Improve error handling in string()
[cc1] Rewrite the input system
[cc1] Add aditional debug in fold.c
Remove first parameter of DBG()
[cc1] use for instead of while in main()
[cc1] Add type field to input structure
[cc1] Fix commit 04b94d8
[cc1] Add more comments about macro expansion and EOF
[cc1] Fix EOF in cpp mode
[cc1] Ue tok2str() in character()
[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'