aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Totally re-do how we build up the initializer tree: make theLinus Torvalds2005-04-076-97/+195
* Print out the proper filename on open failure.Linus Torvalds2005-04-073-3/+3
* Fix handling if "-I" switch.Linus Torvalds2005-04-071-7/+23
* Parse "nested" named or index initializers.Linus Torvalds2005-04-071-3/+11
* Make blob_alloc and blob_free functions in order to hide caddr_twelinder@troll.com2005-04-071-2/+16
* Teach cgcc about -Wbitwise and -Wtypesign.welinder@troll.com2005-04-071-1/+1
* Add "-Wtypesign" command line option.Linus Torvalds2005-04-073-8/+22
* Improve sign warnings a bit.Linus Torvalds2005-04-071-12/+15
* Fix replace_by_integer.welinder@troll.com2005-04-071-2/+2
* Complain about type differences in signedness.Linus Torvalds2005-04-071-3/+6
* Add "__builtin_warning()" builtin.Linus Torvalds2005-04-071-1/+57
* Getting the type of a symbol (and checking behind SYM_NODE) isLinus Torvalds2005-04-071-8/+4
* [PATCH] recovery from typeof on expression with bad typeAlexander Viro2005-04-071-2/+2
* Fix conditional expression evaluation bugletsLinus Torvalds2005-04-071-7/+8
* Fix shift size check and make warning more readable.Linus Torvalds2005-04-071-9/+13
* [PATCH] trivial ansi-c declearChristopher Li2005-04-071-1/+1
* Morten made us almost -Wwrite-strings clean. Go the extra mile.Linus Torvalds2005-04-073-6/+8
* Janitorial trivialities.welinder@darter.rentec.com2005-04-076-10/+10
* Fix up format string buglet found by the compiler.Linus Torvalds2005-04-071-1/+1
* Many files:welinder@darter.rentec.com2005-04-0714-200/+226
* symbol.h, symbol.c:welinder@troll.com2005-04-074-45/+67
* Reinstate non-ANSI warning for "int foo () { }".welinder@troll.com2005-04-071-2/+12
* More "union" trouble: don't look at ctype for non-NS_SYMBOL.Linus Torvalds2005-04-071-1/+1
* Move symbol "used" flag out from SYM_NODE union.Linus Torvalds2005-04-071-1/+1
* Sanitize base type declarations some more.Linus Torvalds2005-04-073-43/+45
* We need to initialize the type of the fundamental base types.Linus Torvalds2005-04-071-0/+1
* Remove "match_string_ident" now that nothing uses it.Linus Torvalds2005-04-072-11/+0
* [PATCH] make preprocesser command a symbolChristopher Li2005-04-074-39/+54
* Poison deleted ptr-list entries.Linus Torvalds2005-04-071-0/+1
* [PATCH] Use more simple/fast iteratorsChristopher Li2005-04-073-26/+17
* Add DELETE_CURRENT_PTR and REPLACE_CURRENT_PTR.Linus Torvalds2005-04-071-0/+16
* Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds2005-04-0711-69/+69
* Re-organize list access macros for easier expansion.Linus Torvalds2005-04-071-40/+62
* Fix "compile-i386.c" incestuous list internal knowledge.Linus Torvalds2005-04-071-1/+1
* Use the fast/simple list iterators in cases where we don'tLinus Torvalds2005-04-071-7/+5
* Mark the "entry" point in a function, and update it whenLinus Torvalds2005-04-072-7/+20
* Fix silly "first_basic_block()" typoLinus Torvalds2005-04-071-1/+1
* [PATCH] __attribute__((bitwise))Alexander Viro2005-04-077-25/+187
* [PATCH] parser.c cleanupAlexander Viro2005-04-071-57/+64
* [PATCH] evaluate_sign() typoAlexander Viro2005-04-071-1/+1
* [PATCH] uninlining inline functionsAlexander Viro2005-04-075-13/+46
* [PATCH] more on fixing dependencyChristopher Li2005-04-071-0/+3
* Add dependancy information for the new ident-list.hLinus Torvalds2005-04-071-1/+2
* [PATCH] avoid matching idents with string comparesChristopher Li2005-04-074-123/+87
* Merge troll.com:/scratch/welinder/linus-sparsewelinder@troll.com2005-04-072-4/+3
|\
| * symbol.c:welinder@troll.com2005-04-072-4/+3
* | Fix up silly typo that caused __builtin_constant_p not to work on FP constants.Linus Torvalds2005-04-071-1/+1
|/
* Make sure to handle TOKEN_STREAMEND even inside a false conditional.welinder@troll.com2005-04-071-11/+15
* Make elif_ignore also keep track of whether we have seen #else.welinder@troll.com2005-04-071-30/+42
* Encountering #warning or #error at the wrong spot means that the filewelinder@troll.com2005-04-071-0/+4