summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/bits.c
AgeCommit message (Collapse)Author
2017-09-13fix gu_encode_doubleKrasimir Angelov
2017-09-13added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is ↵Krasimir Angelov
using gu_encode_double which is probably still wrong. Corrected gu_in_le and gu_in_f64be.
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2013-09-04avoid using nan() in libgu for portability with Androidkr.angelov
2012-01-20initial import of the C runtimekr.angelov