summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.c
AgeCommit message (Expand)Author
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2017-04-13gu_string_buf -> gu_new_string_buf in libgukrasimir
2017-04-13add gu_string_buf_data and gu_string_buf_length in libgukrasimir
2017-04-12a patch from Bjørnar Luteberget for compatibility with MSVCkrasimir
2016-04-13locale independent printing for doubles when they are part of an abstract exp...krasimir
2014-12-29API for word alignment in the C runtime and in the Haskell bindingkr.angelov
2014-12-24more compact implementation for GuStringBufkr.angelov
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2014-03-06C run-time: protect from Windows specific #includes with #ifdef __MINGW32__hallgren
2014-02-27include malloc.h in a few places to avoid warnings on Windowskr.angelov
2013-11-15fixes in the C runtime to avoid warnings when compiling on MacOSkr.angelov
2013-10-04GuString is now an ordinary C string - it makes live easier. In addition PgfS...kr.angelov
2013-09-17bugfix in the ordering of strings in libgukr.angelov
2013-09-17added order and equality for strings in libgukr.angelov
2013-09-17a major refactoring in the C runtime. GuList is now removed and replaced with...kr.angelov
2013-09-13optimize the reading of strings in the grammar loader.kr.angelov
2013-09-05remove the read and write modules from libgu. this simplifies the i/o layerkr.angelov
2013-09-04remove the dependency on the CHAR_ASCII flagkr.angelov
2013-09-04remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces th...kr.angelov
2013-08-27comparison for strings in libgukr.angelov
2013-07-18bugfix for parsing floating point numbers in the C runtimekr.angelov
2013-07-02hash function for abstract syntax treeskr.angelov
2013-06-22bugfix for the word completion in the C runtimekr.angelov
2013-05-01word completion in the C runtime. The runtime/python/test.py example is now u...kr.angelov
2012-12-27bugfix in the strings library from the C runtimekr.angelov
2012-05-16another attempt to port the robust parser to MacOSkr.angelov
2012-03-07libpgf: implementation for built in literal categorieskr.angelov
2012-01-20initial import of the C runtimekr.angelov