scanner: restore lost DIVIDE token
[platform/upstream/libxkbcommon.git] / src / xkbcomp / scanner.c
2013-11-27 Ran Benitascanner: restore lost DIVIDE token
2013-10-14 Ran BenitaReplace ctype.h functions with ascii ones
2013-10-10 Ran Benitascanner: remove unnecessary cast
2013-09-28 Ran Benitaparser: don't use %locations
2013-09-28 Ran Benitaparser: don't use enum yytokentype
2013-08-13 Ran Benitascanner: don't fail over unknown escape sequence
2013-08-02 Ran Benitascanner: fix compiler warning
2013-08-02 Ran Benitascanner: allow empty key name literals
2013-07-21 Ran Benitactx: adapt to the len-aware atom functions
2013-04-01 Ran BenitaReplace flex scanner with a hand-written one