Revīziju vēsture

Autors SHA1 Ziņojums Datums
  mingodad 598d021ec0 Fix a bug on str_find_aux that causes infinite loop. 13 gadi atpakaļ
  mingodad 5180d77d88 Added digest authentication methods. Fixed other validation masks as well. 13 gadi atpakaļ
  mingodad 2fe77bf4a5 Modified validation mask for methods allowing nulls to get default values 13 gadi atpakaļ
  mingodad 509f103ec6 Space removed. 13 gadi atpakaļ
  mingodad ba1e819959 Added more modules when building with WITH_DAD_EXTRAS defined 13 gadi atpakaļ
  mingodad 93d4a61d4f Finally something that works. 13 gadi atpakaļ
  mingodad 018f9e782a Several changes adding a more detailed error checking and some minor fixes. 13 gadi atpakaļ
  mingodad 9d38051739 Added type types declaration to the lexer and compiler, for now when declaring the following: 13 gadi atpakaļ
  mingodad 0547c744eb Added more aliases for "local" to make it easy to migrate code to C/C++: 13 gadi atpakaļ
  mingodad eedf7cebe5 Some samples used to test 13 gadi atpakaļ
  mingodad 9ba590c496 Add a module to allow creation of slave vms from scripts see samples test-slave-vm.nut 13 gadi atpakaļ
  mingodad e0fc748a1b I did a mistake declaring some temporary buffer variables as static. 13 gadi atpakaļ
  mingodad 1eeb5fb552 Add initialization on some variable declarations 13 gadi atpakaļ
  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 gadi atpakaļ
  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 gadi atpakaļ
  mingodad 86e5ffcfae More progress on this port from the lua one. 13 gadi atpakaļ
  mingodad 47626cab1f Fixed the return value of str_find to return -1 when not found, before it was returning 0. 13 gadi atpakaļ
  mingodad ec90a6c201 Added new function to strings replace that do not use regular expressions. 13 gadi atpakaļ
  mingodad ca49fd023a Add a define with the default BLOB_BUFSIZE 13 gadi atpakaļ
  mingodad 4f5594b98a Added a read_line method to streams. 13 gadi atpakaļ
  mingodad f2eaed27b2 Added an sq_assert macro like the lua_assert in Lua. 13 gadi atpakaļ
  mingodad fe55aac029 Added the new HSQUIRRELVM parameter to the release hook functions. 13 gadi atpakaļ
  mingodad a335787e54 Completed the creation of a statement from the database method prepare. 13 gadi atpakaļ
  mingodad 4e87b9684f Fix the tcp instance creation on method accept. 13 gadi atpakaļ
  mingodad 3ce65dde6a Added a new container function "get" that accepts a default parameter to return in case of key not found, rawget was extended to accept a default parameter as well. 13 gadi atpakaļ
  mingodad 7c7374566a Add SQLITE_TRANSIENT to sqlite3_bind_text to force sqlite3 make a private copy of the string. 13 gadi atpakaļ
  mingodad 4a79190fef Fix a mistake call to inflateEnd when it should be deflateEnd. 13 gadi atpakaļ
  mingodad 78a386f709 If there is a sequence of \r\n eat the \r and emit only \n. 13 gadi atpakaļ
  mingodad cece7487ba Finally got it to work the lua version escape some chars in a way incompatible with Squirrel, plus arithmetic errors. 13 gadi atpakaļ
  mingodad a9e45c1c7a Correct a mistake of saving a pointer position inside scratchpad that just before it is reallocated, when the memory returned is not the same it was writing to invalid address. 13 gadi atpakaļ