summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/map.c
AgeCommit message (Collapse)Author
2021-01-20fix gu_map_nextkrangelov
2019-08-30fix gu_map_nextkrangelov
2019-08-30a more reasonable API to iterate over a mapkrangelov
2019-08-20added gu_map_deletekrangelov
2017-04-19in libgu mark explicitly all functions that belong to the APIkrasimir
2014-10-24make it possible to specify the initial size of a map in libgukr.angelov
2014-10-24simplify gu/mapkr.angelov
2014-10-09throw away the long obsolete runtime type information in the C runtimekr.angelov
2013-10-04GuString is now an ordinary C string - it makes live easier. In addition ↵kr.angelov
PgfSymbolKS, PgfExprFun and PgfLiteralStr now keep their strings as embedded flexible arrays. The latest change gives us the same compactness as the old representation but it is a lot easier to use.
2013-09-12remove the logging from libgukr.angelov
2013-09-04remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces ↵kr.angelov
the dependency on the ./configure script
2013-08-19added GuEnum interface for iterating over maps in the C runtimekr.angelov
2012-11-12implemented gu_map_count in runtime/c/gu/map.ckr.angelov
2012-10-25a major refactoring in the robust parser: bottom-up filtering and garbage ↵kr.angelov
collection for the chart
2012-01-20initial import of the C runtimekr.angelov