aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the example clients be under the OSL v1.1 too. Linus Torvalds2005-04-073-3/+9
* Start updating the copyright license comments to the OSL,Linus Torvalds2005-04-0716-18/+60
* Make the library look more like a library, preparing for switch-overLinus Torvalds2005-04-071-26/+32
* Make the license file be the OSL v1.1 with explanation ofLinus Torvalds2005-04-071-25/+180
* Evaluate initializer entry offsets, and add them back intoLinus Torvalds2005-04-073-19/+65
* Fix nested initializer evaluation (we should _not_Linus Torvalds2005-04-071-12/+4
* Evaluate structure and union initializers, including namedLinus Torvalds2005-04-072-3/+49
* Peter points out that the type masking shifts can overflowLinus Torvalds2005-04-071-2/+2
* Evaluate array initializers (type fixing and array indexLinus Torvalds2005-04-072-19/+28
* Print out the symbol name when we complain about re-declaring stuff withLinus Torvalds2005-04-071-1/+2
* Merge both node and array information at array degrade time.Linus Torvalds2005-04-072-2/+3
* Check for mismatched declarations using the new duplicateLinus Torvalds2005-04-071-0/+18
* Don't show bad expression types.Linus Torvalds2005-04-071-1/+1
* Oops. Bad scoping for iterators and switch() statements. We didn'tLinus Torvalds2005-04-074-4/+27
* Mark all function declarations automatically extern unless theyLinus Torvalds2005-04-071-1/+9
* The C type part and the preprocessor part of a symbol are supposedLinus Torvalds2005-04-071-23/+25
* Remove unused symbol list. We'll soon re-introduce it in another form,Linus Torvalds2005-04-072-9/+0
* Make arrays properly degenerate even if they are precededLinus Torvalds2005-04-071-34/+45
* Yeah, well... More typeof() tweaking.Linus Torvalds2005-04-072-8/+4
* Clean up silliness.Linus Torvalds2005-04-071-1/+0
* Whoops. More "typeof" confusion fixes.Linus Torvalds2005-04-071-7/+8
* Fix type merging at dereference evaluation time.Linus Torvalds2005-04-073-3/+6
* Make type warning messages more readable, and realizeLinus Torvalds2005-04-071-17/+9
* Fix typeof() type evaluation. I hope.Linus Torvalds2005-04-071-3/+23
* Get member access vs member pointer dereference types right.Linus Torvalds2005-04-071-5/+9
* Ignore MOD_TOPLEVEL and other "internal" modifiersLinus Torvalds2005-04-071-1/+2
* Make test-lexer output indentation.Linus Torvalds2005-04-071-3/+8
* Show expressions with no type as a separateLinus Torvalds2005-04-071-0/+8
* Make string constants evaluate as a proper array dereference.Linus Torvalds2005-04-071-4/+23
* We should _not_ look at the node modifiers/address_spaceLinus Torvalds2005-04-071-14/+6
* Make symbol addressing do something half-way sane.Linus Torvalds2005-04-073-1/+12
* Show switch- and case-statements in some half-way saneLinus Torvalds2005-04-071-9/+10
* Show if/label/asm statements in a saner format.Linus Torvalds2005-04-073-23/+61
* Show iterators and goto's properly as pseudo-assembler.Linus Torvalds2005-04-074-42/+47
* Turn 'break'/'continue' statements into goto's withLinus Torvalds2005-04-075-24/+43
* Don't warn about dereferences to noderef pointers - we don't know yetLinus Torvalds2005-04-071-10/+7
* Be much more careful about type evaluation for pointer addition,Linus Torvalds2005-04-071-14/+22
* Make symbol debugging print out the symbol address too.Linus Torvalds2005-04-071-2/+3
* Be more careful about checking for compatible pointer assignmentLinus Torvalds2005-04-071-36/+27
* Don't make the 'void' type point to itself. It confuses theLinus Torvalds2005-04-071-1/+1
* Fix up some address space evaluations. This is now alreadyLinus Torvalds2005-04-071-6/+18
* Hardcode "check.c" with enough pre-defines to work with myLinus Torvalds2005-04-071-0/+13
* Make type difference show size differences differentlyLinus Torvalds2005-04-071-1/+3
* Add "debug_symbol()" function that prints out the fullLinus Torvalds2005-04-072-0/+27
* Make sure that when we parse a pointer type, we properlyLinus Torvalds2005-04-071-0/+6
* Ignore sign differences for "same type". Make theLinus Torvalds2005-04-071-37/+51
* Fix up type warnings to point to the right position.Linus Torvalds2005-04-071-5/+8
* Fix the direct-call case. A call is a direct call if theLinus Torvalds2005-04-071-6/+18
* This should fix a macro argument expansion problem - we mark theLinus Torvalds2005-04-071-2/+2
* Add "check" program that just evaluates the tree and does nothingLinus Torvalds2005-04-072-1/+116