| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grammar writing
|
|
|
|
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.
|