Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug where reference to Linda object was dropped for a short time ( ↵ | dptr1988 | 2011-01-23 | 1 | -1/+6 |
| | | | | | | | | | crashing if GC was run during that time ). The reference could have also been stored in the module table ( or globals ) but those can be overwritten by the user. With the Lua registry, it should be inaccessible by the user and since it's referenced by a unique key, it should also normally be in accessible to C libraries, making it a relativily safe place to store the reference. | ||||
* | Changed luaG_push_proxy to cache deep userdata proxies. | dptr1988 | 2011-01-19 | 1 | -3/+46 |
| | |||||
* | Updated dist.info to v2.0.10v2.0.10 | Michal Kottman | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Fixed CMakeLists.txt to search for lua and luac | Michal Kottman | 2011-01-08 | 1 | -0/+5 |
| | |||||
* | Cleanup | Michal Kottman | 2011-01-08 | 6 | -2358/+0 |
| | |||||
* | Take all code from Asko Kauppi's SVN server, and push it here so that the ↵ | Benoit Germain | 2011-01-04 | 23 | -492/+3319 |
| | | | | | | | | | | | | github repository becomes the official Lanes source codebase. Note that Asko's SVN server holds version 2.0.9, whereas this is version 2.0.10, but I don't see any real need to update SVN if it is to become deprecated. Next steps: - upgrade the rockspec to the latest version - make the html help available online somewhere Signed-off-by: Benoit Germain <bnt.germain@gmail.com> | ||||
* | Droping down CMake requirementv2.0.3 | Peter Drahoš | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:drahosp/lanes | Peter Drahoš | 2010-10-01 | 0 | -0/+0 |
|\ | |||||
| * | First commit! | Peter Drahoš | 2010-10-01 | 1 | -0/+0 |
| | |||||
* | Import to git | Peter Drahoš | 2010-10-01 | 47 | -0/+9195 |