Histórico de commits

Autor SHA1 Mensagem Data
  mingodad 343ca7e2f2 Corrected a bug introduced by refactoring the compiler function "Expect", using a token paramter instead of "_token" in the new "GetTokenObject". 13 anos atrás
  mingodad c896328c7e Added entry for zeromq3 module 13 anos atrás
  mingodad 4c75543a79 Initial module of zeromq3 13 anos atrás
  mingodad 9e76f048fe Add an entry to zeromq3 module 13 anos atrás
  mingodad d9ccdf8e63 Added a port of math.random from Lua 5.1.5 to Squirrel 13 anos atrás
  mingodad 2c9837f1f9 Add function sleep(n seconds) 13 anos atrás
  mingodad f5ebd88244 Split macro SQ_GET_INSTANCE to allow to specify stack position and var name. 13 anos atrás
  mingodad c34368131f Split the functionality in SQStringTable::Add with the intention of allocate SQStrings structures to work as buffers and add then without multiple copies. 13 anos atrás
  mingodad 4b46794156 Add a static member to SQBlob to access the class typetag of it, also add new function to set the len of internal buffer this way we can use the buffer directly in functions like fread. 13 anos atrás
  mingodad 64a08183f1 Changes provided by Alberto to fix incorrect line numbers on stack dumps 13 anos atrás
  mingodad 92dca1be59 Added the luafilesystem port to the library 13 anos atrás
  mingodad 1c9a342e7b Add a define to initialize my extensions 13 anos atrás
  mingodad f7be9c0f1c Add new api functions: 13 anos atrás
  mingodad ef72e4984e Add new functions to the api to make less verbose writing extensions. 13 anos atrás
  mingodad 25f366584b Initial port of Luafilesystem 1.6.1 to Squirrel not complete, all lock functions are not ported yet. 13 anos atrás
  mingodad 3f4c6ef785 Changed the functions added by me to gemetatable of str/class/number/array to use a call to sq_getdelegate. 13 anos atrás
  mingodad 15eaca35a5 Only refactored code of SQVM::FOREACH_OP and the editor wiped extra spaces that was in several places in the code. 13 anos atrás
  mingodad bfc97f7edf Added win32 targets 13 anos atrás
  mingodad 86e9e91820 Added new functions and moved math to a table called math like in Lua to don't pollute the global namespace. 13 anos atrás
  mingodad d193ea26f1 Other ongoing modules to squirrel 13 anos atrás
  mingodad c7768b16a7 An ongoing port of my Lua application server using mongoose httpd to squirrel 13 anos atrás
  mingodad d741b7b403 Add some extensions to squirrel 13 anos atrás
  mingodad f4d4659a3d Added Codeblocks project for library and executable 13 anos atrás
  mingodad 13e20e7999 Add define to compile with NO_EXCEPTION_KEY_NOT_FOUND 13 anos atrás
  mingodad 020c5a401f Added "%q" from Lua 5.2.1 to format. 13 anos atrás
  mingodad b47560d93d Modified version, author, copyright adding me 13 anos atrás
  mingodad 1142e5f27e Added the my port of Lua regex and expose to strings as two new functions "gsub","gmatch" with near same functionality of string.gsub and string.gmatch from Lua. 13 anos atrás
  mingodad 585a4be4de Expose getdelegate for string,array, class, numbers 13 anos atrás
  mingodad a7a6ba69e5 Added new array function "concat" similar to Lua table.concat this makes squirrel dependent on sqstdlib because it uses SQBlob. 13 anos atrás
  mingodad 8954705b85 Added new function "str_from_chars" with the same functionality of Lua string.chars. 13 anos atrás