Roberto Ierusalimschy
|
0079e0f57c
core tests whether file is binary
|
hace 23 años |
Roberto Ierusalimschy
|
cfff013586
detail
|
hace 23 años |
Roberto Ierusalimschy
|
35a22ed1ab
lua_load* replaced by a simple lua_load
|
hace 23 años |
Roberto Ierusalimschy
|
ff91b355f4
no more use of stdio inside the core (except for `tostring'...)
|
hace 23 años |
Roberto Ierusalimschy
|
5094c37988
`strconc' -> `concat'
|
hace 23 años |
Roberto Ierusalimschy
|
46c471d7e9
new `__newindex' eventfield
|
hace 23 años |
Roberto Ierusalimschy
|
859ecf36b6
new copyright notice
|
hace 23 años |
Roberto Ierusalimschy
|
a1700bbc50
details
|
hace 23 años |
Roberto Ierusalimschy
|
8876a1bf92
details
|
hace 23 años |
Roberto Ierusalimschy
|
f53fd8d5f5
_ALERT is a private afair of lua.c
|
hace 23 años |
Roberto Ierusalimschy
|
955def0348
new names for string formating functions
|
hace 23 años |
Roberto Ierusalimschy
|
9c3b3f82fe
new commands to test `load'
|
hace 23 años |
Roberto Ierusalimschy
|
b7a0503c1d
new format for error messages
|
hace 23 años |
Roberto Ierusalimschy
|
1c328a191a
no more `global' declarations
|
hace 23 años |
Roberto Ierusalimschy
|
58bf77bc7f
no more extra space when growing hash
|
hace 23 años |
Roberto Ierusalimschy
|
8da6fe62d8
`nexti' returns correct indices
|
hace 23 años |
Roberto Ierusalimschy
|
c18fe57e54
quick-and-dirty function to print code (for debugging Lua)
|
hace 23 años |
Roberto Ierusalimschy
|
af19d55635
generic for also coded to make test at the end of the loop
|
hace 23 años |
Roberto Ierusalimschy
|
b55fded18c
details about jump optimization
|
hace 23 años |
Roberto Ierusalimschy
|
2dadc81822
cleaner implementation of code generation for jumps
|
hace 23 años |
Roberto Ierusalimschy
|
b487975344
optimization for `while' (first version)
|
hace 23 años |
Roberto Ierusalimschy
|
94e5545806
comment
|
hace 23 años |
Roberto Ierusalimschy
|
78b40bf57d
`skip' instructions must be followed by a jump
|
hace 23 años |
Roberto Ierusalimschy
|
01f1ac36b1
`global' tables (registry, etc.) stored in proper place, not in the stack
|
hace 23 años |
Roberto Ierusalimschy
|
a4d06736d4
correct implementation for arrays of size 1
|
hace 23 años |
Roberto Ierusalimschy
|
dea6b6da94
new function `lua_vpushstr' to replace uses of `sprintf'
|
hace 23 años |
Roberto Ierusalimschy
|
71144e3ff0
errors `return' int, to avoid warnings
|
hace 23 años |
Roberto Ierusalimschy
|
0dbf0c5953
new format for test intructions (handle NaN correctly)
|
hace 23 años |
Roberto Ierusalimschy
|
85dcb411a8
all textual errors go through `luaL_verror'
|
hace 23 años |
Roberto Ierusalimschy
|
3c6a383d62
avoid limits in filename size
|
hace 23 años |