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