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
2020-03-06
an API to access the names of all fields withing a category
krangelov
2020-03-05
lookup_morpho, lookup_cohorts and fullform_lexicon now report the usual condi...
krangelov
2020-03-05
The APIs for callbacks and the bracketed strings now use a string for the ana...
krangelov
2019-12-07
a version of the parser which returns a chart rather than a list of expressions
krangelov
2019-10-09
forgot that debugging is on
krangelov
2019-10-09
fix chunk extraction when there are literals
krangelov
2019-10-09
fix the parsing for literals after the latest changes in the parser
krangelov
2019-08-30
first version of a parser which returns chunks in case of failure
krangelov
2019-08-30
fix gu_map_next
krangelov
2019-08-30
a more reasonable API to iterate over a map
krangelov
2019-08-20
added gu_map_delete
krangelov
2019-08-09
bugfix in the parser's scanner
krangelov
2019-06-30
fully supported case-insensitive parsing/lookup
krangelov
2019-06-25
the parser now ensures that all word senses are in the chart
krangelov
2019-06-24
fix in gu_buf_heap_pop
krangelov
2019-06-24
share some code for printing
krangelov
2019-05-28
filter out empty cohorts
krangelov
2019-05-28
API for scanning for cohorts in an arbitrary text
krangelov
2019-05-27
remove duplicate definition for RecordCompare
krangelov
2019-02-18
fixes in the headers for use with Microsoft Visual C++
krangelov
2019-02-18
fixes in the headers for compilation on Windows
krangelov
2019-02-14
disable the parser debugger which was left enabled by accident
krangelov
2019-02-14
fix the reader for patterns in a def rule
krangelov
2019-02-14
different definition for GF_ARRAY_LEN
krangelov
2019-02-14
bugfix in computing record lengths
krangelov
2018-12-20
save the original concrete category in BracketedString
Krasimir Angelov
2018-12-16
a pool where the smallest chunks are memory pages
krangelov
2018-06-27
undo the partial fix for word completion since it breaks normal parsing
Krasimir Angelov
2018-06-20
a simple fix for the linearizer
Krasimir Angelov
2018-06-20
Revert "when linearizing missing functions with brackets, the name of the fun...
Krasimir Angelov
2018-06-20
Revert "forgot to switch off the debugger"
Krasimir Angelov
2018-06-20
forgot to switch off the debugger
Krasimir Angelov
2018-06-20
when linearizing missing functions with brackets, the name of the function sh...
Krasimir Angelov
2018-05-21
fixed typo which broke the compilation on Windows
Krasimir Angelov
2018-05-21
fix the compilation when the byte order cannot be detected statically
Krasimir Angelov
2018-04-12
bugfix in the C parser
Krasimir Angelov
2018-02-22
- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokens
Krasimir Angelov
2018-02-04
partial fix for word completion in the C runtime
Krasimir Angelov
2017-12-09
silence some warnings on MINGW32
Krasimir Angelov
2017-12-09
added one more include to define alloca for Windows
Krasimir Angelov
2017-12-09
fix the compilation of sqlite3Btree.c on Windows
Krasimir Angelov
2017-10-04
further extend the API of the C runtime
Krasimir Angelov
2017-10-03
in the PGF2 api: remove showCategory. add categoryContext and functionIsConst...
Krasimir Angelov
2017-09-28
added exprSubstitute in the C runtime for substituting meta variables
Krasimir Angelov
2017-09-28
the parser for abstract expressions in the C runtime now supports partial parses
Krasimir Angelov
2017-09-25
make pgf_production_is_lexical public since it will be needed in the Haskell ...
Krasimir Angelov
2017-09-14
make the API for indexing in the parser and the linearizer public since it wi...
Krasimir Angelov
2017-09-13
fix gu_encode_double
Krasimir Angelov
2017-09-13
corrections in the PGF writer
Krasimir Angelov
2017-09-13
added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is usin...
Krasimir Angelov
[next]