lua-users home
lua-l archive
Mail Date Index
[Date Index]
[Thread Index]
October 01, 2020
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
Andrew Gierth
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
Viacheslav Usov
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
Andrew Gierth
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
Diego Nehab
October 02, 2020
Re: Avoid useless cast on call luaS_newlstr
,
Roberto Ierusalimschy
Re: Fun with table rehash
,
Paul Ducklin
empty statement feature
,
Albert Chan
Re: Avoid useless cast on call luaS_newlstr
,
Ranier Vilela
Re: empty statement feature
,
Luiz Henrique de Figueiredo
Re: yield from __close
,
Roberto Ierusalimschy
Peculiar scripts
,
Pedro Tammela
Re: Peculiar scripts
,
Luiz Henrique de Figueiredo
Re: Avoid useless cast on call luaS_newlstr
,
Ranier Vilela
Re: Avoid useless cast on call luaS_newlstr
,
Ranier Vilela
October 03, 2020
Lua new suggestions
,
Ranier Vilela
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
John W
October 04, 2020
Lua table limits (creating)
,
Ranier Vilela
October 06, 2020
I need some help on some ideas
,
yyl_20050115@<a href="/cgi-bin/echo.cgi?hotmail.com">...</a>
Re: I need some help on some ideas
,
Ranier Vilela
Re: Lua new suggestions
,
Roberto Ierusalimschy
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
Roberto Ierusalimschy
Re: Lua new suggestions
,
Ranier Vilela
Re: I need some help on some ideas
,
逸霖 杨
Re: I need some help on some ideas
,
Doug Currie
Re: I need some help on some ideas
,
逸霖 杨
Re: I need some help on some ideas
,
Ranier Vilela
Re: I need some help on some ideas
,
Joshua Jensen
Re: I need some help on some ideas
,
逸霖 杨
Re: I need some help on some ideas
,
逸霖 杨
Re: I need some help on some ideas
,
逸霖 杨
Re: I need some help on some ideas
,
Eretnek Hippi Messiás
Re: I need some help on some ideas
,
Eretnek Hippi Messiás
State of Lua web dev with LuaJIT
,
Lloyd Dube
October 07, 2020
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Luiz Henrique de Figueiredo
Re: State of Lua web dev with LuaJIT
,
Eretnek Hippi Messiás
Re: I need some help on some ideas
,
逸霖 杨
Re: State of Lua web dev with LuaJIT
,
Robert Burke
Re: yield from __close
,
John Belmonte
Re: [ANN] Lua 5.4.1 (rc1) now available
,
John Belmonte
Re: I need some help on some ideas
,
Robert Burke
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Egor Skriptunoff
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Soni "They/Them" L.
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Gé Weijers
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
RE: State of Lua web dev with LuaJIT (Lloyd Dube)
,
W Kurapica
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Egor Skriptunoff
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: State of Lua web dev with LuaJIT
,
Lloyd Dube
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Egor Skriptunoff
Re: State of Lua web dev with LuaJIT
,
Eretnek Hippi Messiás
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
October 08, 2020
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Gé Weijers
tkLua 5.2
,
Matthias Kluwe
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: tkLua 5.2
,
Ką Mykolas
Why Lua table pairs iteration doesn't hold the last key's position in Node[] ?
,
张伟智
Re: Why Lua table pairs iteration doesn't hold the last key's position in Node[] ?
,
Robert Burke
Re: Why Lua table pairs iteration doesn't hold the last key's position in Node[] ?
,
Roberto Ierusalimschy
Re: Why Lua table pairs iteration doesn't hold the last key's position in Node[] ?
,
William Ahern
October 09, 2020
[ANN] Lua 5.4.1 now available
,
Luiz Henrique de Figueiredo
Re: Why Lua table pairs iteration doesn't hold the last key's position in Node[] ?
,
Philippe Verdy
Re: Why Lua table pairs iteration doesn't hold the last key's position in Node[] ?
,
William Ahern
October 10, 2020
serial port trouble on Win10
,
Ulrich Schmidt
Re: serial port trouble on Win10
,
Sean Conner
How to locate the implementation of a specific function, e.g. string.byte?
,
孙世龙 sunshilong
Is there any method or funtion that could danamically resize the size of Lua's stack?
,
孙世龙 sunshilong
Re: serial port trouble on Win10
,
Ulrich Schmidt
Re: How to locate the implementation of a specific function, e.g. string.byte?
,
Luiz Henrique de Figueiredo
Re: How to locate the implementation of a specific function, e.g. string.byte?
,
Francisco Olarte
[ANN] Power patches work with Lua 5.4.1!
,
Reuben Thomas
Re: [ANN] Lua 5.4.1 now available
,
Vinicius Jarina
Re: serial port trouble on Win10
,
Sean Conner
Re: [ANN] Lua 5.4.1 now available
,
Ahmed Charles
Re: [ANN] Power patches work with Lua 5.4.1!
,
Paul Ducklin
Re: serial port trouble on Win10
,
Ulrich Schmidt
October 11, 2020
Re: Is there a (simple) way to get the memory usage of a Lua object (e.g table)?
,
孙世龙 sunshilong
Re: How to locate the implementation of a specific function, e.g. string.byte?
,
孙世龙 sunshilong
Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
孙世龙 sunshilong
Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
孙世龙 sunshilong
How many table accesses caused by this expression?
,
孙世龙 sunshilong
Re: How many table accesses caused by this expression?
,
Robert Burke
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
Robert Burke
Re: Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
Ranier Vilela
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
孙世龙 sunshilong
Re: How many table accesses caused by this expression?
,
孙世龙 sunshilong
Re: Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
Jonathan Goble
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
Ką Mykolas
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
Francisco Olarte
Re: Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
Philippe Verdy
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
Philippe Verdy
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
Luiz Henrique de Figueiredo
Garbage Collection Breaks Next
,
Xmilia Hermit
Re: Could somebody explain "due to the way that Lua implements tables, the order that elements appear in a traversal is undefined" in more detpth?
,
Philippe Verdy
October 12, 2020
Re: How many table accesses caused by this expression?
,
孙世龙 sunshilong
Re: Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
孙世龙 sunshilong
Re: Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
Jonathan Goble
Is there any book or document that analyzes\explains the source code of Lua?
,
孙世龙 sunshilong
Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
孙世龙 sunshilong
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
孙世龙 sunshilong
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
Francisco Olarte
Re: Is there any book or document that analyzes\explains the source code of Lua?
,
Robert Burke
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
Robert Burke
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
Viacheslav Usov
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
孙世龙 sunshilong
Re: Is there any book or document that analyzes\explains the source code of Lua?
,
孙世龙 sunshilong
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 now available
,
Andrew Gierth
Re: [ANN] Lua 5.4.1 now available
,
Andrew Gierth
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
Re: Garbage Collection Breaks Next
,
Roberto Ierusalimschy
Re: Garbage Collection Breaks Next
,
Xmilia Hermit
Re: Garbage Collection Breaks Next
,
Roberto Ierusalimschy
Re: Garbage Collection Breaks Next
,
Xmilia Hermit
October 13, 2020
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
Philippe Verdy
How to comprehend "in Lua, all functions are anonymous. Like any other value, they do not have names. " at a deeper level?
,
孙世龙 sunshilong
Re: Is there any book or document that analyzes\explains the source code of Lua?
,
云风 Cloud Wu
Re: How to comprehend "in Lua, all functions are anonymous. Like any other value, they do not have names. " at a deeper level?
,
Philippe Verdy
Re: How to comprehend "in Lua, all functions are anonymous. Like any other value, they do not have names. " at a deeper level?
,
Matěj Cepl
Are-we-fast-yet benchmark suite applied to different Lua VM versions + JS V8
,
rochus.keller@<a href="/cgi-bin/echo.cgi?bluewin.ch">...</a>
Re: Are-we-fast-yet benchmark suite applied to different Lua VM versions + JS V8
,
Paul Baker
Re: How to comprehend "in Lua, all functions are anonymous. Like any other value, they do not have names. " at a deeper level?
,
Sam Putman
Re: Re: Are-we-fast-yet benchmark suite applied to different Lua VM versions + JS V8
,
rochus.keller@<a href="/cgi-bin/echo.cgi?bluewin.ch">...</a>
Re: Garbage Collection Breaks Next
,
Roberto Ierusalimschy
October 15, 2020
Why does the output of "for in pairs" is right whereas the output of "for in ipairs" is wrong?
,
孙世龙 sunshilong
Re: Why does the output of "for in pairs" is right whereas the output of "for in ipairs" is wrong?
,
Robert Burke
Re: Why does the output of "for in pairs" is right whereas the output of "for in ipairs" is wrong?
,
孙世龙 sunshilong
October 16, 2020
Some line hooks are missing in lua5.4.2
,
actboy168
Re: Some line hooks are missing in lua5.4.2
,
Roberto Ierusalimschy
Re: Is there any method or funtion that could danamically resize the size of Lua's stack?
,
Roberto Ierusalimschy
Re: Some line hooks are missing in lua5.4.2
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 now available
,
Vinicius Jarina
October 17, 2020
Building wxLua (wx.dll) with Lua 5.1 and 5.3, both for x32 and 64b machine
,
Luk Pro
October 18, 2020
[issue] typo on lua.org
,
Jim Tittsler
Re: [issue] typo on lua.org
,
Luiz Henrique de Figueiredo
Re: Building wxLua (wx.dll) with Lua 5.1 and 5.3, both for x32 and 64b machine
,
Paul K
Re: Is it possible to pre-allocate a table with a specific size(i.e. pre-allocating the max memory that may be used by a table)?
,
DarkWiiPlayer
Re: Building wxLua (wx.dll) with Lua 5.1 and 5.3, both for x32 and 64b machine
,
Ką Mykolas
October 19, 2020
Re: Some line hooks are missing in lua5.4.2
,
actboy168
Why does not the finalizer been called at the end of the first or second for loop?
,
孙世龙 sunshilong
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
why luaZ_fill discount char being returned
,
yang chao
Re: yield from __close
,
Matthew Wild
Re: why luaZ_fill discount char being returned
,
Roberto Ierusalimschy
The Future of Computing and Programming Languages
,
Gavin Holt
October 20, 2020
What is the second argument of lua_newstate(lua_Alloc f, void *ud) used for?
,
孙世龙 sunshilong
Re: What is the second argument of lua_newstate(lua_Alloc f, void *ud) used for?
,
v
What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
孙世龙 sunshilong
Re: The Future of Computing and Programming Languages
,
Luiz Henrique de Figueiredo
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
yang chao
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
孙世龙 sunshilong
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
Francisco Olarte
Comment in localstat is wrong
,
Xmilia Hermit
Re: Why does not the finalizer been called at the end of the first or second for loop?
,
Gé Weijers
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
Gé Weijers
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
Roberto Ierusalimschy
Re: Comment in localstat is wrong
,
Roberto Ierusalimschy
Lua RTSP-proxy
,
Thomas Schmiedl
Re: The Future of Computing and Programming Languages
,
Gavin Holt
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
Gé Weijers
Re: What is the second argument of lua_newstate(lua_Alloc f, void *ud) used for?
,
Viacheslav Usov
October 21, 2020
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
孙世龙 sunshilong
Is there any circumstance that needs to invoke lua_newstate () to create two or more Lua states in a single C\C++ process?
,
孙世龙 sunshilong
Re: Is there any circumstance that needs to invoke lua_newstate () to create two or more Lua states in a single C\C++ process?
,
JeanHeyd Meneide
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
Gé Weijers
Re: Why does not the finalizer been called at the end of the first or second for loop?
,
孙世龙 sunshilong
Re: Is there any circumstance that needs to invoke lua_newstate () to create two or more Lua states in a single C\C++ process?
,
孙世龙 sunshilong
Re: Why does not the finalizer been called at the end of the first or second for loop?
,
Gé Weijers
Re: Why does not the finalizer been called at the end of the first or second for loop?
,
孙世龙 sunshilong
Forum Experts
,
Sorn Županić Maksumić
Lua program for test
,
逸霖 杨
Re: Why does not the finalizer been called at the end of the first or second for loop?
,
Gé Weijers
October 22, 2020
Take into account __tostring whet printing _PROMPT
,
Александр Машин
Re: lua-l Digest, Vol 123, Issue 44
,
Александр Машин
Re: Take into account __tostring whet printing _PROMPT
,
Marcus Mason
Re: Take into account __tostring whet printing _PROMPT
,
Александр Машин
Re: yield from __close
,
Marcus Mason
What is "TM" short for?
,
孙世龙 sunshilong
Re: What is "TM" short for?
,
Roberto Ierusalimschy
Re: The Future of Computing and Programming Languages
,
Alejandro Reimondo
Re: lua-l Digest, Vol 123, Issue 44
,
Philippe Verdy
Re: What is "TM" short for?
,
Jonathan Goble
Re: Take into account __tostring whet printing _PROMPT
,
Luiz Henrique de Figueiredo
October 23, 2020
Why does not replace the return value type(i.e. GCobject*) of luaC_newobj() function with the type of union GCunion* to avoid the explicit cast(i.e. gco2t, gco2p, gco2u and etc)?
,
孙世龙 sunshilong
[BUG]Wrong trace of goto
,
actboy168
Re: Is there any circumstance that needs to invoke lua_newstate () to create two or more Lua states in a single C\C++ process?
,
JeanHeyd Meneide
Re: [BUG]Wrong trace of goto
,
Luiz Henrique de Figueiredo
October 24, 2020
Re: The Future of Computing and Programming Languages
,
Jasper Klein
Re: The Future of Computing and Programming Languages
,
Jasper Klein
Re: The Future of Computing and Programming Languages
,
Roberto Ierusalimschy
Re: The Future of Computing and Programming Languages
,
Philippe Verdy
Re: [BUG]Wrong trace of goto
,
Egor Skriptunoff
October 25, 2020
Opinions Please: LuaRocks to help SysAdmins?
,
sur-behoffski
Re: Opinions Please: LuaRocks to help SysAdmins?
,
v
Re: [BUG]Wrong trace of goto
,
Luiz Henrique de Figueiredo
October 26, 2020
Lua 5.4.2 issues with msvc 2019 (64 bits)
,
Ranier Vilela
Possible typo with define tonumberns?
,
Ranier Vilela
October 27, 2020
Re: Possible typo with define tonumberns?
,
Ahmed Charles
Re: Why does not replace the return value type(i.e. GCobject*) of luaC_newobj() function with the type of union GCunion* to avoid the explicit cast(i.e. gco2t, gco2p, gco2u and etc)?
,
Ranier Vilela
Module DLL with Lua 5.4.2
,
Ranier Vilela
Re: Module DLL with Lua 5.4.2
,
Sergey Kovalev
Re: Module DLL with Lua 5.4.2
,
Ranier Vilela
Re: Module DLL with Lua 5.4.2
,
Sergey Kovalev
Re: Lua 5.4.2 issues with msvc 2019 (64 bits)
,
Roberto Ierusalimschy
Re: Module DLL with Lua 5.4.2
,
Ranier Vilela
Re: Module DLL with Lua 5.4.2
,
Ranier Vilela
Returning nil vs returning nothing
,
Grzegorz Krasoń
Suspicious table initialization
,
Grzegorz Krasoń
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
nobody
Re: Suspicious table initialization
,
Matthew Wild
Re: Suspicious table initialization
,
Javier Guerra Giraldez
Re: Suspicious table initialization
,
Grzegorz Krasoń
Re: Returning nil vs returning nothing
,
Grzegorz Krasoń
live "Lua na PUC-Rio"
,
Luiz Henrique de Figueiredo
Re: live "Lua na PUC-Rio"
,
Ką Mykolas
Re: Returning nil vs returning nothing
,
Andrew Gierth
October 28, 2020
Re: Returning nil vs returning nothing
,
Viacheslav Usov
October 29, 2020
Table enumeration
,
Phil Leblanc
Re: Returning nil vs returning nothing
,
Andrew Gierth
Re: Table enumeration
,
Luiz Henrique de Figueiredo
Re: Table enumeration
,
Phil Leblanc
Re: Returning nil vs returning nothing
,
William Ahern
Re: Table enumeration
,
Eretnek Hippi Messiás
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
Roberto Ierusalimschy
Evento "Tecnologias Digitais e as Áreas do Conhecimento Humano" - 30/10 - Sexta-feira - 17:00hs
,
Fernando Jefferson
Lua 5.4 bug with coroutines
,
Edoardo
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
Sam Putman
Re: Returning nil vs returning nothing
,
Sean Conner
October 30, 2020
New Lua Chunk Decoding tool
,
Vijo Cherian
October 31, 2020
Re: New Lua Chunk Decoding tool
,
Domingo Alvarez Duarte
Mail converted by
MHonArc
2.6.19
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル