-
…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.
-
…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)
-
- Working 1st extension for Anubis : base64 streamed (still in beta phase)
-
Fix some issues on 64bit systems (but VM still can't be linked)
-
- Added syscalls to load library and execute external function. Not tested yet. - Added first Anubis extension : cypher with only Base64 code inside.
-
…alize. Not tested. predefined.anubis modified accordingly.
-
…n fonction temporarily inhibited; see vmtools.cpp, line 213)
-
- improved sql_query_timeout() function (better granularity handling errors) - fix to_hexa(ByteArray) function (was previously make a wrong syscall)
-
Returning a non-zero value on compile errors.
-
Implementation of 'describe' paragraphs complete.
-
Fixed a bug on line numbers in predefined.anubis (formerly counted from predef.anubis).
-
Fixed a bug in MultiPath: IsAbsolutePath (this was a bug under Linux only) New preliminary version of fast lexer high level part.