From 87431bcc0ece1eaf9305593223bb0c5145004044 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 14 Nov 2011 19:41:28 +0100 Subject: * 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 --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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. - .packagepath -
.packagecpath + .package
- package.path and package.cpath overrides, if needed. - Specifying these when libs_str doesn't cause the package library to be loaded will generate an error. - If not specified, the created lane will receive the current values of package.path and package.cpath. + package contents overrides, if needed. + Specifying it when libs_str doesn't cause the package library to be loaded will generate an error. + If not specified, the created lane will receive the current values of package. Only path, cpath, preload and loaders are transfered.
@@ -1086,6 +1085,7 @@ its actual value.
  • new .required configuration entry to list modules that must be require()'ed before lane body is transferred
  • lane:cancel() wakes up waiting lindas like what is done at lane shutdown
  • +
  • removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered
  • Mar-2011 (not yet versioned) -- cgit v1.2.3-55-g6feb