infinite loop is bad. |
|
More...
|
almost 13 years ago
|
Forgot to init the delimiter string :( |
|
More...
|
almost 13 years ago
|
forgot to add prototype |
|
More...
|
almost 13 years ago
|
Experimenting with a new string.explode function |
|
More...
|
almost 13 years ago
|
forgot to add a "c" to that sscanf :( |
|
More...
|
almost 13 years ago
|
the pLuaIgnoreLibrary directive now used sscanf to read the value instead, to avoid buffer overflow |
|
More...
|
almost 13 years ago
|
removed the preappended "0x" from the print-outs, as some systems already add those |
|
More...
|
almost 13 years ago
|
- updated ChangeLog.txt - Added addresses to function, table and userdata values on print() |
|
More...
|
almost 13 years ago
|
print() will not properly print boolean values as well as nil, table, function and userdata references |
|
More...
|
almost 13 years ago
|
Fixed a typo updated ChangeLog.txt |
|
More...
|
almost 13 years ago
|
Calling sleep() with a negative number will now resort to sleeping for 1 second |
|
More...
|
almost 13 years ago
|
Updated ChangeLog.txt to reflect the new file.send function. |
|
More...
|
almost 13 years ago
|
File should only be sent if it opens correctly, obviously. |
|
More...
|
almost 13 years ago
|
Added file.send(filename) for sending files using the sendfile system. |
|
More...
|
almost 13 years ago
|
Fixed an error in mod_plua.h where pLua_create_state had the wrong prototype name. |
|
More...
|
almost 13 years ago
|
Updated ChangeLog.txt |
|
More...
|
almost 13 years ago
|
Removed the last remnants of the explode() function |
|
More...
|
almost 13 years ago
|
Code cleanup |
|
More...
|
almost 13 years ago
|
Fixed the issue with Lua 5.2 not loading libraries properly. |
|
More...
|
almost 13 years ago
|
Add a kludge for Lua 5.2 on Windows, since it doesn't seem to like the manual loading of libraries at the moment. |
|
More...
|
almost 13 years ago
|
sleep() now accepts floating point values |
|
More...
|
almost 13 years ago
|
Testing using apr_sleep instead of std sleep |
|
More...
|
almost 13 years ago
|
Assume text/html as content type unless otherwise specified |
|
More...
|
almost 13 years ago
|
Check for string type on arg 2 should only be performed if db driver works |
|
More...
|
almost 13 years ago
|
2nd parameter for dbopen() should only be checked if the driver is working |
|
More...
|
almost 13 years ago
|
- Using mod_dbd in dbopen() no longer requires a second argument |
|
More...
|
almost 13 years ago
|
Updated ChangeLog.txt |
|
More...
|
almost 13 years ago
|
Code cleanup (as usual) |
|
More...
|
almost 13 years ago
|
- The value set by the pLuaRuns directive is now correctly followed instead of pLuaRuns+1 as it was earlier. |
|
More...
|
almost 13 years ago
|
Added some comments to the new pLua_openlibs function |
|
More...
|
almost 13 years ago
|