mingodad
|
bbd18eae11
Add new api function sq_compare to facilitate port lua extensions.
|
11 years ago |
mingodad
|
a32531100f
Fix that manage '\r' at the start of long string.
|
11 years ago |
mingodad
|
009a59ea8b
Added indexOf as an alias to find function for strings and arrays.
|
11 years ago |
mingodad
|
c8d61ccc42
Added minimal zip archive reader using libz/contrib/minizip
|
11 years ago |
mingodad
|
c3ebd6bf2e
Added function to "count_char" to string and fix some compiler warnings.
|
11 years ago |
mingodad
|
d75003242d
Update sqlite3
|
11 years ago |
mingodad
|
5d5b4a29cb
Update tinyxml2
|
11 years ago |
mingodad
|
744b28c473
Fix bug in os.time and make os.date accept time,format or format,time as parameters.
|
11 years ago |
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 years ago |
mingodad
|
01725f3cd0
Add checks to sq_tostring calls as mentioned on squirrel forum.
|
11 years ago |
mingodad
|
255390cb76
Update to sqlite 3.8.5
|
11 years ago |
mingodad
|
3e2c2a68f0
Update to fltk 1.3.2, this files are no longer needed.
|
11 years ago |
mingodad
|
44448059db
Update to fltk 1.3.2
|
11 years ago |
mingodad
|
f2345e84ff
Update to latest version on github.
|
11 years ago |
mingodad
|
0afa1fa03b
Add a minimal fltk window to test it.
|
11 years ago |
mingodad
|
439d1a4084
Added a port of EvaLayout
|
11 years ago |
mingodad
|
f2025d737e
Fix warnings
|
11 years ago |
mingodad
|
5778ac34d5
Fix warnings and add new functions.
|
11 years ago |
mingodad
|
2ad05b5b56
Fix string.split for a case when the separator is the last char and adding an empty string.
|
11 years ago |
mingodad
|
6fb3161690
Fix mistake that removed a size decrement
|
11 years ago |
mingodad
|
b295d2b9dd
Forgot to add "\t" to compute the space to allocate the buffer.
|
11 years ago |
mingodad
|
bf7857cf79
Add "\t" as a special case to output it as "\t" instead of "\x9"
|
11 years ago |
mingodad
|
ff59a7fa72
Fix eating "\r" without decrementing parse string size, that was generating garbage at the end of the formated string.
|
11 years ago |
mingodad
|
4d379179b8
Add a hack fix to read binary data from ajax with IE.
|
11 years ago |
mingodad
|
0923023cbe
Fix resize window to not be smaller than it's child.
|
11 years ago |
Domingo Alvarez Duarte
|
730caef3c9
Enhance dumping bytecode.
|
11 years ago |
Domingo Alvarez Duarte
|
9cfa704dd3
Fix copy and paste mistake.
|
11 years ago |
Domingo Alvarez Duarte
|
1ea476fa8f
Add member function to retrieve rows as table.
|
11 years ago |
mingodad
|
f0bd26142d
Fix a wrong size calc for calling malloc
|
11 years ago |
mingodad
|
ae743d1eaa
Fixes from squirrel 3.0.6 and an attempt to use computed gotos on the vm, right now it does not add any performance enhancements.
|
11 years ago |