Историја ревизија

Аутор SHA1 Порука Датум
  mingodad 38c3c305e0 Added new script function to blob "reserve". пре 13 година
  mingodad 3df6ae2662 Added two new functions "getmillicount" and "getmillispan" using code from http://www.firstobject.com/getmillicount-milliseconds-portable-c++.htm пре 13 година
  mingodad c8d727a944 Separate happyhttp an added copyright. пре 13 година
  mingodad f0be39d212 The http/javascript interface for the "OurBiz" application пре 13 година
  mingodad 7f6602d06a Tests for the upcoming application server. пре 13 година
  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 година