summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/variant.h
AgeCommit message (Collapse)Author
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-02-09GuVariant is now plain uintptr_t instead of a structure to make it easier to ↵kr.angelov
write Haskell bindings
2013-09-26add gu_variant_close in libgukr.angelov
2013-09-17a major refactoring in the C runtime. GuList is now removed and replaced ↵kr.angelov
with GuSeq. The GuSeq/GuBuf API is simplified
2012-01-20initial import of the C runtimekr.angelov