Roberto Ierusalimschy
|
43461d267f
help message
|
28 years ago |
Roberto Ierusalimschy
|
fae0b52825
small bugs in error report
|
28 years ago |
Roberto Ierusalimschy
|
22439a7511
new syntax for constructors (a={n=3;1,2,3}).
|
28 years ago |
Roberto Ierusalimschy
|
7ecc3ce827
new command line options
|
28 years ago |
Roberto Ierusalimschy
|
4e91384e14
sorting the includes...
|
28 years ago |
Roberto Ierusalimschy
|
de79e7fc58
back to "lua_upvalue"... (seems better choice)
|
28 years ago |
Roberto Ierusalimschy
|
8b5b42563c
"lua_dobuffer" (is not official, but its there...)
|
28 years ago |
Roberto Ierusalimschy
|
502343b402
new scheme for buffers, centralized in auxlib.
|
28 years ago |
Roberto Ierusalimschy
|
82d09fbf0d
new structure for closures, without static variables.
|
28 years ago |
Roberto Ierusalimschy
|
9be85d1648
new year
|
28 years ago |
Roberto Ierusalimschy
|
45e533599f
optimization: closures without upvalues don't need to be closures
|
28 years ago |
Roberto Ierusalimschy
|
94144a7821
otimization: closures without upvalues don't need to be closures
|
28 years ago |
Roberto Ierusalimschy
|
4daae2165d
new API function and built-in "lua_copytagmethods"
|
28 years ago |
Roberto Ierusalimschy
|
cdd261f332
new option "-q" (quiet), and multi-line commands (ending with '\')
|
28 years ago |
Roberto Ierusalimschy
|
034f16892e
better treatment of MARKs and DEBUG cases.
|
28 years ago |
Roberto Ierusalimschy
|
c759520bc8
safer way to put #defines in error messages...
|
28 years ago |
Roberto Ierusalimschy
|
80b3d28f4a
details (mainly error messages)
|
28 years ago |
Roberto Ierusalimschy
|
69d97712ec
arguments "var=value" doesn't need quotes for value
|
28 years ago |
Roberto Ierusalimschy
|
5d89dad9b8
bug log
|
28 years ago |
Roberto Ierusalimschy
|
525a91fed3
BUG: "lastline" was not reset on function entry, so debug information
|
28 years ago |
Roberto Ierusalimschy
|
868d16dee0
comments
|
28 years ago |
Roberto Ierusalimschy
|
3393fd7f25
first version of "lua_close"
|
28 years ago |
Roberto Ierusalimschy
|
00c122cc29
other distribution of memory debug information.
|
28 years ago |
Roberto Ierusalimschy
|
03160920cf
store "functofind" in stack top, so doesn't need this field in
|
28 years ago |
Roberto Ierusalimschy
|
b42cc6a4d2
no more protected global variables; using upvalues to store tags.
|
28 years ago |
Roberto Ierusalimschy
|
a6ad644bf2
no more protected global variables
|
28 years ago |
Roberto Ierusalimschy
|
39fd5bb9b0
details
|
28 years ago |
Roberto Ierusalimschy
|
5482992dec
other access method for C upvalues (as arguments)
|
28 years ago |
Roberto Ierusalimschy
|
024528e0c2
global variables starting with '.' are protected in Lua (temporarily at
|
28 years ago |
Roberto Ierusalimschy
|
ef37c87e93
no more 'globalbag'
|
28 years ago |