summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-01Make 10.19.0 releasev10.19.0Ulf Magnusson
2018-11-01Don't show backtraces for expected exceptions in toolsUlf Magnusson
2018-11-01Refactor _remove_ifs()Ulf Magnusson
2018-11-01menuconfig: Add quotes around filename for .config loading errorsUlf Magnusson
2018-10-31Make 10.18.0 releasev10.18.0Ulf Magnusson
2018-10-31Make errno/strerror/filename available on IOErrorUlf Magnusson
2018-10-30Simplify _INIT_SRCTREE_NOTE definitionUlf Magnusson
2018-10-30Remove no longer needed 'node.item is None' testsUlf Magnusson
2018-10-28Replace 'indent == 0' with 'not indent'Ulf Magnusson
2018-10-28Have MENU and COMMENT match _T_MENU and _T_COMMENTUlf Magnusson
2018-10-28Shorten exception class definitions a bitUlf Magnusson
2018-10-28Remove leftover comment in _add_choice_deps()Ulf Magnusson
2018-10-28Micro-optimize dependency loop checkingUlf Magnusson
2018-10-26Make 10.17.0 releasev10.17.0Ulf Magnusson
2018-10-26Support enabling the assignment-to-undef. symbol warning via the environmentUlf Magnusson
2018-10-25Move _is_num() into _check_undef_syms()Ulf Magnusson
2018-10-22Make 10.16.0 releasev10.16.0Ulf Magnusson
2018-10-22Use standard_sc_expr_str() in _name_and_loc()Ulf Magnusson
2018-10-22menuconfig: Mention jump-to in info dialog helpUlf Magnusson
2018-10-22Move _check_sym/choice_sanity() into the Kconfig classUlf Magnusson
2018-10-22Micro-optimize _make_depend_on() callsUlf Magnusson
2018-10-21Make 10.15.0 releasev10.15.0Ulf Magnusson
2018-10-21Allow programmatically expanding preprocessor functions with argsUlf Magnusson
2018-10-21Test _parse_block() blank line case earlierUlf Magnusson
2018-10-21Sort _parse_properties() cases by frequencyUlf Magnusson
2018-10-21Simplify node->item property copyingUlf Magnusson
2018-10-21menuconfig: Show the selected symbol for promptless choicesUlf Magnusson
2018-10-21menuconfig: _node_str() simplification nitUlf Magnusson
2018-10-16Make 10.14.3 releasev10.14.3Ulf Magnusson
2018-10-16Make Kconfig.choices match its descriptionUlf Magnusson
2018-10-16menuconfig: Use Kconfig.unique_choices in jump-toUlf Magnusson
2018-10-15menuconfig: Simplify _sorted_menu_comment_nodes()Ulf Magnusson
2018-10-15Fix typo in _add_props_to_sc() commentUlf Magnusson
2018-10-14Make 10.14.2 releasev10.14.2Ulf Magnusson
2018-10-14menuconfig: Fix some minor resizing jumpiness on gnome-terminalUlf Magnusson
2018-10-14menuconfig: Switch back to "very visible" cursor after Ctrl-FUlf Magnusson
2018-10-14menuconfig: Mention some ncurses ESCDELAY investigationUlf Magnusson
2018-10-14menuconfig: Mention some potential (though never seen) ESCDELAY iffinessUlf Magnusson
2018-10-14menuconfig: Mention that jump-to has been generalized in docstringUlf Magnusson
2018-10-14Link ACRNUlf Magnusson
2018-10-14Make 10.14.1 releasev10.14.1Ulf Magnusson
2018-10-14menuconfig: Fix crash when pressing Ctrl-F with no matches in jump-to dialogUlf Magnusson
2018-10-14Make 10.14.0 releasev10.14.0Ulf Magnusson
2018-10-14menuconfig: Add jump-to for choices, menus, and commentsUlf Magnusson
2018-10-13menuconfig: Do not show range hint for symbols without rangesUlf Magnusson
2018-10-13Add some hints re. generating custom configuration outputUlf Magnusson
2018-10-10Make 10.13.0 releasev10.13.0Ulf Magnusson
2018-10-10menuconfig: Comment formatting nitsUlf Magnusson
2018-10-10menuconfig: Improve/fix promptless choice handlingUlf Magnusson
2018-10-08_shell_fn() comment nitUlf Magnusson