提交歷史

作者 SHA1 備註 提交日期
  mingodad af2e1cacf5 Add zlib to scripts through mongoose http server 9 年之前
  mingodad b61525390d Fix a bug in the compiler "include" code where doing a Lex() before the include file could trigger a search for a symbol defined on the include file and because of that be attached to a global search at runtime. 9 年之前
  mingodad b45faebb79 Made more curl options available to scripts 9 年之前
  mingodad 14a19a5f17 Added a string method to calculate a modulo 97/10, expect as argument a string containing numbers only 9 年之前
  mingodad 2172500e88 Fix from squirrel 9 年之前
  mingodad f683aecef3 Added custom function "bytes" that return the number of bytes instead of characters 9 年之前
  mingodad 94648431ba Add the method clear to Fl_menu_ 9 年之前
  mingodad ead66acf3a Fix makefiles 9 年之前
  mingodad 8a60311572 Allow exec, exec_one_dml, exec_get_first_row, exec_get_one to accept an already prepared statement 9 年之前
  mingodad ad50e28b3e Update sqlite3 9 年之前
  mingodad 1533a0608a Added extra parameters start_pos and max_len_to_find to find_lua, match, gmatch 9 年之前
  mingodad 590ee4c685 Update sqlite3 9 年之前
  mingodad 517fbf1bab Add global function existsfile 9 年之前
  mingodad d495afd868 Update sqlite3 9 年之前
  mingodad 04f05803b0 Fix lexer when using lookahead on a source code with an identifier at the end without a semicolon 9 年之前
  mingodad 43addb136c Add exec_one_dml that accept bind parameters 9 年之前
  mingodad 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 年之前
  mingodad eb1c8e4414 Added the global rawcall that was implemented on squirrel 9 年之前
  mingodad 203081e15e Fix project and make files with new path requirements 9 年之前
  mingodad 18c19b3971 Added lua_find_count function to show the number of a matching pattern on a record 9 年之前
  mingodad ea08114a80 Update sqlite3 and fixes for sublatin nocase comparison 9 年之前
  mingodad 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 年之前
  mingodad 5950990c1d Update sqlite3 9 年之前
  mingodad 2a97c6eac2 Add string method "edit_distance" that returns the levenshtein distance 9 年之前
  mingodad a58d16033e Update sqlite3 9 年之前
  mingodad f7753fc37d Fix typescript style class member declarations 9 年之前
  mingodad 64e8a503b7 Accept and discard C/C++ style cast, right now only the type (int) no other qualifiers "const/*/..." 9 年之前
  mingodad 025c89a0a9 Fix parsing template declaration inside class/struct. 9 年之前
  mingodad 45512ad52d Simplification of the "goto" implementation, it's usable with care, goto/jump crossing declaration/initialization need to show an error message, still need work. 9 年之前
  mingodad 035fb55be6 The "goto" implementation is in a working state but still need more work. 9 年之前