summaryrefslogtreecommitdiff
path: root/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* Provide a fallback implementation of [v]asprintf()Adrian Perez de Castro2019-12-271-0/+45
* keysym: fix locale dependence in xkb_keysym_from_name()Ran Benita2016-12-021-0/+53
* src/utils: check if fileno() failed in map_fileRan Benita2016-03-131-1/+4
* src/utils: change map_file to not take const string argumentRan Benita2015-11-191-6/+6
* utils: add {un,}map_file to read an entire fileRan Benita2013-04-011-0/+107
* Add logging APIRan Benita2012-07-231-154/+0
* utils: replace FATAL by malloc_or_dieRan Benita2012-07-231-25/+0
* Run source tree through uncrustifyDaniel Stone2012-07-171-30/+27
* utils: remove unused recalloc and related macrosRan Benita2012-06-091-15/+0
* Rename XKBcommonint.h to xkb-priv.h and use itRan Benita2012-05-081-3/+2
* Use stdbool.hRan Benita2012-04-301-3/+3
* Rewrite recalloc to the correct typeRan Benita2012-03-271-11/+8
* Remove useless stuff from utilsRan Benita2012-03-271-6/+9
* Remove fallback strcasecmp/strncasecmpDaniel Stone2012-03-271-54/+0
* Move utils.{c,h} to be used by the entire projectRan Benita2012-03-271-0/+252