index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
c
/
gu
/
string.h
Age
Commit message (
Collapse
)
Author
2017-04-19
in libgu mark explicitly all functions that belong to the API
krasimir
2017-04-13
gu_string_buf -> gu_new_string_buf in libgu
krasimir
2017-04-13
add gu_string_buf_data and gu_string_buf_length in libgu
krasimir
2017-04-13
use GU_API_DATA_DECL instead of GU_API_DATA to make the C runtime compile ↵
krasimir
again on MacOS
2017-04-12
a patch from Bjørnar Luteberget for compatibility with MSVC
krasimir
2016-04-13
locale independent printing for doubles when they are part of an abstract ↵
krasimir
expression
2014-12-29
API for word alignment in the C runtime and in the Haskell binding
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2013-10-04
GuString 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-18
add type signature for gu_string_length in the headers of libgu
kr.angelov
2013-09-17
added order and equality for strings in libgu
kr.angelov
2013-09-17
a major refactoring in the C runtime. GuList is now removed and replaced ↵
kr.angelov
with GuSeq. The GuSeq/GuBuf API is simplified
2013-09-13
optimize the reading of strings in the grammar loader.
kr.angelov
2013-09-05
remove the read and write modules from libgu. this simplifies the i/o layer
kr.angelov
2013-08-27
comparison for strings in libgu
kr.angelov
2013-07-02
hash function for abstract syntax trees
kr.angelov
2013-05-01
word completion in the C runtime. The runtime/python/test.py example is now ↵
kr.angelov
using readline with word completion
2012-03-07
libpgf: implementation for built in literal categories
kr.angelov
2012-01-26
libpgf: fix in string.h
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov