提交历史

作者 SHA1 备注 提交日期
  mingodad 06854d99cb Because I changed the retrun value of tcp.receive to return an array [data, error] this sample was modified. 13 年之前
  mingodad 554a4c1c96 Fixed several mistakes made when converting from Lua to Squirrel/SquiLu 13 年之前
  mingodad d1da711a53 Added a check for "IDIV DoS" http://kqueue.org/blog/2012/12/31/idiv-dos/ like in PostgreSQL 13 年之前
  mingodad b83a9aac54 Added method "empty" to array 13 年之前
  mingodad ad3e5f5c6c Added two new api functions "sq_setfenv" and "sq_getfenv" the first sets a function environment with optionally cloning it, the second gets (push on stack) a function env with the option to push the roottable when the env is null. 13 年之前
  mingodad d3e269f179 Added new string function "match" with almost the same functionality as the Lua string.match except it do not return multiple values. 13 年之前
  mingodad 20c8359339 Added some test program fro fltk 13 年之前
  mingodad aee3f635f0 Renamed sqfltk to sq_fltk 13 年之前
  mingodad 9e2d2d4278 Renamed to sq_fltk 13 年之前
  mingodad ea9f897ddb Added a "bsearch" method to array. 13 年之前
  mingodad 65326f6619 A bit more close to get reference variables working. 13 年之前
  mingodad 9a0abde524 Removed "_tostring" from blob and added "tostring", remodeled "memset" to use my extension write style. 13 年之前
  mingodad f308f95549 Added fltk and tinyxml2 to the build. 13 年之前
  mingodad a187d92e49 Modidied the text printed by sq_geterrorfunc to allow scite editor be able to parse it. 13 年之前
  mingodad 9b49429984 Add two global variables "sq_main_argc/sq_main_argv" to make the the argc/argv parameters availlable for fltk module. 13 年之前
  mingodad 6d30d3313a Add new api function "SQBool sq_rawexists(HSQUIRRELVM v,SQInteger idx)" that do not throw error if not found. 13 年之前
  mingodad 0f41294d5b A bit more close to a minimal working module 13 年之前
  mingodad c9cddd70ac Remove a call to check "ErrorIfConst()" because it's not complete and was causing segfaults 13 年之前
  mingodad 1fdff903f0 Added the forgotten "fpdf.h". 13 年之前
  mingodad 2fdb788b96 Add a module to interface with tinyxml2 https://github.com/leethomason/tinyxml2 13 年之前
  mingodad d92650244e Comment out some debug code 13 年之前
  mingodad a98cbf7ba6 Modified a bit the recognition of pass by reference and added a check that raise an error in case of declare a parameter by reference and give default value. 13 年之前
  mingodad 1956ee8486 Moved code up that checks if "const" id already exists to make error messages show correct line number. 13 年之前
  mingodad e07e89dfe6 Halfway to change enum/const declaration from global to local, meanwhile raise an error when try redeclare an already declared enum/const. 13 年之前
  mingodad 4dbe25d05a Add new macro to make easy write extensions. 13 年之前
  mingodad 3053439b02 Added my axtls lib files 13 年之前
  mingodad c8d6d9df7c Some samples to test ported modules 13 年之前
  mingodad cf2fd88f0a Initial port of a module for rs232 from https://github.com/ynezz/librs232 13 年之前
  mingodad 8f6b2f2984 Remove unused variable, and indentation for the register function. 13 年之前
  mingodad 6292263419 Add new api to push lasterror_stackinfo. 13 年之前