summaryrefslogtreecommitdiff
path: root/lib/BLua.cc
AgeCommit message (Collapse)Author
2009-11-13Speeding up a little bit the Lua class.Pixel
2009-11-11Forgot a few extern CsPixel
2009-11-09Removing the Lua lock system, and switching to a true Lua C++ inclusion ↵Pixel
philosophie.
2009-11-08Typo...Pixel
2009-11-08Adding jit and bit opens to the Lua class.Nicolas "Pixel" Noble
2009-11-08Small adjustments preparing for LuaJIT.Nicolas "Pixel" Noble
2009-11-05Adding wrap_open, in order to be able to call third party lua libraries.Pixel
2009-10-21Merge branch 'master' of ↵Pixel
ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Baltisot
2009-10-21Adding a few much needed consts.Pixel
2009-10-20Supporting win32's getenv/setenv.Pixel
2009-10-05Some sanity changes.Pixel
- Making the whole library a little bit more threadsafe. - Truly deprecating the to_charp() call - let's see what will break now, and fix it. - Adding the "sleep" call to Lua, in ms.
2009-07-07Adding get/set/unsetenv to Lua.Pixel
2009-06-01How is linux handling that ? dumpvar is static, we shouldn't be able to call ↵Pixel
this method.
2009-05-28Uniformizing the usage of luarecast.Pixel
2008-10-08Be nicer with windows telnet by changing the LuaPrinter behavior: now puts ↵Pixel
has to add the CR/LF itself.
2008-09-29Bumping Copyright date.Pixel
2008-09-29Getting rid of these nasty expanded keywords.Pixel
2008-09-26Fixing MSVC whinnings.Pixel
2008-09-23Compiler bitching fix.pixel
2008-08-20Avoiding _G infinite recursion while dumping.pixel
2008-07-18Adding time() function.pixel
2008-07-05Removing the useless lock/unlock code from the Lua interface.pixel
2008-05-20Real string escaping this time...pixel
2008-05-18Fixing tostring to have a more coherent behavior.pixel
2008-01-25Trying better string handling method - allowing embedded zeroes.pixel
2008-01-23Deffering the deletion of the thread to the garbage collector, through the ↵pixel
weaken() method, just introduced.
2008-01-15Fixing one small printer bug.pixel
2008-01-06Fixing double delete with the explicit destructor.pixel
2007-08-07Protecting a bit more the output.pixel
2007-07-27Upgrading to Lua-5.1.2pixel
2007-07-12Typo.pixel
2007-07-12Last patch seems to work fine - let's try to be a bit nicer with the memory now.pixel
2007-06-17Adding method "next".pixel
2007-05-31Implementing print inside of the Lua object, and using LuaPrinter object in ↵pixel
order to redirect prints on a per-VM basis.
2007-05-30Trying to work around a spawn-Domain-from-thread issue, but doesn't really ↵pixel
seem to fix it.
2007-05-30Updating / inserting copyright header.pixel
2007-05-30Compilation fix.pixel
2007-05-30Swapping argument order.pixel
2007-05-30Introducing objnames.pixel
2007-05-27Fixing thread saving system.pixel
2007-05-23Adding "remove", "insert" and "replace" methods.pixel
2007-05-22Adding showstack() method.pixel
2007-04-11Introducing "safe" mode for openio (even though it's not used yet) andpixel
fixed a dumpvar() issue with the \r character.
2007-04-02Adding the status method to the Lua class, useless for now, as this only ↵pixel
exists in Lua 5.1.
2006-11-13AMD64 fixes.pixel
2006-07-16Adding mkdir to LUApixel
Fixing iconv Fixing the hash table functions
2006-02-09In general: better thread handling. Added locks everywhere it should. ↵pixel
Added/fixed thread spawning stuff. Also, added Lua's methods: -) copy -) setgcthreshold -) getgcthreshold -) getgccount
2006-02-02Removing a lot of warnings, as well as a bunch of terrible bugs!pixel
2006-01-31Way too much changes - all over.pixel
2005-12-01Added getglobal & dumpvars, as well as fixed a few argument checks.pixel