aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/nconf.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-03kconfig: remove redundant assignment prompt = promptGravatar Denis Efremov 1-1/+0
2020-01-10kconfig: fix an "implicit declaration of function" warningGravatar Bartosz Golaszewski 1-0/+1
2019-07-06kconfig: Fix spelling of sym_is_changableGravatar Marco Ammon 1-5/+5
2019-05-11kconfig: make parent directories for the saved .config as neededGravatar Masahiro Yamada 1-2/+1
2019-03-29kconfig/[mn]conf: handle backspace (^H) keyGravatar Changbin Du 1-1/+1
2018-12-28kconfig: convert to SPDX License IdentifierGravatar Masahiro Yamada 1-3/+2
2018-07-25kconfig: allow all config targets to write auto.conf if missingGravatar Masahiro Yamada 1-0/+1
2018-07-25kconfig: handle format string before calling conf_message_callback()Gravatar Masahiro Yamada 1-5/+2
2018-05-28kconfig: drop localization supportGravatar Sam Ravnborg 1-76/+72
2017-06-23kconfig: fix sparse warnings in nconfigGravatar Randy Dunlap 1-6/+6
2016-11-29Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warningGravatar Cheah Kok Cheong 1-0/+2
2015-04-09kconfig: Do not print status messages in make -s modeGravatar Michal Marek 1-0/+5
2014-06-10kbuild: trivial - remove trailing empty linesGravatar Masahiro Yamada 1-1/+0
2013-07-16kconfig/[mn]conf: shorten title in search-boxGravatar Yann E. MORIN 1-2/+2
2013-06-24kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleGravatar Yann E. MORIN 1-1/+1
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesGravatar Dirk Gouders 1-8/+8
2013-06-18nconf: use function calls instead of ncurses' variables LINES and COLSGravatar Dirk Gouders 1-7/+14
2013-02-09kconfig: nconf: rewrite labels of function keys lineGravatar Roland Eggner 1-4/+4
2013-02-09kconfig: nconf: rewrite help textsGravatar Roland Eggner 1-164/+156
2012-11-20kconfig: get CONFIG_ prefix from the environmentGravatar Yann E. MORIN 1-0/+1
2012-11-20kconfig: remove CONFIG_ from string constantsGravatar Yann E. MORIN 1-2/+9
2012-09-27menuconfig: Add jump keys to search resultsGravatar Benjamin Poirier 1-1/+1
2012-07-26nconf: add u, d command keys in scroll windowsGravatar Benjamin Poirier 1-3/+3
2012-07-04kconfig/nconf: fix compile with ncurses reentrant APIGravatar Yaakov Selkowitz 1-0/+4
2012-05-17MCA: delete all remaining traces of microchannel bus support.Gravatar Paul Gortmaker 1-1/+1
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultGravatar Cheng Renquan 1-11/+10
2011-08-08kconfig/nconf: nuke unreferenced `nohelp_text'Gravatar Arnaud Lacombe 1-2/+0
2011-07-13kconfig/nconf: remove useless conditionnalGravatar Arnaud Lacombe 1-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuGravatar Arnaud Lacombe 1-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Gravatar Arnaud Lacombe 1-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningGravatar Raghavendra D Prabhu 1-2/+0
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftGravatar Arnaud Lacombe 1-1/+1
2011-04-19nconfig: Silence unused return values from wattrsetGravatar Stephen Boyd 1-7/+7
2011-01-07nconf: handle comment entries within choice/endchoiceGravatar Peter Korsgaard 1-2/+6
2010-12-15kbuild/nconf: fix spaces damageGravatar Arnaud Lacombe 1-1/+1
2010-10-28Merge branch 'message-callback' into kbuild/kconfigGravatar Michal Marek 1-42/+9
2010-09-27Merge branch 'kbuild/kconfig/kbuild-generic-v7' of http://github.com/lacombar...Gravatar Michal Marek 1-41/+32
2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptGravatar Arnaud Lacombe 1-5/+1
2010-09-19kconfig: rephrase help texts/comments not to include the package nameGravatar Arnaud Lacombe 1-24/+19
2010-09-19kconfig: allow build-time definition of the internal config prefixGravatar Arnaud Lacombe 1-6/+6
2010-09-19kconfig: rephrase help text not to mention the internal prefixGravatar Arnaud Lacombe 1-6/+6
2010-09-13nconfig: Fix help for choice menusGravatar Stephen Boyd 1-0/+2
2010-08-17kconfig: Allow frontends to display messages themselvesGravatar Michal Marek 1-42/+9
2010-08-16nconfig: add search supportGravatar Nir Tzachar 1-169/+196
2010-08-13nconfig: Fix segfault when menu is emptyGravatar Andrej Gelenberg 1-0/+2
2010-02-02nconfig: minor fixGravatar Nir Tzachar 1-3/+3
2010-02-02nconfig: mark local functions as suchGravatar Michal Marek 1-12/+12
2010-02-02kconfig: new configuration interface (nconfig)Gravatar nir.tzachar@gmail.com 1-0/+1568