Commit History

Author SHA1 Message Date
  mingodad ec1914f248 Add/update several script examples. 10 years ago
  mingodad 278aa69466 Now it's in a working condition, add a sample to show how to use it. 10 years ago
  mingodad 90b51aae80 Add a macro to add the dynamic library extension depending on the OS. 10 years ago
  mingodad d6959a1863 Start of a libclang extension. 10 years ago
  mingodad c88486609b Rename a variable 10 years ago
  mingodad 9c84674630 Add fixes from squrrel 10 years ago
  mingodad d626a01129 Some fixes from squirrel 3.1 and convert to only LF. 10 years ago
  mingodad 06f456a0d4 Add "let" and "auto" as alias to "local", now squilu accepts "local", "var", "let", "auto", "int_t", "uint_t", "int8_t", "uint8_t", ... 10 years ago
  mingodad 8b34572c8c Some hand made makefiles to compile squilu to no linux platforms. 10 years ago
  mingodad 9d254896db Small squilu script showing how create function definitions to dynamic loaded extensions. 10 years ago
  mingodad 17acde918a Change uint64_t by size_t in sendfile, but because of mix of LF/CRLF now it's all LF only. 10 years ago
  mingodad f01d6d7f6e Update sqlite3 10 years ago
  mingodad e155bd1feb The string_find_close_quote now accepts an optional parameter to indicate the quote character. 10 years ago
  mingodad f2753d185f Add an optional parameter to read_line to tell the expected line size as a hint to do memory allocations 10 years ago
  mingodad 305909b5fd Fix calls to new base table functions 10 years ago
  mingodad 7ecd212963 Update sqlite3 10 years ago
  mingodad 147b811d54 Expose raw access to tables, this way we can rawset, rawget, rawin, rawdelete any key value on a table. 10 years ago
  mingodad c0f49f3dd1 Remove unnecessary string copy on SQInteger _stream_readblob(HSQUIRRELVM v) 10 years ago
  mingodad f1f79507d1 Undo last commit it was a bad build on os x. 10 years ago
  mingodad 4403bdf171 Fix a bug where read_size is incremented more than once inside the loop. 10 years ago
  mingodad b8d98a11e8 Fix bug that manifests when file ends without '\n'. 10 years ago
  mingodad 3df8812cfe Code cleanup 10 years ago
  mingodad ce737701ff Fix handling escaped escape_chars 10 years ago
  mingodad 063cfdf5f3 Change to preload a script using command line parameter instead by default "squilu.nut" 10 years ago
  mingodad b6365c002c SquiLu now will try to preload a script file named "squilu.nut" if it exists 10 years ago
  mingodad 7999aa659b Fix misspelling of function names 10 years ago
  mingodad d1aebcf669 Add functions: 10 years ago
  mingodad 6e45031b8a Move extesnsions_key literal to squirrel.h 10 years ago
  mingodad faa7e255b7 Update sqlite3 10 years ago
  mingodad a57bc90f1d Added fixes from https://github.com/moteus/librs232 10 years ago