blob: 60b766d17f6d8caeaf1a046b9067ca1803b8c94b [file] [log] [blame]
979f2b2f7936 ("kconfig: remove keyword lookup table entirely")
4b31a32caf0a ("kconfig: update current_pos in the second lexer")
824fa3b3b5e3 ("kconfig: switch to ASSIGN_VAL state in the second lexer")
b3d1d9d3c362 ("kconfig: stop associating kconf_id with yylval")
f5451582c4e2 ("kconfig: stop supporting '.' and '/' in unquoted words")
171a515d0803 ("kconfig: use T_WORD instead of T_VARIABLE for variables")
c3d228713b10 ("kconfig: use specific tokens instead of T_ASSIGN for assignments")
ce2164ab5831 ("kconfig: refactor scanning and parsing "option" properties")
3c8f317d4cf1 ("kconfig: use distinct tokens for type and default properties")
a01e5d242d93 ("kconfig: remove redundant token defines")
0bcc547ec4b0 ("kconfig: clean up EOF handling in the lexer")
cc66bca775ee ("kconfig: fix ambiguous grammar in terms of new lines")
be3c8075978a ("kconfig: remove unneeded pattern matching to whitespaces")
413cd19d81fd ("kconfig: require T_EOL to reduce visible statement")