diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-09-13 22:40:16 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-09-13 22:40:16 +0200 |
commit | 30b046f829541ae5ff8dc1088cea8e09bdc320db (patch) | |
tree | b9d3e926b60aa0d88fafd477c94a23df6537321a /CHANGES | |
parent | 5fad772d922250db9d46edec156cd89939c4d8b5 (diff) | |
download | lanes-30b046f829541ae5ff8dc1088cea8e09bdc320db.tar.gz lanes-30b046f829541ae5ff8dc1088cea8e09bdc320db.tar.bz2 lanes-30b046f829541ae5ff8dc1088cea8e09bdc320db.zip |
minor internal changes
* implemented set_debug_threadname() for pthread builds where possible
* refactored linda __tostring and __concat
* linda metatable's __metatable is a string instead of a boolean
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHAGE 46: BGe 10-Sep-2012 | 3 | CHANGE 47: BGe 13-Sep-2012 |
4 | * implemented set_debug_threadname() for pthread builds where possible | ||
5 | * refactored linda __tostring and __concat | ||
6 | |||
7 | CHANGE 46: BGe 10-Sep-2012 | ||
4 | * version 3.3.0 | 8 | * version 3.3.0 |
5 | * lane.status can return "killed" if lane was forcefully killed with lanes:cancel() | 9 | * lane.status can return "killed" if lane was forcefully killed with lanes:cancel() |
6 | * lane:join(): return nil, "killed" if called on a killed lane. | 10 | * lane:join(): return nil, "killed" if called on a killed lane. |