Widen keycode range to 8/255 if possible (bug #63390)
[platform/upstream/libxkbcommon.git] / src / utils.h
2013-05-09 Daniel StoneWiden keycode range to 8/255 if possible (bug #63390)
2013-04-01 Ran Benitautils: add {un,}map_file to read an entire file
2012-10-16 Ran Benitautils: add and use ARRAY_SIZE macro
2012-09-24 Ran Benitasymbols: move keysyms into LevelInfo
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-13 Ran Benitasymbols: add GroupInfo
2012-09-11 Daniel Stoneutils: Replace DEC copyright with Ran's
2012-09-03 Ran BenitaDon't printf NULL strings
2012-09-02 Ran Benitastate: fix mod_names_are_active
2012-09-02 Ran Benitavmod: remove support for resolving integer to virtual...
2012-09-01 Ran Benitacompat: ignore "group" (compatibility) statements
2012-09-01 Ran BenitaMove ISEMPTY to utils.h
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-22 Ran BenitaRemove old logging leftovers
2012-07-22 Ran Benitaaction: use new log functions
2012-07-22 Ran BenitaAdd logging API
2012-07-22 Ran Benitautils: replace FATAL by malloc_or_die
2012-07-22 Ran Benitautils: remove Xfuncproto.h and use our own macros
2012-07-22 Ran Benitautils: remove uTypedAlloc/Calloc
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-06-09 Ran Benitautils: remove unused recalloc and related macros
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-05-08 Ran BenitaDon't use typeof
2012-04-30 Ran BenitaUse stdbool.h
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-03-27 Ran BenitaSilence -Wcast-qual warnings
2012-03-27 Ran BenitaUse strcasecmp consistently instead of uStrCaseCmp
2012-03-27 Ran BenitaMove utility macro from XKBcommonint.h to utils.h
2012-03-27 Ran BenitaRewrite recalloc to the correct type
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project