diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 85: BGe 28-Nov-13 | ||
4 | * version 3.7.3 | ||
5 | * set pthread thread cancel type to PTHREAD_CANCEL_ASYNCHRONOUS | ||
6 | * lane_h:cancel() accepts a 3rd timeout argument used when waiting for actual thread termination (hitting the timeout raises an error) | ||
7 | * added PROPAGATE_ALLOCF macro to select state creation mode (lua_newstate or luaL_newstate) | ||
8 | |||
3 | CHANGE 84: BGe 18-Nov-13 | 9 | CHANGE 84: BGe 18-Nov-13 |
4 | * Fix a deadlock when GCing during a linda operation. | 10 | * Fix a deadlock when GCing during a linda operation. |
5 | * Fix a compilation warning about an unused variable | 11 | * Fix a compilation warning about an unused variable |