summaryrefslogtreecommitdiff
path: root/src/runtime/c
AgeCommit message (Collapse)Author
2019-05-28filter out empty cohortskrangelov
2019-05-28API for scanning for cohorts in an arbitrary textkrangelov
2019-05-27remove duplicate definition for RecordComparekrangelov
2019-02-18fixes in the headers for use with Microsoft Visual C++krangelov
2019-02-18fixes in the headers for compilation on Windowskrangelov
2019-02-14disable the parser debugger which was left enabled by accidentkrangelov
2019-02-14fix the reader for patterns in a def rulekrangelov
2019-02-14different definition for GF_ARRAY_LENkrangelov
2019-02-14bugfix in computing record lengthskrangelov
2018-12-20save the original concrete category in BracketedStringKrasimir Angelov
2018-12-16a pool where the smallest chunks are memory pageskrangelov
2018-06-27undo the partial fix for word completion since it breaks normal parsingKrasimir Angelov
2018-06-20a simple fix for the linearizerKrasimir Angelov
2018-06-20Revert "when linearizing missing functions with brackets, the name of the ↵Krasimir Angelov
function should still be reported" This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df.
2018-06-20Revert "forgot to switch off the debugger"Krasimir Angelov
This reverts commit 5919dfa3366dfd2f2af8c3ce7749d066a2033f0d.
2018-06-20forgot to switch off the debuggerKrasimir Angelov
2018-06-20when linearizing missing functions with brackets, the name of the function ↵Krasimir Angelov
should still be reported
2018-05-21fixed typo which broke the compilation on WindowsKrasimir Angelov
2018-05-21fix the compilation when the byte order cannot be detected staticallyKrasimir Angelov
2018-04-12bugfix in the C parserKrasimir Angelov
2018-02-22- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokensKrasimir Angelov
+ bugfix which causes crashes
2018-02-04partial fix for word completion in the C runtimeKrasimir Angelov
2017-12-09silence some warnings on MINGW32Krasimir Angelov
2017-12-09added one more include to define alloca for WindowsKrasimir Angelov
2017-12-09fix the compilation of sqlite3Btree.c on WindowsKrasimir Angelov
2017-10-04further extend the API of the C runtimeKrasimir Angelov
2017-10-03in the PGF2 api: remove showCategory. add categoryContext and ↵Krasimir Angelov
functionIsConstructor
2017-09-28added exprSubstitute in the C runtime for substituting meta variablesKrasimir Angelov
2017-09-28the parser for abstract expressions in the C runtime now supports partial parsesKrasimir Angelov
2017-09-25make pgf_production_is_lexical public since it will be needed in the Haskell ↵Krasimir Angelov
binding
2017-09-14make the API for indexing in the parser and the linearizer public since it ↵Krasimir Angelov
will be needed in the Haskell binding
2017-09-13fix gu_encode_doubleKrasimir Angelov
2017-09-13corrections in the PGF writerKrasimir Angelov
2017-09-13added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is ↵Krasimir Angelov
using gu_encode_double which is probably still wrong. Corrected gu_in_le and gu_in_f64be.
2017-09-13added function pgf_writeKrasimir Angelov
2017-09-13added PGF writer to the C runtimeKrasimir Angelov
2017-09-08fix the type signatures for the linearizer callbacksKrasimir Angelov
2017-09-07the C runtime should also install data.h in order to make it possible to ↵Krasimir Angelov
access the internal structures
2017-09-06word completion in the C parser now returns information about the function ↵Krasimir Angelov
which generates the token
2017-09-06the parser in the C runtime can now detect incomplete sentences just like ↵Krasimir Angelov
the parser in the Haskell runtime. This is also reflected in all bindings.
2017-09-05added exprFunctions in the Haskell bindingKrasimir Angelov
2017-09-05added exprSize in the Haskell bindingKrasimir Angelov
2017-09-04instance Eq Expr in the Haskell bindingKrasimir Angelov
2017-09-01complete details for the "ai" command in the C shellKrasimir Angelov
2017-09-01added function treeProbability in the Haskell bindingKrasimir Angelov
2017-08-31graphvizWordAlignment in the C runtimeKrasimir Angelov
2017-08-31the C runtime now supports the same customizations for GraphViz as the ↵Krasimir Angelov
Haskell runtime
2017-08-30bugfix for hasLinearization in the Haskell bindingKrasimir Angelov
2017-08-22a nicer pretty printing for the PGF formatKrasimir Angelov
2017-08-22fix the id for fidStart in the C runtimeKrasimir Angelov