kconfig: remove keyword lookup table entirely
[carl9170fw.git] / config /
2019-02-10 Masahiro Yamadakconfig: remove keyword lookup table entirely
2019-02-10 Masahiro Yamadakconfig: update current_pos in the second lexer
2019-02-10 Masahiro Yamadakconfig: switch to ASSIGN_VAL state in the second lexer
2019-02-10 Masahiro Yamadakconfig: stop associating kconf_id with yylval
2019-02-10 Masahiro Yamadakconfig: refactor end token rules
2019-02-10 Masahiro Yamadakconfig: stop supporting '.' and '/' in unquoted words
2019-02-10 Masahiro Yamadakconfig: use T_WORD instead of T_VARIABLE for variables
2019-02-10 Masahiro Yamadakconfig: use specific tokens instead of T_ASSIGN for...
2019-02-10 Masahiro Yamadakconfig: refactor scanning and parsing "option" properties
2019-02-10 Masahiro Yamadakconfig: use distinct tokens for type and default prope...
2019-02-10 Masahiro Yamadakconfig: remove redundant token defines
2019-02-10 Masahiro Yamadakconfig: rename depends_list to comment_option_list
2019-02-10 Masahiro Yamadakconfig: loosen the order of "visible" and "depends...
2019-02-10 Masahiro Yamadakconfig: remove redundant menu_block rule
2019-02-10 Masahiro Yamadakconfig: remove redundant if_block rule
2019-02-10 Masahiro Yamadakconfig: remove grammatically ambiguous option_error
2019-02-10 Masahiro Yamadakconfig: remove grammatically ambiguous "unexpected...
2019-02-10 Masahiro Yamadakconfig: warn no new line at end of file
2019-02-10 Masahiro Yamadakconfig: clean up EOF handling in the lexer
2019-02-10 Masahiro Yamadakconfig: fix ambiguous grammar in terms of new lines
2019-02-10 Masahiro Yamadakconfig: refactor pattern matching in STRING state
2019-02-10 Masahiro Yamadakconfig: remove unneeded pattern matching to whitespaces
2019-02-10 Masahiro Yamadakconfig: require T_EOL to reduce visible statement
2019-02-10 Masahiro Yamadakconfig: fix memory leak when EOF is encountered in...
2019-02-10 Masahiro Yamadakconfig: fix file name and line number of warn_ignored_...
2019-02-10 Masahiro Yamadakconfig: remove k_invalid from expr_parse_string()...
2019-02-10 Masahiro Yamadakconfig: remove S_OTHER symbol type and correct depende...
2019-02-10 Masahiro Yamadakconfig: split out code touching a file to conf_touch_dep()
2019-02-10 Masahiro Yamadakconfig: rename conf_split_config() to conf_touch_deps()
2019-02-10 Masahiro Yamadakconfig: remove unneeded setsym label in conf_read_simple()
2019-02-10 Masahiro Yamadakconfig: remove oldnoconfig target
2019-02-10 Masahiro Yamadakconfig: suppress "configuration written to .config...
2019-02-10 Masahiro Yamadakconfig: improve the recursive dependency report
2019-02-10 Masahiro Yamadakconfig: report recursive dependency involving 'imply'
2019-02-10 Masahiro Yamadakconfig: error out when seeing recursive dependency
2019-02-10 Masahiro Yamadakconfig: remove P_ENV property type
2019-02-10 Masahiro Yamadakconfig: remove unused sym_get_env_prop() function
2019-02-10 Masahiro Yamadakconfig: fix the rule of mainmenu_stmt symbol
2019-02-10 Masahiro Yamadakconfig: allow all config targets to write auto.conf...
2019-02-10 Masahiro Yamadakconfig: make syncconfig update .config regardless...
2019-02-10 Masahiro Yamadakconfig: create directories needed for syncconfig by...
2019-02-10 Masahiro Yamadakconfig: split out useful helpers in confdata.c
2019-02-10 Masahiro Yamadakconfig: rename file_write_dep and move it to confdata.c
2019-02-10 Masahiro Yamadakconfig: handle format string before calling conf_messa...
2019-02-10 Dirk Gouderskconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
2019-02-10 Jerry Jameskconfig: loop boundary condition fix
2019-02-10 Dirk Gouderskconfig: handle P_SYMBOL in print_symbol()
2019-02-10 Dirk Gouderskconfig: fix line numbers for if-entries in menu tree
2019-02-10 Nathan Chancellorkconfig: Avoid format overflow warning from GCC 8.1
2019-02-10 Masahiro Yamadakconfig: error out if a recursive variable references...
2019-02-10 Masahiro Yamadakconfig: add 'filename' and 'lineno' built-in variables
2019-02-10 Masahiro Yamadakconfig: add 'info', 'warning-if', and 'error-if' built...
2019-02-10 Masahiro Yamadakconfig: expand lefthand side of assignment statement
2019-02-10 Masahiro Yamadakconfig: support append assignment operator
2019-02-10 Masahiro Yamadakconfig: support simply expanded variable
2019-02-10 Masahiro Yamadakconfig: support user-defined function and recursively...
2019-02-10 Masahiro Yamadakconfig: begin PARAM state only when seeing a command...
2019-02-10 Masahiro Yamadakconfig: add 'shell' built-in function
2019-02-10 Masahiro Yamadakconfig: add built-in function support
2019-02-10 Masahiro Yamadakconfig: make default prompt of mainmenu less specific
2019-02-10 Masahiro Yamadakconfig: remove sym_expand_string_value()
2019-02-10 Masahiro Yamadakconfig: remove string expansion for mainmenu after...
2019-02-10 Masahiro Yamadakconfig: remove string expansion in file_lookup()
2019-02-10 Masahiro Yamadakconfig: reference environment variables directly and...
2019-02-10 Sam Ravnborgkconfig: drop localization support
2019-02-10 Don Zickuskconfig: extend output of 'listnewconfig'
2019-02-10 Masahiro Yamadakconfig: use yylineno option instead of manual lineno...
2019-02-10 Masahiro Yamadakconfig: detect recursive inclusion earlier
2019-02-10 Masahiro Yamadakconfig: remove duplicated file name and lineno of...
2019-02-10 Masahiro Yamadakconfig: make unmet dependency warnings readable
2019-02-10 Masahiro Yamadakconfig: warn unmet direct dependency of tristate symbo...
2019-02-10 Masahiro Yamadakconfig: hide irrelevant sub-menus for oldconfig
2019-02-10 Masahiro Yamadakconfig: remove redundant input_mode test for check_con...
2019-02-10 Masahiro Yamadakconfig: remove unneeded input_mode test in conf()
2019-02-10 Masahiro Yamadakconfig: do not call check_conf() for olddefconfig
2019-02-10 Ulf Magnussonkconfig: only write '# CONFIG_FOO is not set' for visib...
2019-02-10 Eugeniu Roscakconfig: Print reverse dependencies in groups
2019-02-10 Masahiro Yamadakconfig: clean-up reverse dependency help implementation
2019-02-10 Masahiro Yamadakconfig: fix line number in recursive inclusion error...
2019-02-10 Masahiro Yamadakconfig: Don't leak choice names during parsing
2019-02-10 Masahiro Yamadakconfig: set SYMBOL_AUTO to the symbol marked with...
2019-02-10 Masahiro Yamadakconfig: add xstrdup() helper
2019-02-10 Masahiro Yamadakconfig: remove const qualifier from sym_expand_string_...
2019-02-10 Masahiro Yamadakconfig: add xrealloc() helper
2019-02-10 Masahiro Yamadakconfig: send error messages to stderr
2019-02-10 Masahiro Yamadakconfig: echo stdin to stdout if either is redirected
2019-02-10 Masahiro Yamadakconfig: remove check_stdin()
2019-02-10 Masahiro Yamadakconfig: show '?' prompt even if no help text is available
2019-02-10 Masahiro Yamadakconfig: do not write choice values when their dependen...
2019-02-10 Ulf Magnussonkconfig: Warn if help text is blank
2019-02-10 Petr Vorelkconfig: make "Selected by:" and "Implied by:" readable
2019-02-10 Ulf Magnussonkconfig: Clarify menu and 'if' dependency propagation
2019-02-10 Ulf Magnussonkconfig: Document 'if' flattening logic
2019-02-10 Ulf Magnussonkconfig: Clarify choice dependency propagation
2019-02-10 Ulf Magnussonkconfig: Document SYMBOL_OPTIONAL logic
2019-02-10 Masahiro Yamadakconfig: use default 'yy' prefix for lexer and parser
2019-02-10 Masahiro Yamadakconfig: make conf_unsaved a local variable of conf_read()
2019-02-10 Masahiro Yamadakconfig: make xfgets() really static
2019-02-10 Masahiro Yamadakconfig: make input_mode static
2019-02-10 Ulf Magnussonkconfig: Warn if there is more than one help text
next