Historia zmian

Autor SHA1 Wiadomość Data
  mingodad eedf7cebe5 Some samples used to test 13 lat temu
  mingodad 9ba590c496 Add a module to allow creation of slave vms from scripts see samples test-slave-vm.nut 13 lat temu
  mingodad e0fc748a1b I did a mistake declaring some temporary buffer variables as static. 13 lat temu
  mingodad 1eeb5fb552 Add initialization on some variable declarations 13 lat temu
  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 lat temu
  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 lat temu
  mingodad 86e5ffcfae More progress on this port from the lua one. 13 lat temu
  mingodad 47626cab1f Fixed the return value of str_find to return -1 when not found, before it was returning 0. 13 lat temu
  mingodad ec90a6c201 Added new function to strings replace that do not use regular expressions. 13 lat temu
  mingodad ca49fd023a Add a define with the default BLOB_BUFSIZE 13 lat temu
  mingodad 4f5594b98a Added a read_line method to streams. 13 lat temu
  mingodad f2eaed27b2 Added an sq_assert macro like the lua_assert in Lua. 13 lat temu
  mingodad fe55aac029 Added the new HSQUIRRELVM parameter to the release hook functions. 13 lat temu
  mingodad a335787e54 Completed the creation of a statement from the database method prepare. 13 lat temu
  mingodad 4e87b9684f Fix the tcp instance creation on method accept. 13 lat temu
  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 lat temu
  mingodad 7c7374566a Add SQLITE_TRANSIENT to sqlite3_bind_text to force sqlite3 make a private copy of the string. 13 lat temu
  mingodad 4a79190fef Fix a mistake call to inflateEnd when it should be deflateEnd. 13 lat temu
  mingodad 78a386f709 If there is a sequence of \r\n eat the \r and emit only \n. 13 lat temu
  mingodad cece7487ba Finally got it to work the lua version escape some chars in a way incompatible with Squirrel, plus arithmetic errors. 13 lat temu
  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 lat temu
  mingodad 8c9f47325e Correct a mistake when deciding to use _allocated or _size. 13 lat temu
  mingodad ff5347acc2 More new api functions that exists in Lua but is missing on Squirrel 13 lat temu
  mingodad cab23472ea Added a port of Luasockets to SquiLu. 13 lat temu
  mingodad 122b25b04e Add a new line only for stetic 13 lat temu
  mingodad 0e6d14367a Forgot to increase line numbers after newline when parsing lua style literal strings 13 lat temu
  mingodad f4aaf6bcd6 Commented the warning on ignored keywords (right now only "new"). 13 lat temu
  mingodad fb2bfb0292 Add 2 new api functions to make easy and less verbose write extensions 13 lat temu
  mingodad e8fe33faab Changed the format for print source and line on stack dumps so scite editor can recognize then 13 lat temu
  mingodad a50075876f Add new squirrel vm parameter to release hook functions 13 lat temu