diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-04-18 08:25:23 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-04-18 08:25:23 +0200 |
commit | 05256f1e75f8583829bbaa7cdf1fb1518b93332a (patch) | |
tree | fc0d9a6855b6c05e06b06c933be8726bf546659c /CHANGES | |
parent | 2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa (diff) | |
download | lanes-05256f1e75f8583829bbaa7cdf1fb1518b93332a.tar.gz lanes-05256f1e75f8583829bbaa7cdf1fb1518b93332a.tar.bz2 lanes-05256f1e75f8583829bbaa7cdf1fb1518b93332a.zip |
* linda uses a fast FIFO implementation to speed up data exchanges
* new linda:count() method
* new linda batched data read mode
* proper key type check in all linda methods
* fix setup-vc.cmd to support Visual Studio 2010 and Windows 7 64 bits
* bugfix: release keeper state mutex at desinit
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 31 BGe 17-Apr-2011 | ||
7 | * linda uses a fast FIFO implementation to speed up data exchanges | ||
8 | * new linda:count() method | ||
9 | * new linda batched data read mode | ||
10 | * proper key type check in all linda methods | ||
11 | * fix setup-vc.cmd to support Visual Studio 2010 and Windows 7 64 bits | ||
12 | * bugfix: release keeper state mutex at desinit | ||
13 | |||
6 | CHANGE 30 BGe 30-Mar-2011 | 14 | CHANGE 30 BGe 30-Mar-2011 |
7 | * linda honors __tostring and __concat | 15 | * linda honors __tostring and __concat |
8 | * new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda | 16 | * new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda |