<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lanes/src, branch v3.0.0</title>
<subtitle>A mirror of https://github.com/LuaLanes/lanes.git
</subtitle>
<id>https://git.lua4.win/lanes/atom?h=v3.0.0</id>
<link rel='self' href='https://git.lua4.win/lanes/atom?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/'/>
<updated>2011-11-15T16:20:08+00:00</updated>
<entry>
<title>crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but pthread builds must still do it to make sure the thread is no longger running)</title>
<updated>2011-11-15T16:20:08+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-15T16:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=3333a7244e9dc2c95c265650a8a236b7b0ddefe0'/>
<id>urn:sha1:3333a7244e9dc2c95c265650a8a236b7b0ddefe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: restore ABOUT info where it belongs, in the lanes module table, instead of the global scope.</title>
<updated>2011-11-15T15:52:57+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-15T15:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=6bdf9c79111a34a6f54bb7edcd68ae86ca13daed'/>
<id>urn:sha1:6bdf9c79111a34a6f54bb7edcd68ae86ca13daed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered</title>
<updated>2011-11-14T18:41:28+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-14T18:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=87431bcc0ece1eaf9305593223bb0c5145004044'/>
<id>urn:sha1:87431bcc0ece1eaf9305593223bb0c5145004044</id>
<content type='text'>
* code cleanup to facilitate transition between WIN32 and PTHREAD impleentations
* tentative fix for desinit crashes when free running lanes are killed at process shutdown
</content>
</entry>
<entry>
<title>fix link on Ubuntu 11.10</title>
<updated>2011-11-09T16:22:08+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-09T16:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=39995dd7d0aa465f08ac0d36c74f01f49b6711c3'/>
<id>urn:sha1:39995dd7d0aa465f08ac0d36c74f01f49b6711c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some more compilation warning fixes</title>
<updated>2011-11-09T16:18:29+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-09T16:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=d3cf02aa89d8fea98cd89f83fe4ca2c871e744c2'/>
<id>urn:sha1:d3cf02aa89d8fea98cd89f83fe4ca2c871e744c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master'</title>
<updated>2011-11-07T19:10:51+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-07T19:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=e1969582b0a85c040641669ae2aaf67af67b3678'/>
<id>urn:sha1:e1969582b0a85c040641669ae2aaf67af67b3678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* fix all compilation warnings raised by -Wextra</title>
<updated>2011-11-07T19:09:06+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-07T19:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=fb4b7acae4bdacd6c0f669591956281011bc0068'/>
<id>urn:sha1:fb4b7acae4bdacd6c0f669591956281011bc0068</id>
<content type='text'>
* fix a multithreading issue at desinit causing invalid memory accesses (to be verified)
</content>
</entry>
<entry>
<title>Cause `lanes.configure()` to return the module table to enable the `require "lanes".configure()` idiom.</title>
<updated>2011-11-07T09:06:25+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-07T09:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=0e9d9c3c0e61b2af5ba33893c94ee02a447d2ac7'/>
<id>urn:sha1:0e9d9c3c0e61b2af5ba33893c94ee02a447d2ac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* process exit change: close everything at GC when main state closes, not when atexit() handlers are processed</title>
<updated>2011-11-05T16:31:02+00:00</updated>
<author>
<name>Benoit Germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-11-05T16:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=053f7cff3c95acb915e6babfd306971f11bb7986'/>
<id>urn:sha1:053f7cff3c95acb915e6babfd306971f11bb7986</id>
<content type='text'>
   * Lua 5.2-style module:
      * module() is no longer used to implement lanes.lua
      * a global "lanes" variable is no longer created when the module is required
      * the Lanes module table is returned instead
   * Lanes must be initialized before used:
      * the first occurence of 'require "lanes"' produces a minimal interface that only contains a configure() function
      * the remainder of the interface is made available once this function is called
      * subsequent calls to configure() do nothing
      * configure() controls the number of keeper states and the startup of timers
   * LuaJIT 2 compatibility
      * non-Lua functions are no longer copied by creating a C closure from a C pointer, but through 2-way lookup tables
      * this means that if a lane function body pulls non-Lua functions, the lane generator description must contain the list of libraries and modules that exports them
      * introduces a change in configuration .globals management: contents are copied *after* std libs are loaded
      * 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
</content>
</entry>
<entry>
<title>Debug code to check why LuaJIT2-beta8 fails to load the module.</title>
<updated>2011-06-24T08:31:12+00:00</updated>
<author>
<name>benoit-germain</name>
<email>bnt.germain@gmail.com</email>
</author>
<published>2011-06-24T08:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lanes/commit/?id=3fb12295e8f858d1052d2fb0aaf0fff092e8cb9a'/>
<id>urn:sha1:3fb12295e8f858d1052d2fb0aaf0fff092e8cb9a</id>
<content type='text'>
</content>
</entry>
</feed>
