summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/string.c
AgeCommit message (Expand)Author
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