Histórico de Commits

Autor SHA1 Mensagem Data
  mingodad b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. há 13 anos atrás
  mingodad 409fe0966a Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation. há 13 anos atrás
  mingodad bbfc08bc82 Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag". há 13 anos atrás
  mingodad 41fad022ef Make visible implementations of with the same functionality of "loadfile,dofile,writeclosuretofile" but working on strings "dostring,loadstring,dumpclosure" há 13 anos atrás
  mingodad c1b1c82cec Fixed a mistake on returning SQ_OK insteaqd of SQ_ERROR. há 13 anos atrás
  mingodad 1829e76e0f Add a vector to SharedState where to store release hooks to be called when is safe to work with the vm, right now I'm calling it after calls to closures and whe finalizing the vm. há 13 anos atrás
  mingodad fae9b56595 Refactored SQBlob to allow specify size and allocated separately. há 13 anos atrás
  mingodad 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. há 13 anos atrás