mingodad
|
2d28dca9b2
Added a macro to calculate the size of static strings.
|
13 년 전 |
mingodad
|
e167955635
Added constants to DecimalCtx.
|
13 년 전 |
mingodad
|
d8b55993cf
Reset the values after catching division by zero
|
13 년 전 |
mingodad
|
6c379b13e5
Advanced to a initial working version of the Decimal module.
|
13 년 전 |
mingodad
|
28c37c084b
First stage of adding "Decimal" class to Squirrel\SquiLu using mpdecimal library http://www.bytereef.org/mpdecimal
|
13 년 전 |
mingodad
|
a3949cd386
More work on the application server for OurBiz
|
13 년 전 |
mingodad
|
ac4e7c738a
Added code to manage integer overflow at compile time, only the basics, need to be extended.
|
13 년 전 |
mingodad
|
f889b29cc5
Add new function "atexithandler" to register a function to be called at scripting exit.
|
13 년 전 |
mingodad
|
02b871d1aa
Added a new function "write_str" to be able to write partial strings to streams, specially SQBlob.
|
13 년 전 |
mingodad
|
b6e78a1b13
Fix and expose 2 functions to unencode a string lenght encoded like stream.
|
13 년 전 |
mingodad
|
8532f74163
Add functio to get raw http request fro debug
|
13 년 전 |
mingodad
|
91a00dcea5
Add a function to get the raw http request for debug purposes
|
13 년 전 |
mingodad
|
8b1e8ec1b7
First step converting the client side from C++ to SquiLu.
|
13 년 전 |
mingodad
|
38c3c305e0
Added new script function to blob "reserve".
|
13 년 전 |
mingodad
|
3df6ae2662
Added two new functions "getmillicount" and "getmillispan" using code from http://www.firstobject.com/getmillicount-milliseconds-portable-c++.htm
|
13 년 전 |
mingodad
|
c8d727a944
Separate happyhttp an added copyright.
|
13 년 전 |
mingodad
|
f0be39d212
The http/javascript interface for the "OurBiz" application
|
13 년 전 |
mingodad
|
7f6602d06a
Tests for the upcoming application server.
|
13 년 전 |
mingodad
|
06854d99cb
Because I changed the retrun value of tcp.receive to return an array [data, error] this sample was modified.
|
13 년 전 |
mingodad
|
554a4c1c96
Fixed several mistakes made when converting from Lua to Squirrel/SquiLu
|
13 년 전 |
mingodad
|
d1da711a53
Added a check for "IDIV DoS" http://kqueue.org/blog/2012/12/31/idiv-dos/ like in PostgreSQL
|
13 년 전 |
mingodad
|
b83a9aac54
Added method "empty" to array
|
13 년 전 |
mingodad
|
ad3e5f5c6c
Added two new api functions "sq_setfenv" and "sq_getfenv" the first sets a function environment with optionally cloning it, the second gets (push on stack) a function env with the option to push the roottable when the env is null.
|
13 년 전 |
mingodad
|
d3e269f179
Added new string function "match" with almost the same functionality as the Lua string.match except it do not return multiple values.
|
13 년 전 |
mingodad
|
20c8359339
Added some test program fro fltk
|
13 년 전 |
mingodad
|
aee3f635f0
Renamed sqfltk to sq_fltk
|
13 년 전 |
mingodad
|
9e2d2d4278
Renamed to sq_fltk
|
13 년 전 |
mingodad
|
ea9f897ddb
Added a "bsearch" method to array.
|
13 년 전 |
mingodad
|
65326f6619
A bit more close to get reference variables working.
|
13 년 전 |
mingodad
|
9a0abde524
Removed "_tostring" from blob and added "tostring", remodeled "memset" to use my extension write style.
|
13 년 전 |