summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/in.c
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-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2013-09-13optimize the reading of strings in the grammar loader.kr.angelov
2013-09-05fix gu_in_bytes_ to use bufferingkr.angelov
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-09-05bugfix for gu_buffered_inkr.angelov
2013-09-04remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces ↵kr.angelov
the dependency on the ./configure script
2012-01-20initial import of the C runtimekr.angelov