index
:
Baltisot
master
Unnamed repository; edit this file to name it for gitweb.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
BLua.cc
Age
Commit message (
Expand
)
Author
2009-12-07
Upgrading to LuaJIT 2.0.0-beta2 - changing the callwrap support.
Nicolas "Pixel" Noble
2009-12-01
Whoops... was removing a biiiit too much off the stack.
Nicolas "Pixel" Noble
2009-12-01
Protecting the pushes in order to make sure we have enough stack space every ...
Nicolas "Pixel" Noble
2009-12-01
Trying to better cleanup the stack after the various opens.
Nicolas "Pixel" Noble
2009-11-13
Speeding up a little bit the Lua class.
Pixel
2009-11-11
Forgot a few extern Cs
Pixel
2009-11-09
Removing the Lua lock system, and switching to a true Lua C++ inclusion philo...
Pixel
2009-11-08
Typo...
Pixel
2009-11-08
Adding jit and bit opens to the Lua class.
Nicolas "Pixel" Noble
2009-11-08
Small adjustments preparing for LuaJIT.
Nicolas "Pixel" Noble
2009-11-05
Adding wrap_open, in order to be able to call third party lua libraries.
Pixel
2009-10-21
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/Bal...
Pixel
2009-10-21
Adding a few much needed consts.
Pixel
2009-10-20
Supporting win32's getenv/setenv.
Pixel
2009-10-05
Some sanity changes.
Pixel
2009-07-07
Adding get/set/unsetenv to Lua.
Pixel
2009-06-01
How is linux handling that ? dumpvar is static, we shouldn't be able to call ...
Pixel
2009-05-28
Uniformizing the usage of luarecast.
Pixel
2008-10-08
Be nicer with windows telnet by changing the LuaPrinter behavior: now puts ha...
Pixel
2008-09-29
Bumping Copyright date.
Pixel
2008-09-29
Getting rid of these nasty expanded keywords.
Pixel
2008-09-26
Fixing MSVC whinnings.
Pixel
2008-09-23
Compiler bitching fix.
pixel
2008-08-20
Avoiding _G infinite recursion while dumping.
pixel
2008-07-18
Adding time() function.
pixel
2008-07-05
Removing the useless lock/unlock code from the Lua interface.
pixel
2008-05-20
Real string escaping this time...
pixel
2008-05-18
Fixing tostring to have a more coherent behavior.
pixel
2008-01-25
Trying better string handling method - allowing embedded zeroes.
pixel
2008-01-23
Deffering the deletion of the thread to the garbage collector, through the we...
pixel
2008-01-15
Fixing one small printer bug.
pixel
2008-01-06
Fixing double delete with the explicit destructor.
pixel
2007-08-07
Protecting a bit more the output.
pixel
2007-07-27
Upgrading to Lua-5.1.2
pixel
2007-07-12
Typo.
pixel
2007-07-12
Last patch seems to work fine - let's try to be a bit nicer with the memory now.
pixel
2007-06-17
Adding method "next".
pixel
2007-05-31
Implementing print inside of the Lua object, and using LuaPrinter object in o...
pixel
2007-05-30
Trying to work around a spawn-Domain-from-thread issue, but doesn't really se...
pixel
2007-05-30
Updating / inserting copyright header.
pixel
2007-05-30
Compilation fix.
pixel
2007-05-30
Swapping argument order.
pixel
2007-05-30
Introducing objnames.
pixel
2007-05-27
Fixing thread saving system.
pixel
2007-05-23
Adding "remove", "insert" and "replace" methods.
pixel
2007-05-22
Adding showstack() method.
pixel
2007-04-11
Introducing "safe" mode for openio (even though it's not used yet) and
pixel
2007-04-02
Adding the status method to the Lua class, useless for now, as this only exis...
pixel
2006-11-13
AMD64 fixes.
pixel
2006-07-16
Adding mkdir to LUA
pixel
[next]