mingodad
|
94352c351e
Add string_iso88959_to_utf8 method to string
|
9 years ago |
mingodad
|
9a1f1b0a7c
Expose string.hash method
|
9 years ago |
mingodad
|
7cc5d7a7b7
Change the string.strchr function to return the string index instead of an aleatory pointer cast to integer, also accept an optional integer offset from the beginning of the string.
|
9 years ago |
mingodad
|
7ad249dd1b
Add new method to string "countchr"
|
9 years ago |
mingodad
|
b1bbb00763
Fix a bug in passing captures from lua_regex also add a new method "strchr"
|
9 years ago |
mingodad
|
5d951a5864
Add the methods "find_lua, match, gmatch" to blob
|
9 years ago |
mingodad
|
8c988eac33
Add new method to array "minsize" to resize an array only if needed.
|
9 years ago |
mingodad
|
7953e0bbf2
Expose the max_includes compiler parameter to scripts and api
|
9 years ago |
mingodad
|
14a19a5f17
Added a string method to calculate a modulo 97/10, expect as argument a string containing numbers only
|
9 years ago |
mingodad
|
1533a0608a
Added extra parameters start_pos and max_len_to_find to find_lua, match, gmatch
|
9 years ago |
mingodad
|
19542c3db7
Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex
|
9 years ago |
mingodad
|
2a97c6eac2
Add string method "edit_distance" that returns the levenshtein distance
|
9 years ago |
mingodad
|
195c55812a
Remove glitchs
|
9 years ago |
mingodad
|
728ad788a8
Update with squirrel, spaces/tabs changed
|
9 years ago |
mingodad
|
9096e0e040
Make delayed release hooks optional
|
9 years ago |
mingodad
|
dbf7801d72
Fix conversion to bases biggeer or equal 14 to integer
|
9 years ago |
mingodad
|
f55adfbdc5
Add new global to function to make a string from a list of integers/chars
|
9 years ago |
mingodad
|
79a009d408
Several fixes from squirrel
|
9 years ago |
mingodad
|
6941aeae44
Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..."
|
9 years ago |
mingodad
|
de8643bc87
Now SquiLu parse and store function parameters type and return type following the typescript parameter definition style.
|
10 years ago |
mingodad
|
1b445be88f
Fix improper handling of negative values introduced by transfering code from squirrel
|
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
|
e155bd1feb
The string_find_close_quote now accepts an optional parameter to indicate the quote character.
|
10 years ago |
mingodad
|
305909b5fd
Fix calls to new base table functions
|
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
|
3df8812cfe
Code cleanup
|
10 years ago |
mingodad
|
ce737701ff
Fix handling escaped escape_chars
|
10 years ago |
mingodad
|
740aabce31
Fix for empty strings.
|
10 years ago |
mingodad
|
8c9429a24e
Fix bug not matching one character at the beginning of a string.
|
10 years ago |