summaryrefslogtreecommitdiffhomepage
path: root/types.c
AgeCommit message (Expand)Author
2021-07-10types: properly deal with circular data in GC mark phaseJo-Philipp Wich
2021-07-09types: fix wrong assert() on tearing down object treesJo-Philipp Wich
2021-05-20types: fix uninitialized memory on setting non-contiguous array indexesJo-Philipp Wich
2021-05-04lib: add support for pretty printing JSON to printf() and sprintf()Jo-Philipp Wich
2021-04-27treewide: ISO C / pedantic complianceJo-Philipp Wich
2021-04-26treewide: address various sign-compare warningsJo-Philipp Wich
2021-04-26types: support creating ressource values without associated typeJo-Philipp Wich
2021-04-26types: fix potential memory leaks and null pointer accessesJo-Philipp Wich
2021-04-26types: fix potential leak of key in ucv_object_add()Jo-Philipp Wich
2021-04-25treewide: rework internal data type systemJo-Philipp Wich