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

Аутор SHA1 Порука Датум
  mingodad 065b88a368 Fix typo in SetIntructionParams пре 7 година
  mingodad 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. пре 8 година
  mingodad c91c7ccfb2 Fix default makefiles (also normalize line ends \n only), fix some compile warnings. пре 8 година
  mingodad ea079daa15 Several fixes from squirrel. пре 8 година
  mingodad 06002f3ad5 Fix to be able to sent a silent exception when throwing NULL in the C api. пре 8 година
  mingodad 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel пре 8 година
  mingodad 2e71442f5e Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH пре 8 година
  mingodad 9ff01dfccb Fixes from squirrel пре 8 година
  mingodad 45a9ea0143 Add bug fix from squirrel пре 8 година
  mingodad 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 пре 8 година
  mingodad 5bcecc3d36 Start implementing infrastructure to create a loadable module system instead of load everything global. пре 9 година
  mingodad f956bca7ab Add new functions to sqapi пре 9 година
  mingodad 8c988eac33 Add new method to array "minsize" to resize an array only if needed. пре 9 година
  mingodad 255396da3a Attempt to fix releasing resources when closing a vm. пре 9 година
  mingodad 7953e0bbf2 Expose the max_includes compiler parameter to scripts and api пре 9 година
  mingodad 69f85ea7b9 Separate api declarations and use a macro to reuse then in other contexts пре 9 година
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed пре 9 година
  mingodad b6ecba21d6 Renamed the macro to disable squilu compiler пре 9 година
  mingodad 8eceded6a0 Add changes from squirrel пре 9 година
  mingodad 5af50ae6e7 When closing the vm the registry table is cleaned before garbage collection so check it first. пре 9 година
  mingodad 30e859fb39 Create a new api function to remove keys on the registry table without use the stack, пре 9 година
  mingodad 9096e0e040 Make delayed release hooks optional пре 9 година
  mingodad b81bacce84 Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut пре 9 година
  mingodad ddf7f5ba28 Revert my changes for sq_resume it was a mistake пре 9 година
  mingodad 1b445be88f Fix improper handling of negative values introduced by transfering code from squirrel пре 10 година
  mingodad 12c181bdc4 Add some fixes from squirrel. пре 10 година
  mingodad 6e45031b8a Move extesnsions_key literal to squirrel.h пре 10 година
  mingodad 6480cf5564 Remove "CR" and bug fixes пре 10 година
  mingodad 1b2ea23e58 Changed the prototype of sq_tobool and added sq_tointeger, sq_tofloat. пре 11 година
  mingodad bbd18eae11 Add new api function sq_compare to facilitate port lua extensions. пре 11 година