lua-users home
lua-l archive
Mail Date Index
[Date Index]
[Thread Index]
February 01, 2023
[ANN] typecheck 3.0 released
,
Gary V . Vaughan
Re: [ANN] typecheck 3.0 released
,
bil til
Re: [ANN] typecheck 3.0 released
,
Gary V. Vaughan
Why is this note here?
,
game frog
February 02, 2023
Re: Why is this note here?
,
Ziyao
Crash after when io.poep is used
,
Sudheer Hebbale
Re: Crash after when io.poep is used
,
bil til
Re: Crash after when io.poep is used
,
Sudheer Hebbale
February 04, 2023
Use after free during luaV_execute
,
Yongheng Chen
Re: Use after free during luaV_execute
,
云风
Re: Use after free during luaV_execute
,
bil til
rtc, build standalone Windows executables from your Lua scripts
,
samir . tine
Re: rtc, build standalone Windows executables from your Lua scripts
,
Gisle Vanem
Re: rtc, build standalone Windows executables from your Lua scripts
,
Peter Hickman
Re: Use after free during luaV_execute
,
David Sicilia
Re: Use after free during luaV_execute
,
Yongheng Chen
February 05, 2023
Compile LUA for 16-bit target problems/bug
,
Jiri Malak
Re: Compile LUA for 16-bit target problems/bug
,
bil til
lua_setglobal_number() and similar convenience macros
,
Tomas Mudrunka
Re: Compile LUA for 16-bit target problems/bug
,
Jiri Malak
Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Yongheng Chen
Re: lua_setglobal_number() and similar convenience macros
,
Thadeu de Paula
Lua usage in safety-critical systems
,
Roger Leigh
RE: Lua usage in safety-critical systems
,
Tom Becker
February 06, 2023
Re: Lua usage in safety-critical systems
,
Albert Krewinkel
Re: lua_setglobal_number() and similar convenience macros
,
bil til
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Ziyao
Re: Lua usage in safety-critical systems
,
bil til
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
bil til
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Bas Groothedde
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Yongheng Chen
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Mouse
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Ziyao
February 07, 2023
Re: Compile LUA for 16-bit target problems/bug
,
Roberto Ierusalimschy
Re: Compile LUA for 16-bit target problems/bug
,
Jiri Malak
Re: Assertion `(((((uv)->v.p != &(uv)->u.value))` fail
,
Roberto Ierusalimschy
Re: Compile LUA for 16-bit target problems/bug
,
Roberto Ierusalimschy
February 08, 2023
Re: Lua usage in safety-critical systems
,
Rob Kendrick
Re: Lua usage in safety-critical systems
,
bil til
Re: Lua usage in safety-critical systems
,
Rob Kendrick
Re: Lua usage in safety-critical systems
,
Enrico Colombini
Re: Lua usage in safety-critical systems
,
Rob Kendrick
Re: Lua usage in safety-critical systems
,
Jay Elston
February 09, 2023
Re: Lua usage in safety-critical systems
,
bil til
Re: Compile LUA for 16-bit target problems/bug
,
Jiri Malak
Re: Compile LUA for 16-bit target problems/bug
,
bil til
Function without return does not return nil?
,
Tomas Mudrunka
Re: Function without return does not return nil?
,
bil til
Re: Function without return does not return nil?
,
SH
Re: Function without return does not return nil?
,
Lars Müller
February 13, 2023
Re: Compile LUA for 16-bit target problems/bug
,
Lorenzo Donati
Re: Lua usage in safety-critical systems
,
Lorenzo Donati
Re: Compile LUA for 16-bit target problems/bug
,
bil til
Re: Compile LUA for 16-bit target problems/bug
,
Roberto Ierusalimschy
Re: Compile LUA for 16-bit target problems/bug
,
Lorenzo Donati
Re: Compile LUA for 16-bit target problems/bug
,
Paul Ducklin
February 14, 2023
A bit more on bits...
,
sur-behoffski
Setting caller scope locals or upvalues
,
Thadeu de Paula
Re: Setting caller scope locals or upvalues
,
林畅
Re: Setting caller scope locals or upvalues
,
Roberto Ierusalimschy
February 15, 2023
Why does Lua not want to write 13 to binary files on Windows?
,
Johann ''Myrkraverk'' Oskarsson
Re: Why does Lua not want to write 13 to binary files on Windows?
,
Shmuel Zeigerman
Re: Why does Lua not want to write 13 to binary files on Windows?
,
Johann ''Myrkraverk'' Oskarsson
Re: Why does Lua not want to write 13 to binary files on Windows?
,
Michal Kottman
Re: Why does Lua not want to write 13 to binary files on Windows?
,
Sean Conner
Re: Why does Lua not want to write 13 to binary files on Windows?
,
Mouse
Re: Why does Lua not want to write 13 to binary files on Windows?
,
Francisco Olarte
Re: Why does Lua not want to write 13 to binary files on Windows?
,
bil til
February 16, 2023
Re: A bit more on bits...
,
Lorenzo Donati
Re: Compile LUA for 16-bit target problems/bug
,
Lorenzo Donati
Re: Compile LUA for 16-bit target problems/bug
,
Roberto Ierusalimschy
Re: A bit more on bits...
,
Francisco Olarte
Re: A bit more on bits...
,
Sean Conner
Re: A bit more on bits...
,
Peter Hickman
Re: A bit more on bits...
,
Sean Conner
February 17, 2023
luaL_Buffer use question
,
涵曦
Re: A bit more on bits...
,
Scott Morgan
Re: A bit more on bits...
,
Peter Hickman
Re: add/daa/adc/daa (was: Z80 half-carry bit...)
,
sur-behoffski
Re: Compile LUA for 16-bit target problems/bug
,
Johann ''Myrkraverk'' Oskarsson
Re: A bit more on bits...
,
Francisco Olarte
Re: A bit more on bits...
,
Luiz Henrique de Figueiredo
Re: luaL_Buffer use question
,
Roberto Ierusalimschy
Okay, let's talk assembly and Lua (was Re: A bit more on bits...)
,
Sean Conner
February 18, 2023
Re: Okay, let's talk assembly and Lua (was Re: A bit more on bits...)
,
Ranier Vilela
Re: Okay, let's talk assembly and Lua (was Re: A bit more on bits...)
,
Spar
February 19, 2023
Power patch to support flexible lua_writestring
,
Nathan Page
Re: Power patch to support flexible lua_writestring
,
bil til
Re: Power patch to support flexible lua_writestring
,
Nathan Page
Re: Okay, let's talk assembly and Lua (was Re: A bit more on bits...)
,
Frank Mitchell
[ANN] Glu 0.9 -- a GUI for Lua scripts
,
Andrew Trevorrow
February 22, 2023
recognizing whether a caller uses function result
,
Roman Gershman
Re: recognizing whether a caller uses function result
,
Sean Conner
Re: recognizing whether a caller uses function result
,
bil til
Re: recognizing whether a caller uses function result
,
Roman Gershman
Re: recognizing whether a caller uses function result
,
bil til
Okay, lets talk assemblers and Lua (was Re: A bit more on bits...)
,
Johann ''Myrkraverk'' Oskarsson
Re: recognizing whether a caller uses function result
,
Roman Gershman
Re: recognizing whether a caller uses function result
,
bil til
[proposal] parenthesis-less function call also for nil, booleans and numbers
,
tDwtp
Re: [proposal] parenthesis-less function call also for nil, booleans and numbers
,
tDwtp
Re: [proposal] parenthesis-less function call also for nil, booleans and numbers
,
Mouse
Re: [proposal] parenthesis-less function call also for nil, booleans and numbers
,
tDwtp
Re: messed up formatting Was: [proposal] parenthesis-less function call also for nil, booleans and numbers
,
tDwtp
Re: [proposal] parenthesis-less function call also for nil, booleans and numbers
,
Mouse
Re: Okay, let's talk assembly and Lua (was Re: A bit more on bits...)
,
Philippe Verdy
Re: messed up formatting
,
tDwtp
[proposal] parenthesis-less function call also for boolean nil and numbers
,
tDwtp
[proposal] allow self-calls on keys of any type
,
tDwtp
Re: Okay, lets talk assemblers and Lua (was Re: A bit more on bits...)
,
Sean Conner
Re: [proposal] parenthesis-less function call also for boolean nil and numbers
,
bil til
Re: recognizing whether a caller uses function result
,
Sean Conner
Re: recognizing whether a caller uses function result
,
Mouse
Re: recognizing whether a caller uses function result
,
Sean Conner
February 23, 2023
Re: [proposal] allow self-calls on keys of any type
,
Gé Weijers
Re: [proposal] parenthesis-less function call also for boolean nil and numbers
,
tDwtp
Re: [proposal] parenthesis-less function call also for boolean nil and numbers
,
bil til
Re: recognizing whether a caller uses function result
,
bil til
Re: Okay, lets talk assemblers and Lua (was Re: A bit more on bits...)
,
Johann ''Myrkraverk'' Oskarsson
Re: recognizing whether a caller uses function result
,
Sean Conner
Re: Okay, lets talk assemblers and Lua (was Re: A bit more on bits...)
,
Diego Nehab
Re: recognizing whether a caller uses function result
,
bil til
Re: [proposal] allow self-calls on keys of any type
,
Spar
Re: [proposal] allow self-calls on keys of any type
,
Gé Weijers
Re: [proposal] allow self-calls on keys of any type
,
Steven Hall
Re: [proposal] allow self-calls on keys of any type
,
Mouse
Re: [proposal] allow self-calls on keys of any type
,
Eduardo Ochs
February 24, 2023
Re: Okay, lets talk assemblers and Lua (was Re: A bit more on bits...)
,
Paul Ducklin
Re: Power patch to support flexible lua_writestring
,
William Ahern
Re: Power patch to support flexible lua_writestring
,
bil til
Re: Power patch to support flexible lua_writestring
,
William Ahern
February 25, 2023
Re: Power patch to support flexible lua_writestring
,
bil til
Re: recognizing whether a caller uses function result
,
Frank Mitchell
Re: recognizing whether a caller uses function result
,
Frank Mitchell
Re: [proposal] parenthesis-less function call also for boolean nil and numbers
,
Frank Mitchell
Re: Compile LUA for 16-bit target problems/bug
,
Frank Mitchell
Re: Setting caller scope locals or upvalues
,
Frank Mitchell
February 26, 2023
Re: recognizing whether a caller uses function result
,
bil til
February 27, 2023
Re: recognizing whether a caller uses function result
,
Frank Mitchell
Question about # operator in LuaJIT
,
Gianmaria Bajo
Re: Question about # operator in LuaJIT
,
Joseph C. Sible
Re: Question about # operator in LuaJIT
,
Gianmaria Bajo
Re: recognizing whether a caller uses function result
,
bil til
February 28, 2023
Trailing commas in argument & parameter lists patch
,
Lars Müller
Re: Trailing commas in argument & parameter lists patch
,
Javier Guerra Giraldez
Re: Trailing commas in argument & parameter lists patch
,
Lars Müller
Mail converted by
MHonArc
2.6.19
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル