lua-users home
lua-l archive
Mail Thread Index
[Date Index]
[Thread Index]
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
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
John W
Re: Understanding 'volatile' in lstrlib.cpp (Lua 5.3)
,
Roberto Ierusalimschy
Re: Avoid useless cast on call luaS_newlstr
,
Roberto Ierusalimschy
Re: Avoid useless cast on call luaS_newlstr
,
Ranier Vilela
Re: Avoid useless cast on call luaS_newlstr
,
Ranier Vilela
Re: Avoid useless cast on call luaS_newlstr
,
Ranier Vilela
Re: Fun with table rehash
,
Paul Ducklin
empty statement feature
,
Albert Chan
Re: empty statement feature
,
Luiz Henrique de Figueiredo
Re: yield from __close
,
Roberto Ierusalimschy
Re: yield from __close
,
John Belmonte
Re: yield from __close
,
Matthew Wild
Re: yield from __close
,
Marcus Mason
Peculiar scripts
,
Pedro Tammela
Re: Peculiar scripts
,
Luiz Henrique de Figueiredo
Lua new suggestions
,
Ranier Vilela
Re: Lua new suggestions
,
Roberto Ierusalimschy
Re: Lua new suggestions
,
Ranier Vilela
Lua table limits (creating)
,
Ranier Vilela
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: 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
,
Joshua Jensen
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
,
逸霖 杨
Re: I need some help on some ideas
,
Eretnek Hippi Messiás
Re: I need some help on some ideas
,
Eretnek Hippi Messiás
Re: I need some help on some ideas
,
逸霖 杨
Re: I need some help on some ideas
,
Robert Burke
Re: I need some help on some ideas
,
逸霖 杨
State of Lua web dev with LuaJIT
,
Lloyd Dube
Re: State of Lua web dev with LuaJIT
,
Eretnek Hippi Messiás
Re: State of Lua web dev with LuaJIT
,
Robert Burke
Re: State of Lua web dev with LuaJIT
,
Lloyd Dube
Re: State of Lua web dev with LuaJIT
,
Eretnek Hippi Messiás
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Luiz Henrique de Figueiredo
Re: [ANN] Lua 5.4.1 (rc1) now available
,
John Belmonte
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Soni "They/Them" L.
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Egor Skriptunoff
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Gé Weijers
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Egor Skriptunoff
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Egor Skriptunoff
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Gé Weijers
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 (rc1) now available
,
Roberto Ierusalimschy
RE: State of Lua web dev with LuaJIT (Lloyd Dube)
,
W Kurapica
tkLua 5.2
,
Matthias Kluwe
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
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
[ANN] Lua 5.4.1 now available
,
Luiz Henrique de Figueiredo
Re: [ANN] Lua 5.4.1 now available
,
Vinicius Jarina
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
,
Roberto Ierusalimschy
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
,
Vinicius Jarina
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
Re: [ANN] Lua 5.4.1 now available
,
Ahmed Charles
Re: [ANN] Lua 5.4.1 now available
,
Roberto Ierusalimschy
serial port trouble on Win10
,
Ulrich Schmidt
Re: serial port trouble on Win10
,
Sean Conner
Re: serial port trouble on Win10
,
Ulrich Schmidt
Re: serial port trouble on Win10
,
Sean Conner
Re: serial port trouble on Win10
,
Ulrich Schmidt
How to locate the implementation of a specific function, e.g. string.byte?
,
孙世龙 sunshilong
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
Re: 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: Is there any method or funtion that could danamically resize the size of Lua's stack?
,
Roberto Ierusalimschy
[ANN] Power patches work with Lua 5.4.1!
,
Reuben Thomas
Re: [ANN] Power patches work with Lua 5.4.1!
,
Paul Ducklin
Re: Is there a (simple) way to get the memory usage of a Lua object (e.g table)?
,
孙世龙 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
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: 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: 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: 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
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
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: 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: 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: 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: 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
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
How many table accesses caused by this expression?
,
孙世龙 sunshilong
Re: How many table accesses caused by this expression?
,
Robert Burke
Re: How many table accesses caused by this expression?
,
孙世龙 sunshilong
Message not available
Re: How many table accesses caused by this expression?
,
孙世龙 sunshilong
Garbage Collection Breaks Next
,
Xmilia Hermit
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
Re: Garbage Collection Breaks Next
,
Roberto Ierusalimschy
Is there any book or document that analyzes\explains the source code of Lua?
,
孙世龙 sunshilong
Re: Is there any book or document that analyzes\explains the source code of Lua?
,
Robert Burke
Re: Is there any book or document that analyzes\explains the source code of Lua?
,
孙世龙 sunshilong
Re: Is there any book or document that analyzes\explains the source code of Lua?
,
云风 Cloud Wu
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?
,
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?
,
Philippe Verdy
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
Francisco Olarte
Re: Why does #{nil, "sun"} output 2, whereas a={}; a[2]="sun"; print(#a) output 0?
,
孙世龙 sunshilong
How to comprehend "in Lua, all functions are anonymous. Like any other value, they do not have names. " at a deeper level?
,
孙世龙 sunshilong
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
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
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
<Possible follow-ups>
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>
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
Some line hooks are missing in lua5.4.2
,
actboy168
Re: Some line hooks are missing in lua5.4.2
,
Roberto Ierusalimschy
Re: Some line hooks are missing in lua5.4.2
,
Roberto Ierusalimschy
Re: Some line hooks are missing in lua5.4.2
,
actboy168
Building wxLua (wx.dll) with Lua 5.1 and 5.3, both for x32 and 64b machine
,
Luk Pro
Re: Building wxLua (wx.dll) with Lua 5.1 and 5.3, both for x32 and 64b machine
,
Paul K
Re: Building wxLua (wx.dll) with Lua 5.1 and 5.3, both for x32 and 64b machine
,
Ką Mykolas
[issue] typo on lua.org
,
Jim Tittsler
Re: [issue] typo on lua.org
,
Luiz Henrique de Figueiredo
Why does not the finalizer been called at the end of the first or second for loop?
,
孙世龙 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
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
Re: Why does not the finalizer been called at the end of the first or second for loop?
,
Gé Weijers
why luaZ_fill discount char being returned
,
yang chao
Re: why luaZ_fill discount char being returned
,
Roberto Ierusalimschy
The Future of Computing and Programming Languages
,
Gavin Holt
Re: The Future of Computing and Programming Languages
,
Luiz Henrique de Figueiredo
Re: The Future of Computing and Programming Languages
,
Gavin Holt
Re: The Future of Computing and Programming Languages
,
Alejandro Reimondo
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
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
Re: What is the second argument of lua_newstate(lua_Alloc f, void *ud) used for?
,
Viacheslav Usov
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?
,
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
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: 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?
,
孙世龙 sunshilong
Re: What's a Lua object? Why LUA_TBOOLEAN and LUA_TLIGHTUSERDATA and LUA_TNUMBER are not Lua objects?
,
Gé Weijers
Comment in localstat is wrong
,
Xmilia Hermit
Re: Comment in localstat is wrong
,
Roberto Ierusalimschy
Lua RTSP-proxy
,
Thomas Schmiedl
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: 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
Forum Experts
,
Sorn Županić Maksumić
Lua program for test
,
逸霖 杨
Take into account __tostring whet printing _PROMPT
,
Александр Машин
Re: Take into account __tostring whet printing _PROMPT
,
Marcus Mason
Re: Take into account __tostring whet printing _PROMPT
,
Александр Машин
Re: Take into account __tostring whet printing _PROMPT
,
Luiz Henrique de Figueiredo
Re: lua-l Digest, Vol 123, Issue 44
,
Александр Машин
Re: lua-l Digest, Vol 123, Issue 44
,
Philippe Verdy
What is "TM" short for?
,
孙世龙 sunshilong
Re: What is "TM" short for?
,
Roberto Ierusalimschy
Re: What is "TM" short for?
,
Jonathan Goble
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
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
[BUG]Wrong trace of goto
,
actboy168
Re: [BUG]Wrong trace of goto
,
Luiz Henrique de Figueiredo
Re: [BUG]Wrong trace of goto
,
Egor Skriptunoff
Re: [BUG]Wrong trace of goto
,
Luiz Henrique de Figueiredo
Opinions Please: LuaRocks to help SysAdmins?
,
sur-behoffski
Re: Opinions Please: LuaRocks to help SysAdmins?
,
v
Lua 5.4.2 issues with msvc 2019 (64 bits)
,
Ranier Vilela
Re: Lua 5.4.2 issues with msvc 2019 (64 bits)
,
Roberto Ierusalimschy
Possible typo with define tonumberns?
,
Ranier Vilela
Re: Possible typo with define tonumberns?
,
Ahmed Charles
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: 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ń
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
nobody
Re: Returning nil vs returning nothing
,
Grzegorz Krasoń
Re: Returning nil vs returning nothing
,
Andrew Gierth
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
Andrew Gierth
Re: Returning nil vs returning nothing
,
William Ahern
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
Roberto Ierusalimschy
Re: Returning nil vs returning nothing
,
Viacheslav Usov
Re: Returning nil vs returning nothing
,
Sam Putman
Re: Returning nil vs returning nothing
,
Sean Conner
Suspicious table initialization
,
Grzegorz Krasoń
Re: Suspicious table initialization
,
Matthew Wild
Re: Suspicious table initialization
,
Javier Guerra Giraldez
Re: Suspicious table initialization
,
Grzegorz Krasoń
live "Lua na PUC-Rio"
,
Luiz Henrique de Figueiredo
Re: live "Lua na PUC-Rio"
,
Ką Mykolas
Table enumeration
,
Phil Leblanc
Re: Table enumeration
,
Luiz Henrique de Figueiredo
Re: Table enumeration
,
Phil Leblanc
Re: Table enumeration
,
Eretnek Hippi Messiás
Evento "Tecnologias Digitais e as Áreas do Conhecimento Humano" - 30/10 - Sexta-feira - 17:00hs
,
Fernando Jefferson
Lua 5.4 bug with coroutines
,
Edoardo
New Lua Chunk Decoding tool
,
Vijo Cherian
Re: New Lua Chunk Decoding tool
,
Domingo Alvarez Duarte
Mail converted by
MHonArc
2.6.19
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル