Roberto Ierusalimschy
|
270a58c062
Application name for 'readline' is "lua", not "Lua"
|
1 month ago |
Roberto Ierusalimschy
|
30531c291b
Refactoring in the use of 'readline' by 'lua.c'
|
1 month ago |
Roberto Ierusalimschy
|
07b009c371
No need to limit variable declarations to 250
|
1 month ago |
Roberto Ierusalimschy
|
f711567448
Check string indices when loading binary chunk
|
1 month ago |
Roberto Ierusalimschy
|
9386e49a31
New metatable in an all-weak table can fool the GC
|
1 month ago |
Roberto Ierusalimschy
|
8cd7ae7da0
Simpler code for 'traversetable'
|
1 month ago |
Roberto Ierusalimschy
|
0cecf1ab6d
Dump uses varints also for integer constants
|
1 month ago |
Roberto Ierusalimschy
|
e657a48ea5
The main thread cannot be closed
|
1 month ago |
Roberto Ierusalimschy
|
fd897027f1
A coroutine can close itself
|
1 month ago |
Roberto Ierusalimschy
|
d05fe48bfd
Loading a binary chunk should not break assertions
|
1 month ago |
Roberto Ierusalimschy
|
519c57d597
Removed uneeded check in parser
|
1 month ago |
Roberto Ierusalimschy
|
c15543b9af
Bug: check for constructor overflow in [exp] fields
|
2 months ago |
Roberto Ierusalimschy
|
be05c44481
New way to control preambular declaration
|
2 months ago |
Roberto Ierusalimschy
|
6d53701c7a
Proper error message when jumping into 'global *'
|
2 months ago |
Roberto Ierusalimschy
|
abbae57c78
Variable attributes can prefix name list
|
2 months ago |
Roberto Ierusalimschy
|
f2c1531e6c
Detail
|
2 months ago |
Roberto Ierusalimschy
|
ded2ad2d86
Slightly faster way to check for "global"
|
2 months ago |
Roberto Ierusalimschy
|
3fb7a77731
Internalized string "break" kept by the parser
|
2 months ago |
Roberto Ierusalimschy
|
fded0b4a84
Remove compat code in parser when not needed
|
2 months ago |
Roberto Ierusalimschy
|
3b9dd52be0
Collective declaration for globals ('global *')
|
2 months ago |
Roberto Ierusalimschy
|
7dc6aae290
Correct line in error message for constant function
|
2 months ago |
Roberto Ierusalimschy
|
5b1ab8efdc
'expdesc' doesn't depend on 'actvar' for var. info.
|
2 months ago |
Roberto Ierusalimschy
|
7ade155762
Janitorial work on casts
|
2 months ago |
Roberto Ierusalimschy
|
d827e96f33
Using 'l_uint32' for unicode codepoints in scanner
|
2 months ago |
Roberto Ierusalimschy
|
3f0ea90aa8
New syntax 'global function'
|
2 months ago |
Roberto Ierusalimschy
|
4365a45d68
Checks for read-only globals
|
2 months ago |
Roberto Ierusalimschy
|
be81209063
First implementation of global declarations
|
2 months ago |
Roberto Ierusalimschy
|
e055905914
New macro 'pushvfstring'
|
3 months ago |
Roberto Ierusalimschy
|
9b014d4bcd
Details (typos in comments)
|
3 months ago |
Roberto Ierusalimschy
|
50fd8d03c3
Function 'luaK_semerror' made vararg
|
3 months ago |