Commit History

作者 SHA1 備註 提交日期
  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. 13 年之前
  mingodad 409fe0966a Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation. 13 年之前
  mingodad bbfc08bc82 Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag". 13 年之前
  mingodad 41fad022ef Make visible implementations of with the same functionality of "loadfile,dofile,writeclosuretofile" but working on strings "dostring,loadstring,dumpclosure" 13 年之前
  mingodad c1b1c82cec Fixed a mistake on returning SQ_OK insteaqd of SQ_ERROR. 13 年之前
  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. 13 年之前
  mingodad fae9b56595 Refactored SQBlob to allow specify size and allocated separately. 13 年之前
  mingodad 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 年之前