mingodad
|
40c48d3be7
Update sqlite3
|
8 years ago |
mingodad
|
003b35056f
Fix BitVector extension to check for 1 based index.
|
8 years ago |
mingodad
|
753928da3f
Add fossil-scm delta and hash functions extension
|
8 years ago |
mingodad
|
70fd207f89
The beginning of SquiLu unit tests
|
8 years ago |
mingodad
|
3723c98019
Based on fixes to the lua regex here are some initial fixes.
|
8 years ago |
mingodad
|
ba1b6af267
More fixes found by porting Lua tests
|
8 years ago |
mingodad
|
db60762121
Accepting empty pattern as Lua and Ruby does.
|
8 years ago |
mingodad
|
1e2b2deb0a
Fix for segfault when the pattern is an empty string
|
8 years ago |
mingodad
|
59ccf6a8f0
Another bug found by implementing tests
|
8 years ago |
mingodad
|
ae3de15a76
Fix to make math.abs work properly with floats
|
8 years ago |
mingodad
|
a1f91a7470
Another fix due to the latest changes on the lua_regex
|
8 years ago |
mingodad
|
c74277f2c2
Several fixes found when translating lua 5.1 tests (http://www.inf.puc-rio.br/%7Eroberto/lua/lua5.1-tests.tar.gz)
|
8 years ago |
mingodad
|
79d863965c
Fix expected parameters for string.reverse
|
8 years ago |
mingodad
|
8090afa720
Fix handling of embedded octal characters in strings
|
8 years ago |
mingodad
|
cc346b1efb
Add the an adapted string comparison from lua to replace the default libc thus allowing compare strings with embedded zeros.
|
8 years ago |
mingodad
|
06002f3ad5
Fix to be able to sent a silent exception when throwing NULL in the C api.
|
8 years ago |
mingodad
|
2a2d4307b3
Enhance Flv_Data_Table row selection.
|
8 years ago |
mingodad
|
fbfa0c2cfd
A better error message for case where we have a variable declaration inside a for loop.
|
8 years ago |
mingodad
|
021f2f62d7
Fix for wrong line counting inside block comments.
|
8 years ago |
mingodad
|
e4650598a8
Accept two or more consecutive strings as one like in C/C++
|
8 years ago |
mingodad
|
79b78d4da1
Add a check for embedded octal characters not overflowing
|
8 years ago |
mingodad
|
8aae2c2e4e
Normalize several naked chars and fix parsing strings with octal characters embedded
|
8 years ago |
mingodad
|
41c6f4c40c
The last fix on comments was still missing the last char in a line if it was '*'
|
8 years ago |
mingodad
|
9daea8a4ec
Add a field to Lex to store the readcount
|
8 years ago |
mingodad
|
dc70b67d80
Fix a missing character when we have two consecutive '*' inside a comment block.
|
8 years ago |
mingodad
|
280aeba8c9
The compiler now accept integer literal suffixes "uUsSlL" but still all of then are stored as SQInteger.
|
8 years ago |
mingodad
|
60322d444e
Make the compiler accept typedef of fixed size array "typedef int_t int_a8[8];"
|
8 years ago |
mingodad
|
ce1c21f8cf
Fix a mistake
|
8 years ago |
mingodad
|
2156a2bfe2
Make the random number initialize/terminate reference counted but still not thread safe
|
8 years ago |
mingodad
|
c866998352
Expose axtls random numero generator
|
8 years ago |