<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasocket/src/except.c, branch copilot/check-testfiles-for-os-exit-issues</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasocket.git
</subtitle>
<id>https://git.lua4.win/luasocket/atom?h=copilot%2Fcheck-testfiles-for-os-exit-issues</id>
<link rel='self' href='https://git.lua4.win/luasocket/atom?h=copilot%2Fcheck-testfiles-for-os-exit-issues'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/'/>
<updated>2019-03-10T07:03:04+00:00</updated>
<entry>
<title>except: pragma visibility</title>
<updated>2019-03-10T07:03:04+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2019-02-28T03:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=4bf3eb6db2315fef8f3d18c8ce742752f7e4fda2'/>
<id>urn:sha1:4bf3eb6db2315fef8f3d18c8ce742752f7e4fda2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>except.c: use LUASOCKET_PRIVATE</title>
<updated>2019-02-25T22:58:45+00:00</updated>
<author>
<name>E. Westbrook</name>
<email>github@westbrook.io</email>
</author>
<published>2019-02-25T22:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=395729d4314dfeda2a095760cf2de042af7581f8'/>
<id>urn:sha1:395729d4314dfeda2a095760cf2de042af7581f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always put metatable in first upvalue.</title>
<updated>2016-02-23T23:57:42+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2016-02-23T23:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=4392bdcdd40dd433fc8bf4347653ce1a796cb572'/>
<id>urn:sha1:4392bdcdd40dd433fc8bf4347653ce1a796cb572</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't swallow errors in finalizers.</title>
<updated>2016-02-23T23:48:43+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2016-02-23T23:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=9fe38c654f6c62a4f11d993bd79c710af9313fbd'/>
<id>urn:sha1:9fe38c654f6c62a4f11d993bd79c710af9313fbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support table errors.</title>
<updated>2016-02-21T10:59:44+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2016-02-21T10:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=d075e7322f0ac1de505b025fd3004b8d4123cc56'/>
<id>urn:sha1:d075e7322f0ac1de505b025fd3004b8d4123cc56</id>
<content type='text'>
LuaSocket wraps error messages raised by newtry() in a table and unpacks
them later so that (string) errors raised by 3rd-party code can be
passed through as-is. This obviously didn't work when the 3rd-party code
raised a table as an error message. This change sets a private metatable
on all wrapped LuaSocket exceptions to distinguish them from 3rd-party
table errors.
</content>
</entry>
<entry>
<title>New compat.h module implements luaL_setfuncs.</title>
<updated>2015-08-21T18:39:34+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2015-08-21T18:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed'/>
<id>urn:sha1:e75444ccd1f30a3b5fbc7cec4a85e831bd0560ed</id>
<content type='text'>
Makes initialization code simpler everywhere.
</content>
</entry>
<entry>
<title>make socket.protect yieldable on Lua 5.2/5.3</title>
<updated>2014-11-10T17:49:40+00:00</updated>
<author>
<name>Philipp Janda</name>
<email>siffiejoe@gmx.net</email>
</author>
<published>2014-11-10T17:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=0b03eec16be0b3a5efe71bcb8887719d1ea87d60'/>
<id>urn:sha1:0b03eec16be0b3a5efe71bcb8887719d1ea87d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Export global only if LUA_COMPAT_MODULE defined.</title>
<updated>2013-05-29T08:56:56+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego@impa.br</email>
</author>
<published>2013-05-29T08:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=79e6c4915d267e149e1f3b134901bf355d439c15'/>
<id>urn:sha1:79e6c4915d267e149e1f3b134901bf355d439c15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Making progress toward a release</title>
<updated>2012-04-22T16:18:45+00:00</updated>
<author>
<name>Diego Nehab</name>
<email>diego.nehab@gmail.com</email>
</author>
<published>2012-04-22T16:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=f960b3872a668ed1b53bd50c5b6a708367332f3c'/>
<id>urn:sha1:f960b3872a668ed1b53bd50c5b6a708367332f3c</id>
<content type='text'>
Documented headers.lua
Update copyright date everywhere
Remove RCSID from files
Move version back to 2.1 rather than 2.1.1
Fixed url package to support ipv6 hosts
Changed "domain" to "family" in tcp and udp structures
Implemented getfamily methods
</content>
</entry>
<entry>
<title>Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing.</title>
<updated>2012-04-11T20:33:34+00:00</updated>
<author>
<name>Liam Devine</name>
<email>dmail00@gmail.com</email>
</author>
<published>2011-07-04T22:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasocket/commit/?id=e15ed19db6eb3385c1b35219c2dfa11953c3d47e'/>
<id>urn:sha1:e15ed19db6eb3385c1b35219c2dfa11953c3d47e</id>
<content type='text'>
</content>
</entry>
</feed>
