summaryrefslogtreecommitdiff
path: root/src/utils.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-09utils: add a STATIC_ASSERT macroRan Benita1-0/+4
2014-06-15x11: don't iterate on empty batchesRan Benita1-0/+3
2014-04-22utils: detect overflow in memdup()Ran Benita1-1/+1
2014-02-08x11: make msb_pos return unsignedRan Benita1-3/+3
2014-02-08Define likely()/unlikely() macrosRan Benita1-0/+8
2014-02-04Use secure_getenv when availableRan Benita1-0/+8
2014-02-02x11: add XKB protocol keymap and state creation supportRan Benita1-0/+16
2013-12-14ast: pack the ParseCommon structRan Benita1-0/+6
2013-10-14Replace ctype.h functions with ascii onesRan Benita1-0/+41
2013-08-02scanner: allow empty key name literalsRan Benita1-0/+12
2013-05-09Widen keycode range to 8/255 if possible (bug #63390)Daniel Stone1-0/+12
2013-04-01utils: add {un,}map_file to read an entire fileRan Benita1-0/+8
2012-10-16utils: add and use ARRAY_SIZE macroRan Benita1-0/+2
2012-09-24symbols: move keysyms into LevelInfoRan Benita1-0/+9
2012-09-16Organize src/ and test/ headersRan Benita1-0/+4
2012-09-13symbols: add GroupInfoRan Benita1-0/+2
2012-09-11utils: Replace DEC copyright with Ran'sDaniel Stone1-25/+22
2012-09-03Don't printf NULL stringsRan Benita1-0/+6
2012-09-02state: fix mod_names_are_activeRan Benita1-0/+6
2012-09-02vmod: remove support for resolving integer to virtual modifierRan Benita1-0/+8
2012-09-01compat: ignore "group" (compatibility) statementsRan Benita1-0/+3
2012-09-01Move ISEMPTY to utils.hRan Benita1-0/+6
2012-07-27utils: add/replace string equality macrosRan Benita1-3/+25
2012-07-23Remove old logging leftoversRan Benita1-6/+0
2012-07-23action: use new log functionsRan Benita1-1/+0
2012-07-23Add logging APIRan Benita1-32/+5
2012-07-23utils: replace FATAL by malloc_or_dieRan Benita1-5/+6
2012-07-23utils: remove Xfuncproto.h and use our own macrosRan Benita1-9/+28
2012-07-23utils: remove uTypedAlloc/CallocRan Benita1-3/+0
2012-07-17Run source tree through uncrustifyDaniel Stone1-34/+34
2012-06-09utils: remove unused recalloc and related macrosRan Benita1-5/+0
2012-05-08Rename XKBcommonint.h to xkb-priv.h and use itRan Benita1-0/+1
2012-05-08Don't use typeofRan Benita1-4/+4
2012-04-30Use stdbool.hRan Benita1-2/+3
2012-04-09Implicitly include config.h in all filesRan Benita1-4/+0
2012-03-27Silence -Wcast-qual warningsRan Benita1-0/+7
2012-03-27Use strcasecmp consistently instead of uStrCaseCmpRan Benita1-1/+0
2012-03-27Move utility macro from XKBcommonint.h to utils.hRan Benita1-13/+9
2012-03-27Rewrite recalloc to the correct typeRan Benita1-2/+2
2012-03-27Remove useless stuff from utilsRan Benita1-84/+14
2012-03-27Move utils.{c,h} to be used by the entire projectRan Benita1-0/+163