Commit History

Author SHA1 Message Date
  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
  mingodad 79d863965c Fix expected parameters for string.reverse 8 years ago
  mingodad 8090afa720 Fix handling of embedded octal characters in strings 8 years ago
  mingodad cc346b1efb Add the an adapted string comparison from lua to replace the default libc thus allowing compare strings with embedded zeros. 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 2a2d4307b3 Enhance Flv_Data_Table row selection. 8 years ago
  mingodad fbfa0c2cfd A better error message for case where we have a variable declaration inside a for loop. 8 years ago
  mingodad 021f2f62d7 Fix for wrong line counting inside block comments. 8 years ago
  mingodad e4650598a8 Accept two or more consecutive strings as one like in C/C++ 8 years ago
  mingodad 79b78d4da1 Add a check for embedded octal characters not overflowing 8 years ago
  mingodad 8aae2c2e4e Normalize several naked chars and fix parsing strings with octal characters embedded 8 years ago