Remove the exception for tizen common in .spec file
[platform/upstream/libxkbcommon.git] / src / utils.h
2023-09-26 Pierre Le MarreDisallow producing NULL character with escape sequences
2023-07-14 Pierre Le MarreMove STRINGIFY to utils.h and add STRINGIFY2
2023-05-06 Ran Benitautils: fix printf format warnings on mingw
2023-04-11 Ran BenitaPossible fix for non-MSVC windows compilers
2022-09-24 Ran Benitautils: move some MSVC compat stuff to common place
2021-03-29 Peter Huttererutils: assert on streq for NULL pointers
2020-09-07 Peter Huttererutils: include unistd.h where we have it
2020-07-13 Peter HuttererAdd asprintf_safe helper function
2020-07-06 Peter Huttererutils: add streq_null() for streq that allows NULL...
2020-07-06 Peter HuttererAdd a snprintf_safe() helper function
2020-07-06 Peter HuttererFactor the access check for paths out
2019-12-27 Ran Benitautils: move macro defines to before they're used
2019-12-27 Ran Benitautils: fix typo in strndup fallback
2019-12-27 Adrian Perez de... Provide a fallback implementation of [v]asprintf()
2019-12-27 Adrian Perez de... Provide a fallback implementation of strndup()
2019-12-27 Ran Benitautils: use MIN/MAX instead of min/max
2019-11-08 Ran Benitaparser: get rid of "stealing" atoms
2019-06-11 Ran BenitaMerge pull request #98 from michaelforney/popcount
2019-06-10 Michael ForneyUse bitwise test instead of popcount to check if one...
2016-12-02 Ran Benitakeysym: fix locale dependence in xkb_keysym_from_name()
2016-11-14 Ran Benitautils: rename popcount to avoid conflict in NetBSD
2016-10-31 Ran BenitaMerge pull request #31 from bluetech/consumed-modes
2016-10-22 Ran Benitautils: add popcount function
2015-11-18 Ran Benitasrc/utils: change map_file to not take const string...
2014-08-09 Ran Benitautils: add a STATIC_ASSERT macro
2014-06-15 Ran Benitax11: don't iterate on empty batches
2014-04-22 Ran Benitautils: detect overflow in memdup()
2014-02-08 Ran Benitax11: make msb_pos return unsigned
2014-02-08 Ran BenitaDefine likely()/unlikely() macros
2014-02-04 Ran BenitaUse secure_getenv when available
2014-02-02 Ran Benitax11: add XKB protocol keymap and state creation support
2013-12-14 Ran Benitaast: pack the ParseCommon struct
2013-10-14 Ran BenitaReplace ctype.h functions with ascii ones
2013-08-02 Ran Benitascanner: allow empty key name literals
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