[Date Index]
[Thread Index]
- December 01, 2014
- Re: [Proposal?] Environment stacks, Luiz Henrique de Figueiredo
- Re: [Proposal?] Environment stacks, Tim Hill
- Re: [Proposal?] Environment stacks, Luiz Henrique de Figueiredo
- Re: [Proposal?] Environment stacks, Thiago L.
- Re: [Proposal?] Environment stacks, Tim Hill
- Re: [Proposal?] Environment stacks, Thiago L.
- Re: Analog struct.size in Lua 5.3 string library., Alexey Melnichuk
- Re: How to get lua_state Size ?, Thomas Jericke
- debug.sethook docs, Mikhail Korobov
- Re: How to get lua_state Size ?, Tim Hill
- Re: debug.sethook docs, Roberto Ierusalimschy
- [ANN] termfx 0.6, Gunnar Zötl
- [ANN] debug.lua 0.8, Gunnar Zötl
- Binary notation for integers: 0b[10]+, Ico Doornekamp
- Re: Binary notation for integers: 0b[10]+, Thiago L.
- Re: Binary notation for integers: 0b[10]+, Ico Doornekamp
- Re: Binary notation for integers: 0b[10]+, Thiago L.
- [ANN]Lua used on Open Source Android/FPGA board, Tim Eccles
- [ANN] LuaLadies, Etiene Dalcol
- Re: Binary notation for integers: 0b[10]+, Javier Guerra Giraldez
- Re: Binary notation for integers: 0b[10]+, Rena
- Re: Binary notation for integers: 0b[10]+, Coda Highland
- Re: Binary notation for integers: 0b[10]+, Thiago L.
- Re: Binary notation for integers: 0b[10]+, Javier Guerra Giraldez
- Re: Binary notation for integers: 0b[10]+, Luiz Henrique de Figueiredo
- Re: Binary notation for integers: 0b[10]+, Roberto Ierusalimschy
- Re: Binary notation for integers: 0b[10]+, Javier Guerra Giraldez
- Re: Binary notation for integers: 0b[10]+, Ico Doornekamp
- Re: Binary notation for integers: 0b[10]+, Axel Kittenberger
- December 02, 2014
- December 03, 2014
- December 04, 2014
- December 06, 2014
- December 07, 2014
- December 08, 2014
- lua_register and Lua crash, Santosh Kadam
- the BUG with lua nginx module: http output chain is empty bug, Анатолий Наваров
- Lua life after integers, Tuom Larsen
- Re: Lua life after integers, Dirk Laurie
- Re: Lua life after integers, Hisham
- Re: Lua life after integers, Rena
- local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Thiago L.
- Re: Lua life after integers, Luiz Henrique de Figueiredo
- Re: Lua life after integers, Luiz Henrique de Figueiredo
- Re[2]: Lua life after integers, Vasiliy Soshnikov
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Dirk Laurie
- Function void luaV_finishOp (lua_State *L), Dong Feng
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Thiago L.
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Thiago L.
- Re: lua_register and Lua crash, Rena
- Re: Function void luaV_finishOp (lua_State *L), Rena
- Re: Lua life after integers, Rena
- Re: Lua life after integers, iggyvolz .
- Re: Function void luaV_finishOp (lua_State *L), Coda Highland
- Re: Function void luaV_finishOp (lua_State *L), Dong Feng
- New Lua user, ForthCAD
- Re: Lua life after integers, Luiz Henrique de Figueiredo
- Re: New Lua user, Luiz Henrique de Figueiredo
- Re: New Lua user, Paul Merrell
- Understanding 'perf report' result lua 5.2.3: __memcpy_sse2_unaligned ?, Valerio Schiavoni
- December 09, 2014
- Re: Lua life after integers, Andrew Starks
- Re: Lua life after integers, Luiz Henrique de Figueiredo
- Re: Lua life after integers, Andrew Starks
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Dirk Laurie
- Re: Function void luaV_finishOp (lua_State *L), Thomas Jericke
- Re: Function void luaV_finishOp (lua_State *L), Dong Feng
- Re: Function void luaV_finishOp (lua_State *L), Thomas Jericke
- Various segmentation faults in luac, Dennis Felsing
- Re: Lua life after integers, Luiz Henrique de Figueiredo
- [ANN] lluv - Yet another libuv binding, Alexey Melnichuk
- Re: lua_register and Lua crash, Alexey Melnichuk
- Re: Various segmentation faults in luac, Luiz Henrique de Figueiredo
- Re: Function void luaV_finishOp (lua_State *L), Roberto Ierusalimschy
- Re: New Lua user, Nicola Fontana
- Re: Various segmentation faults in luac, Dennis Felsing
- Re: Various segmentation faults in luac, Luiz Henrique de Figueiredo
- Re: lua_register and Lua crash, Santosh Kadam
- Re: Understanding 'perf report' result lua 5.2.3: __memcpy_sse2_unaligned ?, Roberto Ierusalimschy
- Re: Understanding 'perf report' result lua 5.2.3: __memcpy_sse2_unaligned ?, Valerio Schiavoni
- Re: Understanding 'perf report' result lua 5.2.3: __memcpy_sse2_unaligned ?, Karsten Schulz
- Re: Understanding 'perf report' result lua 5.2.3: __memcpy_sse2_unaligned ?, Roberto Ierusalimschy
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Thiago L.
- Re: Lua life after integers, Thiago L.
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Dirk Laurie
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Thiago L.
- Re: local _META = {string = {__index = function(s, k) if type(k) == "number" then return string.sub(s, k, k) end return string[k] end}}, Dirk Laurie
- Re: lua_register and Lua crash, Tom N Harris
- December 10, 2014
- Re: lua_register and Lua crash, Santosh Kadam
- Lua C program return value..., Santosh Kadam
- Re: Lua C program return value..., Javier Guerra Giraldez
- Re: Lua life after integers, Rena
- Re: Lua life after integers, Dirk Laurie
- Re: Lua life after integers, Andrew Starks
- Re: Lua life after integers, Sean Conner
- Re: Lua life after integers, Thiago L.
- Re: Lua life after integers, Andrew Starks
- Re: Lua life after integers, Roberto Ierusalimschy
- Re: Lua life after integers, Tim Hill
- Re: Lua life after integers, Sean Conner
- Re: Lua life after integers, Sean Conner
- Re: Lua life after integers, Andrew Starks
- Re: Lua life after integers, Dirk Laurie
- December 11, 2014
- [Pedantic fun] Rename things, Thiago L.
- Re: [Pedantic fun] Rename things, iggyvolz .
- Fwd: How can Lua be implemented at the max on magento for very small memory footprint and application speed?, heather
- Lua life after integers, Andrew Starks
- Re: Fwd: How can Lua be implemented at the max on magento for very small memory footprint and application speed?, Nathan Angelacos
- Re: Lua life after integers, Tim Hill
- Re: Lua life after integers, Dirk Laurie
- on the cost of non-blocking LuaSockets, Valerio Schiavoni
- Re: Understanding 'perf report' result lua 5.2.3: __memcpy_sse2_unaligned ?, Hisham
- [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- Re: on the cost of non-blocking LuaSockets, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc0) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc0) now available, Xavier Wang
- Re: on the cost of non-blocking LuaSockets, Sean Conner
- Re: [ANN] Lua 5.3.0 (rc0) now available, Roberto Ierusalimschy
- Re: on the cost of non-blocking LuaSockets, Valerio Schiavoni
- Re: [ANN] Lua 5.3.0 (rc0) now available, Rena
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc0) now available, Rena
- Re: [ANN] Lua 5.3.0 (rc0) now available, Milind Gupta
- Re: [ANN] Lua 5.3.0 (rc0) now available, Ulrich Schmidt
- Re: [ANN] Lua 5.3.0 (rc0) now available, Paul K
- Re: [ANN] Lua 5.3.0 (rc0) now available, Ulrich Schmidt
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc0) now available, Paul K
- Re: [ANN] Lua 5.3.0 (rc0) now available, Ulrich Schmidt
- Re: [ANN] Lua 5.3.0 (rc0) now available, iggyvolz .
- Re: [ANN] Lua 5.3.0 (rc0) now available, François Perrad
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc0) now available, Tim Hill
- Re: [ANN] Lua 5.3.0 (rc0) now available, Hartmut Henkel
- Re: Lua life after integers, Tim Hill
- RE: [ANN] Lua 5.3.0 (rc0) now available, ForthCAD
- Re: on the cost of non-blocking LuaSockets, William Ahern
- Re: on the cost of non-blocking LuaSockets, Sean Conner
- Re: [ANN] Lua 5.3.0 (rc0) now available, Ulrich Schmidt
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- December 12, 2014
- Re: on the cost of non-blocking LuaSockets, William Ahern
- Re: on the cost of non-blocking LuaSockets, Sean Conner
- RE: [ANN] Lua 5.3.0 (rc0) now available, ForthCAD
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- RE: [ANN] Lua 5.3.0 (rc0) now available, ForthCAD
- Re: [ANN] Lua 5.3.0 (rc0) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc0) now available, Alek Paunov
- string.findpairs?, Thiago L.
- Re: string.findpairs?, Dirk Laurie
- Re: string.findpairs?, Tomas Guisasola Gorham
- Re: string.findpairs?, Thiago L.
- Re: string.findpairs?, Luiz Henrique de Figueiredo
- Re: string.findpairs?, Thiago L.
- Re: string.findpairs?, Dirk Laurie
- Re: string.findpairs?, Thiago L.
- Re: string.findpairs?, Dirk Laurie
- Re: string.findpairs?, Thiago L.
- December 13, 2014
- December 14, 2014
- December 15, 2014
- Re: lpeg could infer the validity of this grammar., Sean Conner
- Re: lpeg could infer the validity of this grammar., Sam Putman
- Re: lpeg could infer the validity of this grammar., Dirk Laurie
- Re: lpeg could infer the validity of this grammar., Sam Putman
- Re: lpeg could infer the validity of this grammar., Sean Conner
- loadall.dll examples?, Ulrich Schmidt
- Re: [ANN] Lua 5.3.0 (beta) now available, René Rebe
- [ANN] Gaspard's talk on #luawshop14 published, Alexander Gladysh
- Re: [ANN] Gaspard's talk on #luawshop14 published, Luiz Henrique de Figueiredo
- Re: [ANN] Gaspard's talk on #luawshop14 published, Alexander Gladysh
- Re: [ANN] Lua 5.3.0 (beta) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc0) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (beta) now available, René Rebe
- Re: [ANN] Lua 5.3.0 (rc0) now available, Roberto Ierusalimschy
- Re: lpeg could infer the validity of this grammar., Sam Putman
- Re: io:lines() and \0, René Rebe
- Documentation now Open , can LUA OpenCV ?, Karsten Schulz
- lua5.1.dll Version Resource Information, Darryl Hnatiuk
- [PATCH] HPUX dynamic library loading support for 5.3.0 (rc0) [Was Re: [ANN] Lua 5.3.0 (rc0) now available], Gary V. Vaughan
- Re: [PATCH] HPUX dynamic library loading support for 5.3.0 (rc0) [Was Re: [ANN] Lua 5.3.0 (rc0) now available], Luiz Henrique de Figueiredo
- Re: [PATCH] HPUX dynamic library loading support for 5.3.0 (rc0) [Was Re: [ANN] Lua 5.3.0 (rc0) now available], Gary V. Vaughan
- Re: lpeg could infer the validity of this grammar., Pierre-Yves Gérardy
- December 16, 2014
- Use -fPIC when compiling lua, Aki Tuomi
- Re: Use -fPIC when compiling lua, Rob Kendrick
- Re: Use -fPIC when compiling lua, Aki Tuomi
- Re: Use -fPIC when compiling lua, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc0) now available, Roberto Ierusalimschy
- [ANN] Lua 5.3.0 (rc1) now available, Luiz Henrique de Figueiredo
- goto in expressions, Andrew Starks
- (no subject), Matt Eisan
- Re: (no subject), Marco Moreno
- Re: goto in expressions, Andrew Starks
- Re: (no subject), Luiz Henrique de Figueiredo
- Re: (no subject), Etiene Dalcol
- Re: goto in expressions, Sean Conner
- Re: [ANN] Lua 5.3.0 (rc1) now available, Milind Gupta
- Re: goto in expressions, Bernd Eggink
- Re: [ANN] Lua 5.3.0 (rc1) now available, Hartmut Henkel
- Re: Use -fPIC when compiling lua, iggyvolz .
- Re: goto in expressions, Andrew Starks
- Re: goto in expressions, Sean Conner
- Re: goto in expressions, Daurnimator
- Re: goto in expressions, Andrew Starks
- Re: goto in expressions, Daurnimator
- Re: Use -fPIC when compiling lua, Rob Kendrick
- December 17, 2014
- Re: goto in expressions, Sean Conner
- Re: goto in expressions, Sean Conner
- Adding a Return() function, Soni L.
- Re: Adding a Return() function, Sean Conner
- Re: [ANN] Lua 5.3.0 (rc1) now available, Luiz Henrique de Figueiredo
- Re: Adding a Return() function, Soni L.
- Re: [ANN] Lua 5.3.0 (rc1) now available, Milind Gupta
- Re: [ANN] Lua 5.3.0 (rc1) now available, Soni L.
- Re: [ANN] Lua 5.3.0 (rc1) now available, Soni L.
- Re: [ANN] Lua 5.3.0 (rc1) now available, Luiz Henrique de Figueiredo
- Re: goto in expressions, Eduardo Ochs
- Removing limitations of OP_SELF, Soni L.
- Re: goto in expressions, Andrew Starks
- Re: Adding a Return() function, Javier Guerra Giraldez
- Re: Removing limitations of OP_SELF, Dirk Laurie
- Re: Use -fPIC when compiling lua, Jay Carlson
- Re: Adding a Return() function, Hao Wu
- Re: Adding a Return() function, Javier Guerra Giraldez
- RE: [ANN] Lua 5.3.0 (rc1) now available, ForthCAD
- Re: Adding a Return() function, Thierry@spoludo
- Re: Use -fPIC when compiling lua, Rob Kendrick
- os.clock conversion to milliseconds under MacOS X, Marco Bambini
- Re: Adding a Return() function, Marco Mastropaolo
- Re: Use -fPIC when compiling lua, Daniel Silverstone
- Re: Adding a Return() function, Paige DePol
- Re: os.clock conversion to milliseconds under MacOS X, Gary V. Vaughan
- Re: os.clock conversion to milliseconds under MacOS X, Gary V. Vaughan
- Re: os.clock conversion to milliseconds under MacOS X, Luiz Henrique de Figueiredo
- Lua from C, Lev
- Re: Lua from C, Thomas Jericke
- Re: Lua from C, Lev
- Re: Lua from C, Thomas Jericke
- Re: os.clock conversion to milliseconds under MacOS X, Gary V. Vaughan
- Re: [ANN] Lua 5.3.0 (rc1) now available, Milind Gupta
- RE: [ANN] Lua 5.3.0 (rc1) now available, ForthCAD
- Re: Removing limitations of OP_SELF, Soni L.
- Re: Adding a Return() function, Soni L.
- Re: os.clock conversion to milliseconds under MacOS X, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: os.clock conversion to milliseconds under MacOS X, Gary V. Vaughan
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Soni L.
- RE: [ANN] Lua 5.3.0 (rc1) now available, ForthCAD
- Re: [ANN] Lua 5.3.0 (rc1) now available, Daurnimator
- Re: os.clock conversion to milliseconds under MacOS X, Isaac Dupree
- Re: Lua from C, Tim Hill
- Re: Lua from C, Lev
- December 18, 2014
- Re: os.clock conversion to milliseconds under MacOS X, Joseph Wallace
- Re: os.clock conversion to milliseconds under MacOS X, Tim Hill
- Re: Lua from C, Tim Hill
- Hacking the parser (Was: Re: Removing limitations of OP_SELF), Soni L.
- Re: Hacking the parser (Was: Re: Removing limitations of OP_SELF), Soni L.
- RE: [ANN] Lua 5.3.0 (rc1) now available, Thijs Schreijer
- RE: [ANN] Lua 5.3.0 (rc1) now available, Thijs Schreijer
- Re: on the cost of non-blocking LuaSockets, Valerio Schiavoni
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Tomas Guisasola Gorham
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Enrico Colombini
- Re: Lua from C, Lev
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Douglas Davenport
- Re: lua5.1.dll Version Resource Information, Luiz Henrique de Figueiredo
- Re: lua5.1.dll Version Resource Information, Darryl Hnatiuk
- Re: [ANN] Lua 5.3.0 (rc1) now available, alexeymelnichuck
- Performance development Lua 5.1 -> 5.3-rc, René Rebe
- Re: [ANN] Lua 5.3.0 (rc1) now available, Steven Degutis
- Re: [ANN] Lua 5.3.0 (rc1) now available, Luiz Henrique de Figueiredo
- Re: Removing limitations of OP_SELF, Tom N Harris
- What order should Lua be ported in?, Steven Degutis
- December 19, 2014
- Re: What order should Lua be ported in?, Tim Channon
- Re: What order should Lua be ported in?, Luiz Henrique de Figueiredo
- Re: Performance development Lua 5.1 -> 5.3-rc, Eric Wing
- Re: Use -fPIC when compiling lua, Jay Carlson
- Re: What order should Lua be ported in?, Steven Degutis
- Re: [ANN] Lua 5.3.0 (rc1) now available, Edward Berner
- Re: [ANN] Lua 5.3.0 (rc1) now available, Edward Berner
- [ANN] Atom Linter luacheck, Xpol Wan
- Two more Lua modules on github/mbalmer, Marc Balmer
- Re: Two more Lua modules on github/mbalmer, Pierre Chapuis
- Re: [ANN] Lua 5.3.0 (rc1) now available, Pierre Chapuis
- Re: [ANN] Lua 5.3.0 (rc1) now available, Dirk Laurie
- Re: What order should Lua be ported in?, steve donovan
- Re: [ANN] Lua 5.3.0 (rc1) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: Performance development Lua 5.1 -> 5.3-rc, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc1) now available, Roberto Ierusalimschy
- Re: Performance development Lua 5.1 -> 5.3-rc, Luiz Henrique de Figueiredo
- RE: Performance development Lua 5.1 -> 5.3-rc, ForthCAD
- Re: Two more Lua modules on github/mbalmer, Lourival Vieira Neto
- Re: Use -fPIC when compiling lua, Ricardo Ramos Massaro
- Lazyness abtract (proposal for next Lua version), Volodymyr Bezobiuk
- Re: What order should Lua be ported in?, Steven Degutis
- Re: Lazyness abtract (proposal for next Lua version), Oliver Kroth
- Re: What order should Lua be ported in?, steve donovan
- Re: Lazyness abtract (proposal for next Lua version), steve donovan
- Lua list crashes with a linear allocator, andre
- Fwd: [ANN] Lua Graphics Toolkit, Francesco Abbate
- Re: Lua list crashes with a linear allocator, Daurnimator
- Re: Lua list crashes with a linear allocator, andre
- Re: Lua list crashes with a linear allocator, Daurnimator
- Re: Lua list crashes with a linear allocator, andre
- Re: Lua list crashes with a linear allocator, andre
- Re: on the cost of non-blocking LuaSockets, William Ahern
- Re: Two more Lua modules on github/mbalmer, Daurnimator
- Re: [ANN] Atom Linter luacheck, iggyvolz .
- Re: os.clock conversion to milliseconds under MacOS X, William Ahern
- Re: Lua list crashes with a linear allocator, Roberto Ierusalimschy
- Re: Lazyness abtract (proposal for next Lua version), Javier Guerra Giraldez
- Re: Lua list crashes with a linear allocator, andre
- December 20, 2014
- Re: Lazyness abtract (proposal for next Lua version), Tim Hill
- Should the interactive interpreter insert "return" in readline history?, Tom N Harris
- Re: Lazyness abtract (proposal for next Lua version), Tom N Harris
- Re: Lazyness abtract (proposal for next Lua version), Tom N Harris
- Re: Should the interactive interpreter insert "return" in readline history?, Tom N Harris
- Re: Should the interactive interpreter insert "return" in readline history?, Tom N Harris
- Re: What order should Lua be ported in?, Steven Degutis
- vm_case in debugger, Dong Feng
- Re: [ANN] Lua Graphics Toolkit, Dirk Laurie
- Global Value Content ?, Karsten Schulz
- Re: Global Value Content ?, Sean Conner
- Re: Global Value Content ?, Luiz Henrique de Figueiredo
- Re: Global Value Content ?, Sean Conner
- Re: [ANN] Lua Graphics Toolkit, Francesco Abbate
- Re: Two more Lua modules on github/mbalmer, Marc Balmer
- Overriding return values, Soni L.
- Re: Overriding return values, Sean Conner
- Re: Overriding return values, Soni L.
- Re: Overriding return values, Sean Conner
- Re: Overriding return values, Soni L.
- December 21, 2014
- December 22, 2014
- RE: [ANN] Lua 5.3.0 (rc1) now available, ForthCAD
- Re: vm_case in debugger, Thomas Jericke
- RE: vm_case in debugger, ForthCAD
- [ANN] Lua 5.3.0 (rc2) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc2) now available, Ignacio Burgueño
- Re: [ANN] Lua 5.3.0 (rc2) now available, Ignacio Burgueño
- Re: Negative table index, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- Single Line Test Condition, Antonio Scuri
- Re: Single Line Test Condition, Ulrich Schmidt
- Re: Single Line Test Condition, Roberto Ierusalimschy
- Re: Single Line Test Condition, Liam Devine
- RE: [ANN] Lua 5.3.0 (rc2) now available, ForthCAD
- Re: Single Line Test Condition, mniip
- Re: Single Line Test Condition, Antonio Scuri
- Re: Negative table index, Tom N Harris
- Re: Single Line Test Condition, Tom N Harris
- Re: Single Line Test Condition, Andrew Starks
- December 23, 2014
- Re: [ANN] Atom Linter luacheck, Xpol Wan
- Re: Negative table index, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc2) now available, Vif Ardente
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- Why's f:read("*n") UB?, Soni L.
- Re: Why's f:read("*n") UB?, Daurnimator
- Re: Why's f:read("*n") UB?, Roberto Ierusalimschy
- Re: Why's f:read("*n") UB?, Soni L.
- Re: Negative table index, Tom N Harris
- Luasocket and HTTPS on Win32, Tim Channon
- Re: Why's f:read("*n") UB?, Tom N Harris
- Re: Negative table index, Roberto Ierusalimschy
- Re: Luasocket and HTTPS on Win32, Ignacio Burgueño
- Re: Luasocket and HTTPS on Win32, Ignacio Burgueño
- Tweaking string.gsub so it's yieldable, Soni L.
- Re: [ANN] Lua 5.3.0 (rc2) now available, Liam Devine
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc2) now available, Soni L.
- Re: Tweaking string.gsub so it's yieldable, Patrick Donnelly
- Re: Negative table index, Dirk Laurie
- December 24, 2014
- Re: [ANN] Lua 5.3.0 (rc2) now available, Luiz Henrique de Figueiredo
- Re: Luasocket and HTTPS on Win32, Tim Channon
- Re: Negative table index, Tom N Harris
- Feature request: make typeerror public somehow, Steven Degutis
- Re: Feature request: make typeerror public somehow, Philipp Janda
- Re: [ANN] Lua 5.3.0 (rc1) now available, Edward Berner
- [ANN] luabuild: Lua 5.3 support, steve donovan
- Re: Luasocket and HTTPS on Win32, Ignacio Burgueño
- [ANN] All videos from the Lua Workshop 2014 are now posted #luawshop14 #lua, Alexander Gladysh
- Re: [ANN] All videos from the Lua Workshop 2014 are now posted #luawshop14 #lua, eric koorn
- Re: Luasocket and HTTPS on Win32, Tim Channon
- Re: Feature request: make typeerror public somehow, Steven Degutis
- Re: [ANN] Lua 5.3.0 (rc2) now available, Steven Degutis
- Re: [ANN] All videos from the Lua Workshop 2014 are now posted #luawshop14 #lua, Alfredo Palhares
- Pattern matching undefined behaviour?, Soni L.
- Re: Pattern matching undefined behaviour?, Paul K
- Re: Pattern matching undefined behaviour?, Soni L.
- Re: [ANN] Lua 5.3.0 (rc2) now available, Edward Berner
- Re: [ANN] Lua 5.3.0 (rc2) now available, Daurnimator
- Re: [ANN] Lua 5.3.0 (rc2) now available, Edward Berner
- December 25, 2014
- Re: [ANN] Lua 5.3.0 (rc2) now available, Dirk Laurie
- Best Wishes for the Holidays and New Year, Tim Hill
- Re: [ANN] Lua 5.3.0 (rc2) now available, Luiz Henrique de Figueiredo
- Re: Best Wishes for the Holidays and New Year, Luiz Henrique de Figueiredo
- Re: Best Wishes for the Holidays and New Year, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- Re: Pattern matching undefined behaviour?, Pierre-Yves Gérardy
- Re: [ANN] Lua 5.3.0 (rc2) now available, Daurnimator
- Re: [ANN] Lua 5.3.0 (rc2) now available, Rena
- Re: [ANN] Lua 5.3.0 (rc2) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.3.0 (rc2) now available, Luiz Henrique de Figueiredo
- December 26, 2014
- December 27, 2014
- December 28, 2014
- December 29, 2014
- December 30, 2014
- Re: Make avaliable weak value until end of `__gc`, Ryan Phillips
- Re: Make avaliable weak value until end of `__gc`, alexeymelnichuck
- Re: Make avaliable weak value until end of `__gc`, Tim Caswell
- Feliz Ano Novo, Roberto Ierusalimschy
- Re: Feliz Ano Novo, Erik Hougaard
- Re: Feliz Ano Novo, mniip
- Re: Feliz Ano Novo, Alexander Gladysh
- Re: Feliz Ano Novo, Lorenzo Donati
- Re: Feliz Ano Novo, Etiene Dalcol
- Re: Feliz Ano Novo, Coda Highland
- Re: Feliz Ano Novo, Enrico Colombini
- Re: Feliz Ano Novo, Lev
- Re: [ANN] Lua 5.3.0 (rc2) now available, Jean-Luc Jumpertz
- Re: [ANN] Lua 5.3.0 (rc2) now available, Jean-Luc Jumpertz
- Re: Feliz Ano Novo, szbnwer@<a href="/cgi-bin/echo.cgi?gmail.com">...</a>
- December 31, 2014
- Re: Feliz Ano Novo, Thomas Jericke
- RE: Feliz Ano Novo, Charles Melice
- code analysis, Lev
- RE: [ANN] Lua 5.3.0 (rc2) now available, Charles Melice
- Re: [ANN] Lua 5.3.0 (rc2) now available, Karsten Schulz
- Re: code analysis, Luiz Henrique de Figueiredo
- luawebsocket, a WebSocket module for Lua, written in C, Marc Balmer
- Re: Feature request: make typeerror public somehow, Steven Degutis
- Re: Feliz Ano Novo, Joseph Manning
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- Re: Feliz Ano Novo, Pierre Chapuis
- Re: [ANN] Lua 5.3.0 (rc2) now available, Roberto Ierusalimschy
- [ANN] lua-evdev 2.0: interact with input devices on Linux, Joseph Wallace
Mail converted by MHonArc 2.6.19