Convert arithmetic() to use new type fields
Convert parithmetic() to use new type fields
Interchange integeruop() and numericaluop()
Convert integerop(), numericaluop() and integeruop() to new type fields
Add name of the test in test.log
Implement type rules in ternary operator
Add arith and integer flags to type
Move expect() in arguments()
Rewrite promote() using the rules in C99
Remove TINT field in limits struct
Add test for bug parsing typenames in structs
Fix small typo in cc1/lex.c
Simplify escape()
Avoid multiple message errors in Case()
Convert errors in Case() in semantic errors
Merge remote-tracking branch 'origin/master'
Convert orphaned break and continue into semantic error
Move .POSIX to the beginning of Makefiles
Merge remote-tracking branch 'suckless/master'
Fix static initializers
Remove CPPFLAGS from Makefiles
Fix character sequences
Remove cpp in make clean
Simplify cc1/tests/chktest.sh
Simplify cc1/tests/update.sh
Do not allow empty file names in include directives
Do not recover in arguments()
Fix escape sequences parsing
Fix update.sh
Update tests after commit d334481
Fix grammar error in stmtexp()
Accept list of tests in update.sh
emitcast: fix format string, actually use second parameter
Update cc1/TODO
Mark test038 as not passed
The most portable solution in the world
Use isdigit() in readint()
Fix comment in types.c
Admit & with functions
Add test for integer constants
Force to use long long in emitconst
Fix cast between integer constants
Fix conversion of hexadecimal constants
Fix readint()
Add basic test for tentative definitions
Add basic test for sizeof
Add test for Duff device
Add basic test for enumerations
Add basic test for incomplete structs
Remove unneeded variable in addmacro()
Fix output of string in only cpp mode
Merge remote-tracking branch 'origin/master'
Fix definition of macros with -D
Add option -D option to cc1
Fix notdefined()
Ignore leading / in the name of cc1/cpp
Force creatin of cpp
Emit #lines when it is needed in the cpp output
Fix name of cpp in Makefile
Accept cpp as alternative name for cc1
Update usage string in cc1
Pretty print strings in cpp mode
Emit newlines in onlycpp mode
Add basic test for defined() in #if
Fix defined() parsing
Add support for define() in #if
Merge remote-tracking branch 'suckless/master'
Move keyword initialization to more specific places
Split initialization of keywords
Fix DBGON when NDEBUG is defined
Add TODO in fold.c
Add test for special characters in macro definition
Add test for concatenation in the preprocessor
Add optional parameter to update.sh
Protect @ and $ in strings when expand macros
Add flag to enable/disable debug in debug compilation
Add support for ## preprocessor operator
Emit enum constants
Remove delmacro()
Add basic test for vararg functions
Add flag -I and convert test001.c into an actual "hello world"
Rename kcc script to scc
Merge remote-tracking branch 'origin/master'
Add test for nested macro expansion
Small style change in lookup()
Fix nextsym()
Add better debug output in dumpstab
Add test for nested expansion in macros
Mark as used parameters in macro invocations
Add basic test for macro argument stringizer
Install parameter macros in the symbol table
Add test for predefined cpp macros
Rewrite defmacro()
Add test for ifdef/ifndef
Check if the symbol is declared in unlinkhash()
Disable cc2 in the main Makefile