lua-users home
lua-l archive
Mail Thread Index
[Date Index]
[Thread Index]
Is there any potential problems that I should be aware of if compiling the vanilla Lua on Ubuntu with manually disabling LUA_USE_POSIX macro?
,
孙世龙 sunshilong
Is debug.upvalueid()'s result stable?
,
Egor Skriptunoff
Re: Is debug.upvalueid()'s result stable?
,
Roberto Ierusalimschy
Re: Is debug.upvalueid()'s result stable?
,
Egor Skriptunoff
Re: Is debug.upvalueid()'s result stable?
,
Roberto Ierusalimschy
Re: Is debug.upvalueid()'s result stable?
,
Viacheslav Usov
Re: Is debug.upvalueid()'s result stable?
,
Egor Skriptunoff
debug.getinfo doesn't check for '>'
,
Xmilia Hermit
Re: debug.getinfo doesn't check for '>'
,
Roberto Ierusalimschy
Tag methods versus metamethods
,
Matthew Burke
Re: Tag methods versus metamethods
,
Luiz Henrique de Figueiredo
Re: Facing GC infinite loop in Lua 5.1
,
nerditation
Re: Facing GC infinite loop in Lua 5.1
,
nerditation
RES: Facing GC infinite loop in Lua 5.1
,
Wagner Fernando Fazio
Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Vishnu exer
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Rob Kendrick
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Vishnu exer
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Rob Kendrick
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Tom Sutcliffe
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Pierre Chapuis
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
John Regan
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Vishnu exer
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Paul Ducklin
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Daurnimator
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Paul Ducklin
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Paul Ducklin
Re: Encryption in Lua ? Lua encryption library OR C/C++/C#/Java library which can be called from Lua ?
,
Paul Ducklin
PUC-Rio: Digital Technologies and the Areas of Human Knowledge
,
Fernando Jefferson
[ANN] lua-http 0.4 release
,
Daurnimator
Re: [ANN] lua-http 0.4 release
,
Marc Balmer
Re: [ANN] lua-http 0.4 release
,
Martin Angers
Re: [ANN] lua-http 0.4 release
,
Andrew Starks
io.popen Run command with spaces in argument filename, and get the result
,
Robin Stern
Re: io.popen Run command with spaces in argument filename, and get the result
,
v
Re: io.popen Run command with spaces in argument filename, and get the result
,
Spar
Re: io.popen Run command with spaces in argument filename, and get the result
,
v
Re: io.popen Run command with spaces in argument filename, and get the result
,
Andrew Gierth
Re: io.popen Run command with spaces in argument filename, and get the result
,
v
Re: io.popen Run command with spaces in argument filename, and get the result
,
Andrew Gierth
Re: io.popen Run command with spaces in argument filename, and get the result
,
v
Re: io.popen Run command with spaces in argument filename, and get the result
,
Andrew Gierth
How to do it in portable way
,
Milan Obuch
Re: How to do it in portable way
,
Fontana Nicola
Re: How to do it in portable way
,
Milan Obuch
Subprocess execution with protection against parameter modification
,
sur-behoffski
Re: Subprocess execution with protection against parameter modification
,
v
Lua analog of Python's __ main__
,
Michael Nelson
Re: Lua analog of Python's __ main__
,
Paul K
Happy Lunar New Year! [Slightly Off Topic]
,
Milan Obuch
Lua exercises for beginners
,
Rudy Matela
Bug when parsing the value of math.mininteger
,
Lux Lang
Re: Bug when parsing the value of math.mininteger
,
Lux Lang
Re: Bug when parsing the value of math.mininteger
,
Jonathan Goble
Re: Bug when parsing the value of math.mininteger
,
Lux Lang
Re: Bug when parsing the value of math.mininteger
,
Jonathan Goble
Re: Happy Lunar New Year!
,
Foster Schucker
Re: Combining two tiny scripts
,
Griffin Rock
Imprecise float formatting
,
Lux Lang
Re: Imprecise float formatting
,
Jonathan Goble
loadwithprefix and Lua 5.4
,
Gavin Wraith
Re: loadwithprefix and Lua 5.4
,
Roberto Ierusalimschy
Equivalent to table.move for Lua 5.1
,
Lorenzo Donati
Re: Equivalent to table.move for Lua 5.1
,
Hisham
Re: Equivalent to table.move for Lua 5.1
,
Lorenzo Donati
Bug in error message for table.concat
,
Andrew Gierth
Re: Bug in error message for table.concat
,
Gavin Wraith
Re: Bug in error message for table.concat
,
Roberto Ierusalimschy
Re: Bug in error message for table.concat
,
Roberto Ierusalimschy
Re: Bug in error message for table.concat
,
Roberto Ierusalimschy
Re: Lua compatibility between versions 5.1 and 5.3 -- using LuaRocks
,
sur-behoffski
Incorrect optimization of function isinstack
,
Yongheng Chen
Re: Incorrect optimization of function isinstack
,
Joseph C. Sible
Re: Incorrect optimization of function isinstack
,
Yongheng Chen
Re: Incorrect optimization of function isinstack
,
Andrew Gierth
Re: Incorrect optimization of function isinstack
,
Joseph C. Sible
Re: Incorrect optimization of function isinstack
,
Roberto Ierusalimschy
[Proposal] Can we have "\ ", for use with "\z"?
,
Soni "They/Them" L.
Re: [Proposal] Can we have "\ ", for use with "\z"?
,
Egor Skriptunoff
Re: [Proposal] Can we have "\ ", for use with "\z"?
,
Soni "They/Them" L.
Why don't bools have (some) bitwise operators?
,
Soni "They/Them" L.
Re: Why don't bools have (some) bitwise operators?
,
Gé Weijers
Re: Why don't bools have (some) bitwise operators?
,
Gavin Wraith
Re: Why don't bools have (some) bitwise operators?
,
Sudipto Mallick
Re: Why don't bools have (some) bitwise operators?
,
Sean Conner
Re: Why don't bools have (some) bitwise operators?
,
Sudipto Mallick
Re: Why don't bools have (some) bitwise operators?
,
watusimoto
Re: Why don't bools have (some) bitwise operators?
,
Philippe Verdy
Re: Why don't bools have (some) bitwise operators?
,
Philippe Verdy
Lua stack clean
,
Ranier Vilela
Re: Lua stack clean
,
Tim McCracken
Re: Lua stack clean
,
Ranier Vilela
Re: Lua stack clean
,
Sean Conner
Re: Lua stack clean
,
Ranier Vilela
Re: Lua stack clean
,
Ranier Vilela
Re: Lua stack clean
,
Sean Conner
Re: Lua stack clean
,
Ranier Vilela
Re: Lua stack clean
,
Sean Conner
Re: Lua stack clean
,
Ranier Vilela
Relationship with "terra"?
,
mayuresh@<a href="/cgi-bin/echo.cgi?kathe.in">...</a>
Re: Relationship with "terra"?
,
Coda Highland
Exit one Lua state from a (C) API function
,
bel
Re: Exit one Lua state from a (C) API function
,
Gé Weijers
Re: Exit one Lua state from a (C) API function
,
Viacheslav Usov
Re: Exit one Lua state from a (C) API function
,
bel
Re: Exit one Lua state from a (C) API function
,
Andrew Gierth
Re: Exit one Lua state from a (C) API function
,
Viacheslav Usov
Re: Exit one Lua state from a (C) API function
,
bel
Re: Exit one Lua state from a (C) API function
,
Mimmo Mane
Multi-process C calling Lua: sharing data between Lua scripts?
,
caco
Re: Multi-process C calling Lua: sharing data between Lua scripts?
,
v
Re: Multi-process C calling Lua: sharing data between Lua scripts?
,
Laurent FAILLIE
Re: Multi-process C calling Lua: sharing data between Lua scripts?
,
Viacheslav Usov
Re: Multi-process C calling Lua: sharing data between Lua scripts?
,
Philippe Verdy
Re: Multi-process C calling Lua: sharing data between Lua scripts?
,
bel
Getting metatable's name.
,
Laurent FAILLIE
Re: Getting metatable's name.
,
Sean Conner
Re: Getting metatable's name.
,
Laurent FAILLIE
Re: Getting metatable's name.
,
Luiz Henrique de Figueiredo
file:seek("end") returns -1 on big files
,
Shmuel Zeigerman
Re: file:seek("end") returns -1 on big files
,
Paul K
Re: file:seek("end") returns -1 on big files
,
Shmuel Zeigerman
Mail converted by
MHonArc
2.6.19
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル