| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
Show error message "Offline" if browser is offline.
|
|
(Also fixed a broken link in gf-web-api-examples.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of just "syntax error", you now get e.g.
PType is a predefined constant, it can not be redefined
This is a simple change in the parser.
|
|
|
|
and query for the list of languages
|
|
types in the abstract syntax
|
|
This is in accordance with RFC 4627. http://tools.ietf.org/html/rfc4627
Use application/javascript for JSONP output.
|