11 Commits

Author SHA1 Message Date
5dc4c42958 [DEV] correct include folder 2018-06-26 23:21:34 +02:00
albertodemichelis
be35cf850b -fixed _set method in userdata deelegates
-fixed some warnings
-sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
2017-01-02 18:21:41 +08:00
Markus F.X.J. Oberhumer
eeba56c81b Normalize whitespace.
Convert source files to Unix EOL mode, convert .bat files to DOS EOL
mode, de-tabify and strip trailing whitespace.
2016-08-19 13:40:31 +02:00
zeromus
b589ea521d deterministically handle error in incomplete regexp escape sequence 2016-04-23 20:29:04 -05:00
albertodemichelis
3090721fc6 solved annoying clang warning 2016-03-07 23:57:01 +08:00
Markus F.X.J. Oberhumer
026671b3d5 Silence some pedantic compilation warnings. 2016-03-06 15:49:46 +01:00
albertodemichelis
737ea798a8 added \u and \U escape sequence for UTF8,UTF16 or UCS4 characters
the escape character \x is based on sizeof(SQChar)
2016-03-05 19:29:14 +08:00
Markus F.X.J. Oberhumer
0378c7016f Normalize whitespace.
Convert files to Unix EOL mode, de-tabify and strip trailing whitespace.
2016-02-15 20:51:20 +01:00
Peter Hartley
00f7a65aae Dont allow regexping off the end of a string 2016-01-24 01:15:08 +08:00
mingodad
85e82ea746 Remove set of unused variables.
Add a new matching rule \m that behaves similar to lua %b, it matches a balanced open and close characters ex:
\m() <- will match a balanced pair of ( and )
\m{} <- will match a balanced pair of { and }
See lua %b for more info.
Also include a nut file as example.
2016-01-18 20:32:38 +00:00
albertodemichelis
85dfe4b676 first commit 2015-12-22 03:14:21 +08:00