summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-17README nit.Ulf Magnusson
2012-12-16Use 'while 1' instead of 'while True'.Ulf Magnusson
2012-12-16Use | and |= instead of set.union() and set.update().Ulf Magnusson
2012-12-16Mention UNAME_RELEASE in is_special() docstring.Ulf Magnusson
2012-12-16Remove redundant elif.Ulf Magnusson
2012-12-16Remove some inaccurate comments.Ulf Magnusson
2012-12-16Print arch name before the arch Kconfig is loaded.Ulf Magnusson
2012-12-16Clarify some test suite functions.Ulf Magnusson
2012-12-16Get some UNAME_RELEASE coverage.Ulf Magnusson
2012-12-16Clarify testsuite comment.Ulf Magnusson
2012-12-16Mention examples in README.Ulf Magnusson
2012-12-16README polishing.Ulf Magnusson
2012-12-16Spiffy up README.Ulf Magnusson
2012-12-16README nit.Ulf Magnusson
2012-12-16README nit.Ulf Magnusson
2012-12-16Clarify purpose of patch.Ulf Magnusson
2012-12-16Fix 'source' error message.Ulf Magnusson
2012-12-16Clarify README.Ulf Magnusson
2012-12-16Spiffy up README.md a bit.Ulf Magnusson
2012-12-16Spiffy up README.md a bit.Ulf Magnusson
2012-12-16Make "m" mode choice selection selftests more comprehensive.Ulf Magnusson
2012-12-15Remove redundant newline.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-15Add more selftests for choices with missing types.Ulf Magnusson
2012-12-15Verify types for choices without explicit types.Ulf Magnusson
2012-12-15Add a long dependency chain selftest.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-15Add selftests for choice semantics.Ulf Magnusson
2012-12-15Add some quotes for the sake of readability.Ulf Magnusson
2012-12-15Spell nit.Ulf Magnusson
2012-12-15Remove unused variable.Ulf Magnusson
2012-12-15Add some missing Choice APIs to test_call_all().Ulf Magnusson
2012-12-15Fill out test_call_all() and order functions by name.Ulf Magnusson
2012-12-15Add comment about m && MODULES rewriting.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-15Remove redundant elif.Ulf Magnusson
2012-12-15Simplify _parse_error().Ulf Magnusson
2012-12-15Add optimization note for write_config().Ulf Magnusson
2012-12-15Optimize Symbol._make_conf().Ulf Magnusson
2012-12-14Get 'visible if' coverage for symbol references.Ulf Magnusson
2012-12-14Add an inequality test for undefined symbols.Ulf Magnusson
2012-12-14Get more test coverage for n/m/y properties.Ulf Magnusson
2012-12-14Add selftests for tristate comparisons.Ulf Magnusson
2012-12-14Simplify some tests.Ulf Magnusson
2012-12-14Add selftests for various minor APIs.Ulf Magnusson
2012-12-14Reference another example in the intro.Ulf Magnusson
2012-12-14Simplify _get_dependent().Ulf Magnusson
2012-12-14Remove superfluous variable in get_value().Ulf Magnusson
2012-12-14Clarify comment on the value of undefined symbols.Ulf Magnusson
2012-12-14Verify that the quirky symbol still gets the choice as its parent.Ulf Magnusson