Commit History

Author SHA1 Message Date
  mingodad a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 years ago
  mingodad 55e5b72f75 Reformated it using codeblocks astyle plugin. 8 years ago
  mingodad 153ec064f7 Add regexp tests adapted from http://www.theiling.de/cnc/date/2017-12-19.html 8 years ago
  mingodad 058afb864f Fix for send data with libcurl. 8 years ago
  mingodad e7bc0e65e3 Add more constants to sq_libcurl 8 years ago
  mingodad 00e59f7d93 Update sqlite3 8 years ago
  mingodad c91c7ccfb2 Fix default makefiles (also normalize line ends \n only), fix some compile warnings. 8 years ago
  mingodad 1cfc0f80f5 Fix for a bug reported and solved by https://github.com/virt00l on squirrel 8 years ago
  mingodad a360fa01a7 Manage to not generate empty string print_out calls. 8 years ago
  mingodad 4f94ded3d7 Fix an of by one bug after refactoring/fix lua pattern. 8 years ago
  mingodad 26cbf6035e Add optional message text parameter for assert(), from VasiliyRyabtsev https://github.com/albertodemichelis/squirrel/commit/c10a777285843af3fa5abca9b259f4ea76e96949 8 years ago
  mingodad 559a1b8d07 Fix an of by one mistake and added more tests 8 years ago
  mingodad ea079daa15 Several fixes from squirrel. 8 years ago
  mingodad a956252624 Comment out/remove function.pcall because it doesn't work as documented, use try/catch instead. 8 years ago
  mingodad 28240f143f This version works with FLTK 1.4 8 years ago
  mingodad 713bd0120e Update tests 8 years ago
  mingodad 5cc722c21b Expose "obj_clone" global function to clone Table, Array, Class Instance. 8 years ago
  mingodad c0bc928b17 Revert to the previous version and use "fabs" for floats in tests. 8 years ago
  mingodad 40c48d3be7 Update sqlite3 8 years ago
  mingodad 003b35056f Fix BitVector extension to check for 1 based index. 8 years ago
  mingodad 753928da3f Add fossil-scm delta and hash functions extension 8 years ago
  mingodad 70fd207f89 The beginning of SquiLu unit tests 8 years ago
  mingodad 3723c98019 Based on fixes to the lua regex here are some initial fixes. 8 years ago
  mingodad ba1b6af267 More fixes found by porting Lua tests 8 years ago
  mingodad db60762121 Accepting empty pattern as Lua and Ruby does. 8 years ago
  mingodad 1e2b2deb0a Fix for segfault when the pattern is an empty string 8 years ago
  mingodad 59ccf6a8f0 Another bug found by implementing tests 8 years ago
  mingodad ae3de15a76 Fix to make math.abs work properly with floats 8 years ago
  mingodad a1f91a7470 Another fix due to the latest changes on the lua_regex 8 years ago
  mingodad c74277f2c2 Several fixes found when translating lua 5.1 tests (http://www.inf.puc-rio.br/%7Eroberto/lua/lua5.1-tests.tar.gz) 8 years ago