summaryrefslogtreecommitdiff
path: root/src/registry.c
Commit message (Expand)AuthorAgeFilesLines
* registry: remove a few asprintf/free() calls with snprintfPeter Hutterer2023-05-041-13/+4
* registry: simplify strdup() error handlingPeter Hutterer2023-05-041-12/+8
* context: add XKB_CONTEXT_NO_SECURE_GETENV flag (#312)Ronan Pigott2022-12-161-5/+18
* Variants should inherit iso639, iso3166 and brief from parent layout if omitt...M Hickford2022-01-241-3/+28
* registry: skip over invalid ISO639 or ISO3166 entriesPeter Hutterer2022-01-241-0/+10
* registry: don't call xmlCleanupParser()Peter Hutterer2022-01-181-1/+0
* registry: plug a potential memleak for invalid rules filesPeter Hutterer2021-03-191-0/+4
* registry: mark the rxkb_log function as attribute printfPeter Hutterer2020-09-071-0/+1
* Add /etc/xkb as extra lookup path for system data filesPeter Hutterer2020-08-301-1/+7
* Add asprintf_safe helper functionPeter Hutterer2020-07-131-7/+6
* Add libxkbregistry to query available RMLVOPeter Hutterer2020-07-061-0/+1193