Fix possible overflow in scanner
[platform/upstream/libxkbcommon.git] / src / xkbcomp / xkbscan.l
2012-04-09 Ran BenitaFix possible overflow in scanner
2012-03-27 Ran BenitaMake parser and scanner reentrant
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
2012-03-27 Ran BenitaFix a scanf type mismatch
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes-cont'
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-03-03 Ran BenitaDon't leak the scanner's buffer
2012-03-02 Ran BenitaDon't check for NULL before free()
2012-02-26 Ran BenitaUse yacc-generated header instead of tokens.h
2012-02-25 Ran BenitaFix warnings in scanner and parser
2012-02-25 Ran BenitaFix all constness warnings
2012-02-15 Daniel StoneIntroduce xkb_keycode_t for keycodes
2012-02-15 Daniel Stonexkbscan: Copy, rather than assign, file name
2011-10-27 Rob Bradfordxkbcomp: Copy the string into the buffer rather than...
2010-11-11 Jan Engelhardtxkbscan: resolve build warning/rpmlint error
2010-10-20 Kristian HøgsbergUse flex for generating the scanner, add support for...