text.c: use strncpy instead of strcpy for better security
[platform/upstream/libxkbcommon.git] / test / keysym.c
2023-07-14 Pierre Le MarreImproved tests related to keysyms
2023-05-13 Pierre Le MarreDo not interpret nor emit invalid Unicode encoding...
2022-05-15 Sam LantingaRemove bogus euro sign entry from keysymtab
2021-04-25 Isaac Freundkeysym: fix underflow in binary searches
2021-04-01 Ran Benitakeysym: avoid strtoul in xkb_keysym_from_name
2021-03-30 Ran Benitakeysym: properly handle overflow in 0x keysym names
2021-03-29 Peter Hutterertest: move an assert up to before the strlen() use
2020-02-24 Jaroslaw KubikSupport translation Unicode codepoints to keysyms
2019-12-27 Ran Benitabuild: include config.h manually
2018-06-23 Ran Benitakeysym-utf: reject out-of-range Unicode codepoints...
2016-12-02 Ran Benitakeysym: fix locale dependence in xkb_keysym_from_name()
2013-08-15 Ran Benitakeysym: add xkb_keysym_to_{lower,upper}
2013-03-18 Ran Benitakeysym: print unicode keysyms uppercase and 0-padded
2012-11-07 Ran Benitatest/keysym: '\e' is non-standard
2012-11-05 Ran Benitakeysym-utf: also translate special keysyms like Tab...
2012-10-16 David HerrmannAdd xkb_keysym_from_name() flags argument for case...
2012-10-09 Ran Benitakeysym: fix xkb_keysym_is_upper/lower() to work properly
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-12 Daniel StoneCopyright updates
2012-08-08 Daniel Stonetest: Minimise includes
2012-08-08 Daniel StoneRename xkey test to keysym