mingodad
|
eb8cb3dbdd
Add more array alias method names.
|
11 年之前 |
mingodad
|
e2bab947e2
Add some extended sqlite v2 error codes. Also update sqlite3 to the latest one.
|
11 年之前 |
mingodad
|
26117309d1
Accept a boolean parameter after the closure parameter when creating a sqlite3 function when set to bool the SQLITE_DETERMINISTIC is set.
|
11 年之前 |
mingodad
|
4231eac203
Rename string.empty to string.isempty and add string.trim/ltrim/rtrim as alias to strip
|
11 年之前 |
mingodad
|
1b2ea23e58
Changed the prototype of sq_tobool and added sq_tointeger, sq_tofloat.
|
11 年之前 |
mingodad
|
01cdd0dc56
Add a check to do not call unnecessary code as pointed by unagipai on squirrel forum.
|
11 年之前 |
mingodad
|
bbd18eae11
Add new api function sq_compare to facilitate port lua extensions.
|
11 年之前 |
mingodad
|
a32531100f
Fix that manage '\r' at the start of long string.
|
11 年之前 |
mingodad
|
009a59ea8b
Added indexOf as an alias to find function for strings and arrays.
|
11 年之前 |
mingodad
|
c8d61ccc42
Added minimal zip archive reader using libz/contrib/minizip
|
11 年之前 |
mingodad
|
c3ebd6bf2e
Added function to "count_char" to string and fix some compiler warnings.
|
11 年之前 |
mingodad
|
d75003242d
Update sqlite3
|
11 年之前 |
mingodad
|
5d5b4a29cb
Update tinyxml2
|
11 年之前 |
mingodad
|
744b28c473
Fix bug in os.time and make os.date accept time,format or format,time as parameters.
|
11 年之前 |
mingodad
|
8025c6c450
Fix unintended call to sq_base_register when not creating a new root table, this bug was pointed on squirrel forum by lucasc190.
|
11 年之前 |
mingodad
|
01725f3cd0
Add checks to sq_tostring calls as mentioned on squirrel forum.
|
11 年之前 |
mingodad
|
255390cb76
Update to sqlite 3.8.5
|
11 年之前 |
mingodad
|
3e2c2a68f0
Update to fltk 1.3.2, this files are no longer needed.
|
11 年之前 |
mingodad
|
44448059db
Update to fltk 1.3.2
|
11 年之前 |
mingodad
|
f2345e84ff
Update to latest version on github.
|
11 年之前 |
mingodad
|
0afa1fa03b
Add a minimal fltk window to test it.
|
11 年之前 |
mingodad
|
439d1a4084
Added a port of EvaLayout
|
11 年之前 |
mingodad
|
f2025d737e
Fix warnings
|
11 年之前 |
mingodad
|
5778ac34d5
Fix warnings and add new functions.
|
11 年之前 |
mingodad
|
2ad05b5b56
Fix string.split for a case when the separator is the last char and adding an empty string.
|
11 年之前 |
mingodad
|
6fb3161690
Fix mistake that removed a size decrement
|
11 年之前 |
mingodad
|
b295d2b9dd
Forgot to add "\t" to compute the space to allocate the buffer.
|
11 年之前 |
mingodad
|
bf7857cf79
Add "\t" as a special case to output it as "\t" instead of "\x9"
|
11 年之前 |
mingodad
|
ff59a7fa72
Fix eating "\r" without decrementing parse string size, that was generating garbage at the end of the formated string.
|
11 年之前 |
mingodad
|
4d379179b8
Add a hack fix to read binary data from ajax with IE.
|
11 年之前 |