mingodad
|
64bd6352d7
Added a comment on code of "SQSharedState::CallDelayedReleaseHooks" explaining why we need to retrieve the number the elements before start working on then.
|
13 年之前 |
mingodad
|
58be98b98b
Added "NULL" as an alias to "null".
|
13 年之前 |
mingodad
|
8c2ae4887e
Fixed a mistake of referencing the container in the wrong position in the stack on functions container_rawget and container_get
|
13 年之前 |
mingodad
|
3879873511
Changed the return value of find_aux to be the start position instead of the end position.
|
13 年之前 |
mingodad
|
0230b3f509
Add two new functions to SQBlob, fixed mistake of comparing _pos with _allocated instead of with _size.
|
13 年之前 |
mingodad
|
803ba8449a
Add new function to retrieve the database from a statement.
|
13 年之前 |
mingodad
|
2b3881c277
Added 2 new functions to string "startswith" and "endswith", also changed find lua to accept only the pattern matching to make it easy to use when we only need to know if the match exists.
|
13 年之前 |
mingodad
|
598d021ec0
Fix a bug on str_find_aux that causes infinite loop.
|
13 年之前 |
mingodad
|
5180d77d88
Added digest authentication methods. Fixed other validation masks as well.
|
13 年之前 |
mingodad
|
2fe77bf4a5
Modified validation mask for methods allowing nulls to get default values
|
13 年之前 |
mingodad
|
509f103ec6
Space removed.
|
13 年之前 |
mingodad
|
ba1e819959
Added more modules when building with WITH_DAD_EXTRAS defined
|
13 年之前 |
mingodad
|
93d4a61d4f
Finally something that works.
|
13 年之前 |
mingodad
|
018f9e782a
Several changes adding a more detailed error checking and some minor fixes.
|
13 年之前 |
mingodad
|
9d38051739
Added type types declaration to the lexer and compiler, for now when declaring the following:
|
13 年之前 |
mingodad
|
0547c744eb
Added more aliases for "local" to make it easy to migrate code to C/C++:
|
13 年之前 |
mingodad
|
eedf7cebe5
Some samples used to test
|
13 年之前 |
mingodad
|
9ba590c496
Add a module to allow creation of slave vms from scripts see samples test-slave-vm.nut
|
13 年之前 |
mingodad
|
e0fc748a1b
I did a mistake declaring some temporary buffer variables as static.
|
13 年之前 |
mingodad
|
1eeb5fb552
Add initialization on some variable declarations
|
13 年之前 |
mingodad
|
3976563dc3
Add sqratimport to SquiLu, made some changes on it, like marking as static non public functions and variables, releasing acquired reference on function sqrat_import.
|
13 年之前 |
mingodad
|
ded4631ac8
Add new function to string delegate find_close_quote will find a single quote on a string starting at the given start point default to 0, any adjacent double quotes are skipped.
|
13 年之前 |
mingodad
|
86e5ffcfae
More progress on this port from the lua one.
|
13 年之前 |
mingodad
|
47626cab1f
Fixed the return value of str_find to return -1 when not found, before it was returning 0.
|
13 年之前 |
mingodad
|
ec90a6c201
Added new function to strings replace that do not use regular expressions.
|
13 年之前 |
mingodad
|
ca49fd023a
Add a define with the default BLOB_BUFSIZE
|
13 年之前 |
mingodad
|
4f5594b98a
Added a read_line method to streams.
|
13 年之前 |
mingodad
|
f2eaed27b2
Added an sq_assert macro like the lua_assert in Lua.
|
13 年之前 |
mingodad
|
fe55aac029
Added the new HSQUIRRELVM parameter to the release hook functions.
|
13 年之前 |
mingodad
|
a335787e54
Completed the creation of a statement from the database method prepare.
|
13 年之前 |