index
:
lanes
C-Implementation
gh-pages
master
A mirror of https://github.com/LuaLanes/lanes.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Deep userdata changes
Benoit Germain
2014-06-17
1
-468
/
+4
*
Fix build issues with compat.c/h
Benoit Germain
2014-04-23
1
-3
/
+1
*
moved compatibility code in a separate file
Benoit Germain
2014-04-03
1
-43
/
+0
*
Don't mutex-wrap require() more than once
Benoit Germain
2014-03-19
1
-4
/
+5
*
Multiverse compatibility
Benoit Germain
2014-02-26
1
-150
/
+197
*
more graceful handling of out-of-memory errors
Benoit Germain
2014-02-18
1
-1
/
+4
*
Lanes init crash fix
Benoit Germain
2014-02-18
1
-11
/
+22
*
Deep userdata support improvements
Benoit Germain
2014-02-17
1
-419
/
+372
*
another Lua stack overflow fix
Benoit Germain
2014-01-24
1
-1
/
+2
*
2 crash fixes and 1 experiment
Benoit Germain
2014-01-22
1
-9
/
+13
*
fix on_state_create circular logic issue
Benoit Germain
2014-01-06
1
-13
/
+43
*
Update tools.c
AlexanderKhilo
2013-12-28
1
-0
/
+2
*
new config option demote_full_userdata
Benoit Germain
2013-12-20
1
-3
/
+22
*
supposedly improved pthread support
Benoit Germain
2013-11-29
1
-4
/
+5
*
Fix internal error at lane creation when the generator doesn't open any base ...
Benoit Germain
2013-11-18
1
-5
/
+4
*
Changed a DEBUGSPEW output
Benoit Germain
2013-11-16
1
-1
/
+1
*
Fix a case where an error could be raised inside a keeper state
Benoit Germain
2013-11-13
1
-1
/
+2
*
Improved some DEBUGSPEW output
Benoit Germain
2013-11-07
1
-2
/
+6
*
Fix an unitialized variable usage
Benoit Germain
2013-11-06
1
-0
/
+1
*
Fix lanes.nameof() crashing when encountering a light userdata
Benoit Germain
2013-11-04
1
-12
/
+20
*
version 3.7.0
Benoit Germain
2013-10-11
1
-28
/
+68
*
bugfix: no longer create a global named "lanes.core" inside lanes when libs l...
Benoit Germain
2013-10-03
1
-17
/
+11
*
Fix crash when a module is a simple C function (issue #59)
Benoit Germain
2013-09-30
1
-15
/
+34
*
version 3.6.6
Benoit Germain
2013-09-27
1
-4
/
+4
*
Reduce memory footprint, simplify module order setup in conjuction with Lanes...
Benoit Germain
2013-09-26
1
-216
/
+230
*
version 3.6.3
v3.6.3
Benoit Germain
2013-08-13
1
-48
/
+120
*
remove 2 weird characters in comments
Benoit Germain
2013-05-20
1
-2
/
+2
*
Fix MinGW compiler warnings-as-errors
Benoit Germain
2013-04-08
1
-6
/
+7
*
Removed LUA_COMPAT_ALL-less Lua5.2 restriction
Benoit Germain
2013-04-05
1
-41
/
+57
*
version 3.5.1
v3.5.1
Benoit Germain
2013-02-13
1
-7
/
+73
*
Fix issue #45
Benoit Germain
2013-02-05
1
-1
/
+1
*
foward on_state_create error to main state if any
Benoit Germain
2013-02-01
1
-1
/
+5
*
version 3.5.0
Benoit Germain
2013-01-30
1
-33
/
+59
*
* More detailed DEBUG_SPEW logs
Benoit Germain
2013-01-28
1
-254
/
+323
*
version 3.4.4
v3.4.4
Benoit Germain
2013-01-26
1
-78
/
+94
*
version 3.4.3
v3.4.3
Benoit Germain
2013-01-24
1
-83
/
+166
*
Enable transfer of recursive upvalued functions
Benoit Germain
2013-01-10
1
-68
/
+55
*
Added some upvalues inter-copy debug code
Benoit Germain
2013-01-09
1
-21
/
+28
*
Raise an error on multiple-named functions.
Benoit Germain
2012-10-25
1
-43
/
+41
*
Fixed the fix...
Benoit Germain
2012-10-23
1
-1
/
+1
*
Fixed thread name retrieval in main state.
Benoit Germain
2012-10-23
1
-2
/
+7
*
More informative messages on failed transfers.
Benoit Germain
2012-10-23
1
-4
/
+7
*
code updated to build against Lua 5.1 and Lua 5.2
v3.1.6
Benoit Germain
2012-08-14
1
-6
/
+8
*
* when a transfered function is not found in source, guess its name to help t...
v3.1.4
Benoit Germain
2012-06-27
1
-14
/
+125
*
Improve LuaJIT compatibility, part #1: "*" library list is loaded through lua...
benoit-germain
2012-04-26
1
-2
/
+10
*
Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int...
benoit-germain
2012-04-24
1
-4
/
+1
*
* changed lanes.configure signature to receive a table instead of individual ...
Benoit Germain
2012-02-18
1
-34
/
+47
*
some more compilation warning fixes
Benoit Germain
2011-11-09
1
-2
/
+2
*
* fix all compilation warnings raised by -Wextra
Benoit Germain
2011-11-07
1
-2
/
+2
*
* process exit change: close everything at GC when main state closes, not whe...
Benoit Germain
2011-11-05
1
-151
/
+498
[prev]
[next]