summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/bits.h
AgeCommit message (Collapse)Author
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-24comment out a few assertions in bits.h. this code is run too often to have ↵kr.angelov
explicit assertions
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2013-11-15fixes in the C runtime to avoid warnings when compiling on MacOSkr.angelov
2012-01-20initial import of the C runtimekr.angelov