| Age | Commit message (Collapse) | Author |
|
The refresh pass does not correctly keep track of the scope of local variables
and can convert things like \x->(\x->x) x into \x1->(\x2->x2) x2. Fortunately,
it appears that the refresh pass is not needed anymore, so it has been removed.
|
|
|
|
little benefit
|
|
|
|
The function GF.Grammar.PatternMatch.isInConstantForm returned False for all
tables, causing matchPattern to fail, claiming that "variables occur in" the
term if it contains tables.
This problem is several years old, confirmed present in GF 3.2.10 (Oct 2010).
|
|
makes it easier to load grammars from the assets folder in Android
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The old and broken Makefile is now removed
|
|
|
|
|
|
|
|
for Android is temporary disabled
|
|
|
|
|
|
the dependency on the ./configure script
|
|
|
|
|
|
|
|
|
|
detecting whether this is the last token.
|
|
|
|
memory allocated in C.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
runtime
|
|
|
|
|
|
|
|
|
|
When a browser requests a URL that refers to a directory, web server usually
redirect the browser to the same URL with a trailing '/' added, if one was not
already present. This is to prevent relative links in the returned document
from being interpreted relative to the parent directory instead of the current
document. This type of redirection was missing in gf -server.
|
|
category for every expression
|