Commit History

Author SHA1 Message Date
  mingodad c91c7ccfb2 Fix default makefiles (also normalize line ends \n only), fix some compile warnings. 8 years ago
  mingodad ea079daa15 Several fixes from squirrel. 8 years ago
  mingodad 06002f3ad5 Fix to be able to sent a silent exception when throwing NULL in the C api. 8 years ago
  mingodad 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 years ago
  mingodad 2e71442f5e Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH 8 years ago
  mingodad 9ff01dfccb Fixes from squirrel 8 years ago
  mingodad 45a9ea0143 Add bug fix from squirrel 8 years ago
  mingodad 6ee9f39571 Change macro type() to sqtype() as done in squirrel, also updating sqlite3 8 years ago
  mingodad 5bcecc3d36 Start implementing infrastructure to create a loadable module system instead of load everything global. 9 years ago
  mingodad f956bca7ab Add new functions to sqapi 9 years ago
  mingodad 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 years ago
  mingodad 255396da3a Attempt to fix releasing resources when closing a vm. 9 years ago
  mingodad 7953e0bbf2 Expose the max_includes compiler parameter to scripts and api 9 years ago
  mingodad 69f85ea7b9 Separate api declarations and use a macro to reuse then in other contexts 9 years ago
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
  mingodad b6ecba21d6 Renamed the macro to disable squilu compiler 9 years ago
  mingodad 8eceded6a0 Add changes from squirrel 9 years ago
  mingodad 5af50ae6e7 When closing the vm the registry table is cleaned before garbage collection so check it first. 9 years ago
  mingodad 30e859fb39 Create a new api function to remove keys on the registry table without use the stack, 9 years ago
  mingodad 9096e0e040 Make delayed release hooks optional 9 years ago
  mingodad b81bacce84 Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut 9 years ago
  mingodad ddf7f5ba28 Revert my changes for sq_resume it was a mistake 9 years ago
  mingodad 1b445be88f Fix improper handling of negative values introduced by transfering code from squirrel 10 years ago
  mingodad 12c181bdc4 Add some fixes from squirrel. 10 years ago
  mingodad 6e45031b8a Move extesnsions_key literal to squirrel.h 10 years ago
  mingodad 6480cf5564 Remove "CR" and bug fixes 10 years ago
  mingodad 1b2ea23e58 Changed the prototype of sq_tobool and added sq_tointeger, sq_tofloat. 11 years ago
  mingodad bbd18eae11 Add new api function sq_compare to facilitate port lua extensions. 11 years ago
  mingodad df5667554f Fixes to compile on wince, not yet complete. 13 years ago
  mingodad 6fb9942388 Fix function bindenv to accept arrays too, also when a native function has an env set check it. 13 years ago