diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-11-14 19:41:28 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-11-14 19:41:28 +0100 |
commit | 87431bcc0ece1eaf9305593223bb0c5145004044 (patch) | |
tree | e1a76ea727e8019d3c26c4829dbb95253dd7e1f6 /docs | |
parent | 1d2b45823fd2a13761bd2d19b1b5a1e8bb11f7b9 (diff) | |
download | lanes-87431bcc0ece1eaf9305593223bb0c5145004044.tar.gz lanes-87431bcc0ece1eaf9305593223bb0c5145004044.tar.bz2 lanes-87431bcc0ece1eaf9305593223bb0c5145004044.zip |
* removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered
* code cleanup to facilitate transition between WIN32 and PTHREAD impleentations
* tentative fix for desinit crashes when free running lanes are killed at process shutdown
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 3c9abfe..e24b172 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -329,13 +329,12 @@ also in the new lanes. | |||
329 | <tr valign="top"> | 329 | <tr valign="top"> |
330 | <td width="40"> | 330 | <td width="40"> |
331 | <td> | 331 | <td> |
332 | <code>.packagepath</code> | 332 | <code>.package</code><br/> |
333 | <br/><code>.packagecpath</code> | ||
334 | </td> | 333 | </td> |
335 | <td> | 334 | <td> |
336 | <code>package.path</code> and <code>package.cpath</code> overrides, if needed. | 335 | <code>package</code> contents overrides, if needed. |
337 | Specifying these when <code>libs_str</code> doesn't cause the <code>package</code> library to be loaded will generate an error. | 336 | Specifying it when <code>libs_str</code> doesn't cause the <code>package</code> library to be loaded will generate an error. |
338 | If not specified, the created lane will receive the current values of <tt>package.path</tt> and <tt>package.cpath</tt>. | 337 | If not specified, the created lane will receive the current values of <tt>package</tt>. Only path, cpath, preload and loaders are transfered. |
339 | <br> | 338 | <br> |
340 | </td> | 339 | </td> |
341 | </tr> | 340 | </tr> |
@@ -1086,6 +1085,7 @@ its actual value. | |||
1086 | <li>new .required configuration entry to list modules that must be require()'ed before lane body is transferred</li> | 1085 | <li>new .required configuration entry to list modules that must be require()'ed before lane body is transferred</li> |
1087 | </ul> | 1086 | </ul> |
1088 | <li>lane:cancel() wakes up waiting lindas like what is done at lane shutdown</li> | 1087 | <li>lane:cancel() wakes up waiting lindas like what is done at lane shutdown</li> |
1088 | <li>removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered</li> | ||
1089 | </ul> | 1089 | </ul> |
1090 | 1090 | ||
1091 | Mar-2011 (not yet versioned) | 1091 | Mar-2011 (not yet versioned) |