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.c
Age
Commit message (
Expand
)
Author
2014-03-06
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
hallgren
2014-02-27
include malloc.h in a few places to avoid warnings on Windows
kr.angelov
2013-11-15
fixes in the C runtime to avoid warnings when compiling on MacOS
kr.angelov
2013-10-04
GuString is now an ordinary C string - it makes live easier. In addition PgfS...
kr.angelov
2013-09-17
bugfix in the ordering of strings in 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 with...
kr.angelov
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-09-04
remove the dependency on the CHAR_ASCII flag
kr.angelov
2013-09-04
remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces th...
kr.angelov
2013-08-27
comparison for strings in libgu
kr.angelov
2013-07-18
bugfix for parsing floating point numbers in the C runtime
kr.angelov
2013-07-02
hash function for abstract syntax trees
kr.angelov
2013-06-22
bugfix for the word completion in the C runtime
kr.angelov
2013-05-01
word completion in the C runtime. The runtime/python/test.py example is now u...
kr.angelov
2012-12-27
bugfix in the strings library from the C runtime
kr.angelov
2012-05-16
another attempt to port the robust parser to MacOS
kr.angelov
2012-03-07
libpgf: implementation for built in literal categories
kr.angelov
2012-01-20
initial import of the C runtime
kr.angelov