lua-users home
lua-l archive
Mail Date Index
[Date Index]
[Thread Index]
July 01, 2021
about lua51 lcode.c code design
,
shankusu2017
July 02, 2021
[FUN] Compress number in 2 bytes
,
Egor Skriptunoff
Re: [FUN] Compress number in 2 bytes
,
Xmilia Hermit
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
Re: [FUN] Compress number in 2 bytes
,
Xmilia Hermit
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
Re: [FUN] Compress number in 2 bytes
,
Xmilia Hermit
July 03, 2021
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
Re: [FUN] Compress number in 2 bytes
,
Xmilia Hermit
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
July 04, 2021
Re: [FUN] Compress number in 2 bytes
,
Xmilia Hermit
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
July 05, 2021
Re: [FUN] Compress number in 2 bytes
,
Michal Kottman
VM deep dive: tracking the stack top for the GC?
,
Jonathan Goble
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
Re: [FUN] Compress number in 2 bytes
,
Paul Ducklin
July 06, 2021
Re: [FUN] Compress number in 2 bytes
,
Egor Skriptunoff
Re: VM deep dive: tracking the stack top for the GC?
,
Roberto Ierusalimschy
Re: VM deep dive: tracking the stack top for the GC?
,
Jonathan Goble
July 08, 2021
luaL_buffinit stack manipulation
,
Benoit Germain
Re: luaL_buffinit stack manipulation
,
Benoit Germain
Re: luaL_buffinit stack manipulation
,
Xmilia Hermit
Re: luaL_buffinit stack manipulation
,
Benoit Germain
Re: luaL_buffinit stack manipulation
,
Xmilia Hermit
Re: luaL_buffinit stack manipulation
,
Benoit Germain
Re: luaL_buffinit stack manipulation
,
Andrew Gierth
Re: luaL_buffinit stack manipulation
,
Roberto Ierusalimschy
Re: luaL_buffinit stack manipulation
,
Benoit Germain
July 09, 2021
Re: about lua51 lcode.c code design
,
Roberto Ierusalimschy
July 10, 2021
C tail calls
,
gottfried leibniz
July 11, 2021
[ANN] LuaRT 0.9.3
,
samir . tine
July 12, 2021
Why does MAXUPVALS apply to both Lua and C closures?
,
Hugo Musso Gualandi
Re: Why does MAXUPVALS apply to both Lua and C closures?
,
Roberto Ierusalimschy
July 13, 2021
Re: Why does MAXUPVALS apply to both Lua and C closures?
,
shankusu2017
Re: Why does MAXUPVALS apply to both Lua and C closures?
,
shankusu2017
about lua515 comments
,
shankusu2017
correct lua515 comments git address
,
shankusu2017
July 14, 2021
[ANN] luaunbound 1.0.0 released
,
Kim Alvefur
Re: about lua51 lcode.c code design
,
shankusu2017
July 15, 2021
patch for src/Makefile
,
tjua Yang
C/C++ developer want to get involved
,
George Williams
Re: C/C++ developer want to get involved
,
Pierre Chapuis
July 19, 2021
Table behavior in Lua 5.4
,
William Ferguson
Re: Table behavior in Lua 5.4
,
Scott Morgan
ANN] lglicua-0.1-alpha3 released at SourceForge
,
sur-behoffski
Re: Table behavior in Lua 5.4
,
Andrew Gierth
[ANN] date module version 2.2 released
,
Thijs Schreijer
Re: C/C++ developer want to get involved
,
Roberto Ierusalimschy
Re: patch for src/Makefile
,
Luiz Henrique de Figueiredo
Cross-platform way to compile a Lua module written in C
,
Hugo Musso Gualandi
Re: Cross-platform way to compile a Lua module written in C
,
Norman Ramsey
Re: Table behavior in Lua 5.4
,
William Ferguson
Re: Cross-platform way to compile a Lua module written in C
,
David Sicilia
July 20, 2021
<close> and duplicate local variable name
,
David Sicilia
Re: <close> and duplicate local variable name
,
Roberto Ierusalimschy
Re: <close> and duplicate local variable name
,
David Sicilia
VM compilation question
,
Norman Ramsey
Re: VM compilation question
,
Roberto Ierusalimschy
[ANN] LuaMemory 2.0: byte array library
,
Renato Maia
[ANN] Coutil 2.0: multithreading library
,
Renato Maia
Re: VM compilation question
,
Hugo Musso Gualandi
Re: C tail calls
,
Roberto Ierusalimschy
Luarocks not finding lua.h on OSX with homebrew
,
Peter Hickman
Re: Luarocks not finding lua.h on OSX with homebrew
,
Hugo Musso Gualandi
Re: Luarocks not finding lua.h on OSX with homebrew
,
Peter Hickman
July 21, 2021
Re: Cross-platform way to compile a Lua module written in C
,
Hugo Musso Gualandi
Re: [ANN] Coutil 2.0: multithreading library
,
Ignacio Burgueño
Re: [ANN] Coutil 2.0: multithreading library
,
Pierre Chapuis
Re: Cross-platform way to compile a Lua module written in C
,
Oliver
Re: Cross-platform way to compile a Lua module written in C
,
Peter Hickman
Re: Cross-platform way to compile a Lua module written in C
,
Oliver
Re: Cross-platform way to compile a Lua module written in C
,
Dibyendu Majumdar
Re: Cross-platform way to compile a Lua module written in C
,
Hugo Musso Gualandi
Re: Cross-platform way to compile a Lua module written in C
,
Dibyendu Majumdar
Re: VM compilation question
,
Norman Ramsey
Re: [ANN] Coutil 2.0: multithreading library
,
Renato Maia
Re: [ANN] Coutil 2.0: multithreading library
,
DarkWiiPlayer
Re: VM compilation question
,
Roberto Ierusalimschy
Re: Luarocks not finding lua.h on OSX with homebrew
,
Peter Hickman
GC and Locals
,
Xmilia Hermit
Re: GC and Locals
,
Coda Highland
July 22, 2021
luaL_tolstring with negative index
,
Xmilia Hermit
right shift undefined behavior with mininteger (5.4.3)
,
user 673679
Re: right shift undefined behavior with mininteger (5.4.3)
,
Roberto Ierusalimschy
Re: luaL_tolstring with negative index
,
Roberto Ierusalimschy
Re: VM compilation question
,
Norman Ramsey
Distributing self contained lua app
,
Peter Hickman
Re: Cross-platform way to compile a Lua module written in C
,
Dibyendu Majumdar
Re: Distributing self contained lua app
,
Sean Conner
July 23, 2021
Re: Distributing self contained lua app
,
Paul K
Re: Cross-platform way to compile a Lua module written in C
,
Russell Haley
Re: Distributing self contained lua app
,
Peter Hickman
Re: Distributing self contained lua app
,
Peter Hickman
Re: Distributing self contained lua app
,
Kernel Kinetic
July 24, 2021
Re: Distributing self contained lua app
,
Mimmo Mane
Re: Cross-platform way to compile a Lua module written in C
,
Dibyendu Majumdar
July 25, 2021
Wrong bug description
,
Xmilia Hermit
Re: Distributing self contained lua app
,
Peter Hickman
July 26, 2021
Re: Distributing self contained lua app
,
Sean Conner
Re: Wrong bug description
,
Luiz Henrique de Figueiredo
Re: Distributing self contained lua app
,
Peter Hickman
Re: Distributing self contained lua app
,
Milind Gupta
July 27, 2021
patch for CVE-2020-15888
,
aman agrawal
Re: Distributing self contained lua app
,
Peter Hickman
Re: patch for CVE-2020-15888
,
Andrew Gierth
July 28, 2021
Re: patch for CVE-2020-15888
,
aman agrawal
Re: patch for CVE-2020-15888
,
Sam Trenholme
Re: patch for CVE-2020-15888
,
aman agrawal
Re: patch for CVE-2020-15888
,
Sam Trenholme
Re: patch for CVE-2020-15888
,
aman agrawal
Re: patch for CVE-2020-15888
,
Sam Trenholme
Re: patch for CVE-2020-15888
,
aman agrawal
Re: patch for CVE-2020-15888
,
Philippe Verdy
Re: patch for CVE-2020-15888
,
Andrew Gierth
Re: patch for CVE-2020-15888
,
Sean Conner
Re: patch for CVE-2020-15888
,
Sam Trenholme
Re: Distributing self contained lua app
,
Milind Gupta
July 29, 2021
Re: patch for CVE-2020-15888
,
Sam Trenholme
Re: Distributing self contained lua app
,
Milind Gupta
Re: Distributing self contained lua app
,
Luiz Henrique de Figueiredo
Re: Distributing self contained lua app
,
Peter Hickman
July 30, 2021
Question about 'const' variable
,
重归混沌
Re: Question about 'const' variable
,
Spar
Re: Question about 'const' variable
,
Hugo Musso Gualandi
[ANN] Ravi - a Lua dialect with JIT/AOT compilation support
,
Dibyendu Majumdar
Mail converted by
MHonArc
2.6.19
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル