mingodad
|
5f1bd95240
Move the call to CallDelayedReleaseHooks from after _OP_CALL:OT_CLOSURE to after _OP_CALL.
|
13 년 전 |
mingodad
|
7cb9d4eeda
Removing unnecessary auxiliar structure to hold SSL_CTX and SSL pointers make the code simpler.
|
13 년 전 |
mingodad
|
1f08bf8ad3
Fix a mistake on placement of preprocessing LUASOCKET_DEBUG directive that was causing settimeout to not work.
|
13 년 전 |
mingodad
|
9f6dee128e
Fixed the debug build
|
13 년 전 |
mingodad
|
b16aeb4f1b
More fixes from the conversion from Lua to SquiLu.
|
13 년 전 |
mingodad
|
d6d8eca201
Fix implementation error from converting from Lua to SquiLu, It's not enough to test for OT_CLOSURE we need also test OT_NATIVECLOSURE.
|
13 년 전 |
mingodad
|
ede89820c0
Fixed several implementation errors
|
13 년 전 |
mingodad
|
75799d59d7
Added axtls and zmq3 to squilu.
|
13 년 전 |
mingodad
|
64da2f1cd8
Fixed parameters mask for "exit".
|
13 년 전 |
mingodad
|
84de4fb182
Add new tokens for make bitwise operations shorter "|=", "&=", "^=", but not implement then yet.
|
13 년 전 |
mingodad
|
e1515673bf
Port the sample to test axtls.
|
13 년 전 |
mingodad
|
42aa2368a6
Fixed paramters maks of "listen".
|
13 년 전 |
mingodad
|
5dd9351cc7
Fixed some mistakes on parameters, and renamed the register function.
|
13 년 전 |
mingodad
|
eee1fdd752
More close to a working version.
|
13 년 전 |
mingodad
|
868811fbac
Remodeled read_line to also work with the last line that is not followed by "\n".
|
13 년 전 |
mingodad
|
2dc12b107f
Add an optional blob parameter to FPDF::Output.
|
13 년 전 |
mingodad
|
c1b1c82cec
Fixed a mistake on returning SQ_OK insteaqd of SQ_ERROR.
|
13 년 전 |
mingodad
|
93cbf029ef
Example showing the sublatin string functions
|
13 년 전 |
mingodad
|
7ab0496f93
Added new string functions:
|
13 년 전 |
mingodad
|
ade2b8f9d6
Add conditional compilation to use zlib with fpdf.
|
13 년 전 |
mingodad
|
5477147187
Moved string functions from string lib to string delegate also add alias "size" for "len".
|
13 년 전 |
mingodad
|
b612017840
Moved string functions to delegate
|
13 년 전 |
mingodad
|
c0c0249886
Code reformat
|
13 년 전 |
mingodad
|
6107d99874
Implement some missing methods, fix parameters from int to bool to make it more natural on coding.
|
13 년 전 |
mingodad
|
9b39b6fccb
Remodeled to generate win32 builds
|
13 년 전 |
mingodad
|
1e3a3cdf2d
Changed the hard coded "gcc" to "$(CC)" to facilitate change the compiler to clang
|
13 년 전 |
mingodad
|
2cac551381
Changed the hard coded "gcc" by "$(CC)" to facilitate change the compiler to clang.
|
13 년 전 |
mingodad
|
56c8e49b43
Add all files needed to make the application server.
|
13 년 전 |
mingodad
|
72a50686ec
Remove unused assignment
|
13 년 전 |
mingodad
|
21df7200b4
Rmoved unused assignment
|
13 년 전 |