| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-13 | Update README to indicate that v4.0-rc3 works. | Ulf Magnusson | |
| 2015-03-13 | Hint that modules are still supported despite warnings. | Ulf Magnusson | |
| 2015-03-13 | Fix examples/allnoconfig.py testsuite hang with v4.0-rc3. | Ulf Magnusson | |
| Settings the user value to 'y' does not guarantee that the (actual) value will become 'y', as the symbol's visibility still acts as an upper bound on the value. | |||
| 2015-03-13 | Merge pull request #14 from philipc/linux-3.19 | ulfalizer | |
| Fixes to make testsuite pass | |||
| 2015-03-12 | Use Symbol.is_allnoconfig_y() in the examples | Philip Craig | |
| This is required for the 'make allnoconfig' tests. | |||
| 2015-03-12 | Add Symbol.is_allnoconfig_y() | Philip Craig | |
| 2015-03-12 | Statements in choices inherit menu/if deps | Philip Craig | |
| This fixes the deps for the comment in drivers/usb/dwc2/Kconfig. | |||
| 2015-02-16 | Merge pull request #13 from jsitnicki/ignore-allnoconfig | ulfalizer | |
| Warn about and ignore the "allnoconfig_y" Kconfig option | |||
| 2015-02-16 | Warn about and ignore the "allnoconfig_y" Kconfig option | Jakub Sitnicki | |
| A new option has appeared in Linux 3.15-rc1. Ignore it for now. | |||
| 2013-09-27 | Improve formatting of command lines. | ulfalizer | |
| 2013-08-07 | Add Symbol and Choice interfaces for getting prompt strings. | Ulf Magnusson | |
| 2013-06-18 | Support ipython as the interpreter. | Ulf Magnusson | |
| By suggestion from dubiousjim. | |||
| 2013-03-16 | Add license. | ulfalizer | |
| 2012-12-19 | Test suite language nits. | Ulf Magnusson | |
| 2012-12-19 | Use regexes instead of frozensets to lex ids/keywords. | Ulf Magnusson | |
| Faster and a bit more readable. | |||
| 2012-12-18 | Flesh out Symbol docstring. | Ulf Magnusson | |
| 2012-12-18 | Flesh out Config docstring. | Ulf Magnusson | |
| 2012-12-18 | Remove redundant invalidation from load_config(). | Ulf Magnusson | |
| unset_user_values() will indirectly invalidate everything, so we don't need to do it ourselves. | |||
| 2012-12-18 | Properly unescape .config string assignments. | Ulf Magnusson | |
| 2012-12-18 | Add selftests for reading strings with escaped characters. | Ulf Magnusson | |
| 2012-12-18 | Simplify load_config() a bit. | Ulf Magnusson | |
| 2012-12-18 | Escape \ and " when writing .config entries for strings. | Ulf Magnusson | |
| 2012-12-18 | Add selftests for writing strings with escaped characters. | Ulf Magnusson | |
| 2012-12-18 | Minor test suite reformatting. | Ulf Magnusson | |
| 2012-12-17 | Tighten up string literal parsing a bit more. | Ulf Magnusson | |
| 2012-12-17 | Fix comment re. fast path. | Ulf Magnusson | |
| 2012-12-17 | Small simplification. | Ulf Magnusson | |
| 2012-12-17 | Add a fast path for string literal lexing. | Ulf Magnusson | |
| Speeds up _tokenize() by ~20%. | |||
| 2012-12-17 | Add selftests for string literal lexing. | Ulf Magnusson | |
| 2012-12-17 | README nit. | Ulf Magnusson | |
| 2012-12-16 | Use 'while 1' instead of 'while True'. | Ulf Magnusson | |
| Bit faster (http://wiki.python.org/moin/PythonSpeed). | |||
| 2012-12-16 | Use | and |= instead of set.union() and set.update(). | Ulf Magnusson | |
| 2012-12-16 | Mention UNAME_RELEASE in is_special() docstring. | Ulf Magnusson | |
| 2012-12-16 | Remove redundant elif. | Ulf Magnusson | |
| 2012-12-16 | Remove some inaccurate comments. | Ulf Magnusson | |
| 2012-12-16 | Print arch name before the arch Kconfig is loaded. | Ulf Magnusson | |
| 2012-12-16 | Clarify some test suite functions. | Ulf Magnusson | |
| 2012-12-16 | Get some UNAME_RELEASE coverage. | Ulf Magnusson | |
| 2012-12-16 | Clarify testsuite comment. | Ulf Magnusson | |
| 2012-12-16 | Mention examples in README. | Ulf Magnusson | |
| 2012-12-16 | README polishing. | Ulf Magnusson | |
| 2012-12-16 | Spiffy up README. | Ulf Magnusson | |
| 2012-12-16 | README nit. | Ulf Magnusson | |
| 2012-12-16 | README nit. | Ulf Magnusson | |
| 2012-12-16 | Clarify purpose of patch. | Ulf Magnusson | |
| 2012-12-16 | Fix 'source' error message. | Ulf Magnusson | |
| 2012-12-16 | Clarify README. | Ulf Magnusson | |
| 2012-12-16 | Spiffy up README.md a bit. | Ulf Magnusson | |
| 2012-12-16 | Spiffy up README.md a bit. | Ulf Magnusson | |
| 2012-12-16 | Make "m" mode choice selection selftests more comprehensive. | Ulf Magnusson | |
