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
/
lanes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-03-02
hopefully fix pthread compilation (and should work better under WIN32 too...)
v2.1.0
Benoit Germain
1
-2
/
+2
2011-03-02
fix typo in timer function code
benoit-germain
1
-1
/
+1
2011-03-01
rockspecs for 2.0.11 and 2.1.0 (latest not operational yet since tag doesn't ...
Benoit Germain
2
-2
/
+99
2011-03-01
Just a small fix necessary because -Werror is used and GCC 4.2 on OS X compla...
Benoit Germain
1
-1
/
+1
2011-03-01
* fixed potential crash at application shutdown when calling lua_close() on a...
Benoit Germain
7
-133
/
+250
2011-02-21
Make the number of internal keeper states selectable by an optional parameter...
Benoit Germain
6
-57
/
+71
2011-02-18
* keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...
Benoit Germain
11
-242
/
+347
2011-02-17
Lane userdata implementation refactoring:
Benoit Germain
10
-188
/
+346
2011-02-14
Fixed application hang-up because keeper state was not released in case of er...
Benoit Germain
5
-8
/
+31
2011-02-14
Fixed application hang-up because keeper state was not released in case of er...
Benoit Germain
3
-312
/
+413
2011-02-12
Changed idfunc signature and contract to clarify that fact it is not lua-call...
Benoit Germain
8
-188
/
+226