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
Age
Commit message (
Expand
)
Author
2015-06-30
bugfix in the parser for lexical lookup
krasimir
2015-06-25
Documentation updates for the release of GF 3.7
hallgren
2015-06-25
bugfix in the bottom-up prediction for the parser
krasimir
2015-06-23
runtime/c/pf/jit.c: silence warning about alloca on MINGW32
hallgren
2015-06-12
the orthographic tokens were broken when they appear inside a dictionary entr...
krasimir
2015-06-05
print error message for missing abstract categories in the C runtime
krasimir
2015-05-19
added callback in C for unknown words
krasimir
2015-05-19
the NERC in C is now fully up-to-date with the other NERCs. In addition the N...
krasimir
2015-05-18
bugfix in the NERC in C
krasimir
2015-05-18
the callbacks in C now take the concrete syntax as a parameter
krasimir
2015-05-18
pgf_lookup_morpho and pgf_lookup_word_prefix are now also case insensitive if...
krasimir
2015-05-11
"flags case_sensitive=off" makes the parser case insensitive
krasimir
2015-05-11
added all orthographic primitives
krasimir
2015-05-08
implemented CAPIT in parsing
krasimir
2015-05-08
fix in the dictionary lookup
krasimir
2015-05-08
a new nice and elegant algorithm for dictionary lookup in the parser
krasimir
2015-05-08
the parser is now fully Unicode compatible
krasimir
2015-05-07
fix gu_ucs_is_space in libgu
krasimir
2015-05-07
fix the NERC in C to work for PN as literal
krasimir
2015-05-07
fix pgf-translate to use the NERC again
krasimir
2015-05-06
fix the UTF8 implementation in libgu
krasimir
2015-04-20
added getpagesize() definition for Windows
krasimir
2015-03-19
fix the compilation of gu/mem.c on Windows. For now memory mapped pools on Wi...
krasimir
2015-03-06
remove the meta_item variable from the parse state
krasimir
2015-02-26
fix some out-of-date code for the PGF_RESULT_DEBUG mode in the parser
krasimir
2015-02-26
use the same trick for comparison of doubles in cmp_expr_state
krasimir
2015-02-26
bugfix in the parser which caused some items to be poped in the wrong order i...
krasimir
2015-02-24
remove three more uses of meta productions that were left in debugging mode
krasimir
2015-02-24
implemented escape characters when reading/printing an abstract expression wi...
krasimir
2015-02-19
silence some warnings in GNU Lightning for i386_64
krasimir
2015-02-19
parsing with meta rules is now removed since we don't use them anymore and I ...
krasimir
2015-02-18
fix in the parser for callbacks in the middle of a word
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2015-02-11
fix in the JIT compiler that would hopefully make it work on iOS
kr.angelov
2014-12-29
API for word alignment in the C runtime and in the Haskell binding
kr.angelov
2014-12-24
more compact implementation for GuStringBuf
kr.angelov
2014-12-19
added mkStr to the Haskell binding
kr.angelov
2014-12-19
added mkApp to the Haskell binding
kr.angelov
2014-12-16
change in the API for literals
kr.angelov
2014-12-01
fix the last patch
kr.angelov
2014-12-01
a small optimization in the PGF parser which gives me ~5% speed up
kr.angelov
2014-12-01
fix in GNU lightning to enable the compilation of two of the the floating poi...
kr.angelov
2014-12-01
fix in linearizer.h to make jpgf compilable
kr.angelov
2014-11-27
fix in linearizer.h which resolves a warning
kr.angelov
2014-11-27
remove pgf/parser.h
kr.angelov
2014-11-26
fix the handling of the heuristic factor. it was broken when I added the BIND...
kr.angelov
2014-11-07
expand the JIT window for x64
kr.angelov
2014-10-31
a skeletal module for higher-order pattern unification in the C runtime
kr.angelov
2014-10-31
now (+) in the abstract syntax works, i.e. it knows how to deal with partial ...
kr.angelov
2014-10-30
a more efficient tail call by using the new TUCK instruction
kr.angelov
[next]