Fix overflow issue
[platform/upstream/libxkbcommon.git] / src / utils.c
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Adrian Perez de... Provide a fallback implementation of [v]asprintf()
2016-12-02 Ran Benitakeysym: fix locale dependence in xkb_keysym_from_name()
2016-03-13 Ran Benitasrc/utils: check if fileno() failed in map_file
2015-11-18 Ran Benitasrc/utils: change map_file to not take const string...
2013-04-01 Ran Benitautils: add {un,}map_file to read an entire file
2012-07-22 Ran BenitaAdd logging API
2012-07-22 Ran Benitautils: replace FATAL by malloc_or_die
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-04-30 Ran BenitaUse stdbool.h
2012-03-27 Ran BenitaRewrite recalloc to the correct type
2012-03-27 Ran BenitaRemove useless stuff from utils
2012-03-27 Daniel StoneRemove fallback strcasecmp/strncasecmp
2012-03-27 Ran BenitaMove utils.{c,h} to be used by the entire project