-
…f the arguments of the function).
-
…rnative. Now, = is overloadable (I hope there is no other bug concerning this feature).
-
… (this is mainly for clarity in programming, because they are ignored by the compiler). Obsolete expressions 'connect to file' and 'connect to network' have been definitely removed from the grammar (this was necessary for enhancing the grammar). The library has been updated accordingly.
-
…lity between a function and its arguments.
-
Disabled SQLAPI by default
-
Compile with MinGW under Windows
-
…with Anubis programs)
-
… spaces in the name.anubis" (if we use double quotes around the name).
-
already opened TCP connection instead of an ip address and port.
-
…ding on the C compiler order of execution changes. We cannot rely on any C convention and it's for sure better to write so that order of execution is safe. In practice, don't perform any side effect within the arguments of a function of within the brackets [] of tables. Perform them before calling the function or accessing the table.
-
…ed into returned string. - Fix read_line() implementations into connections, streams and data_io to match new behavior - Fix read_line() for DataIo - Anubis 1.11.0.4
-
…nevertheless needed. See library/lexical_analysis/fast_lexer_v2.anubis and fast_lexer_v2_example_1.anubis
-
- Upgrading SQLite to version 3.6.14.2 - Changing SQLITE_MAX_COLUMN limit to 4000 (using Scons build script only)