summaryrefslogtreecommitdiff
path: root/console-client/xkb/parser.y
AgeCommit message (Expand)Author
2015-01-03console-client: Fix typos in commentsStefan Weil
2011-04-16Cleanup.Diego Nieto Cid
2011-04-16Deallocate memory on errors.Diego Nieto Cid
2011-04-16Remove default keymap.Diego Nieto Cid
2011-04-08Use first section when there's no default.Diego Nieto Cid
2011-04-08* console-client/xkb/parser.y (include_section): Free filename.Diego Nieto Cid
2011-04-08* console-client/xkb/parser.y (include_section): Remove superflous strdup.Diego Nieto Cid
2011-04-08Symbols 0..9 stand for their ascii character.Diego Nieto Cid
2011-04-08Add support for hexadecimal symbols.Diego Nieto Cid
2011-04-08Fix handling of error conditions.Diego Nieto Cid
2011-04-08Fix memory errors.Diego Nieto Cid
2011-04-08Add debugging messages.Diego Nieto Cid
2011-04-08Emit warnings on undeclared virtual modifiers.Diego Nieto Cid
2011-04-08Report inexistent section.Diego Nieto Cid
2011-04-08Check for end of file.Diego Nieto Cid
2011-04-08Rule vmod returns an int with the vmod's bit on.Diego Nieto Cid
2011-04-08Skip to main file's default section when needed.Diego Nieto Cid
2011-04-04Add missing semicolons bison was inserting.Diego Nieto Cid
2011-04-04Add type to $$ in mid-rules.Diego Nieto Cid
2011-03-17Add XKB parser and implementation.Marco Gerards