Roberto Ierusalimschy
|
620d22f2a0
new API function lua_rawget
|
25 years ago |
Roberto Ierusalimschy
|
30f6e658d2
`lua_newstate' renamed to `lua_open'
|
25 years ago |
Roberto Ierusalimschy
|
6e80c1cde1
new version for API
|
25 years ago |
Roberto Ierusalimschy
|
f0b3cd1d6f
new API functions `pop', `insert', and `move'
|
25 years ago |
Roberto Ierusalimschy
|
a0de89d62a
simpler tests for simpler API
|
25 years ago |
Roberto Ierusalimschy
|
4135f4f586
new API does not need tests that complex
|
25 years ago |
Roberto Ierusalimschy
|
9e74ca62d7
tests for lua_is*
|
25 years ago |
Roberto Ierusalimschy
|
9fdf73bc9a
first version for new API
|
25 years ago |
Roberto Ierusalimschy
|
4365c31c89
new name for globaltable.
|
25 years ago |
Roberto Ierusalimschy
|
e238efc536
default now is multi-state
|
25 years ago |
Roberto Ierusalimschy
|
0802a9df9e
no more options for debug information: it is always on
|
25 years ago |
Roberto Ierusalimschy
|
f90bc248b3
new structure for line information
|
25 years ago |
Roberto Ierusalimschy
|
435f587ed0
(much) better handling of memory alloction errors
|
25 years ago |
Roberto Ierusalimschy
|
ae55f3eead
no varargs in Lua API
|
25 years ago |
Roberto Ierusalimschy
|
7f867eb0b9
tests for locals and line numbers
|
25 years ago |
Roberto Ierusalimschy
|
afef009fce
new version of debug system
|
25 years ago |
Roberto Ierusalimschy
|
f517759507
details
|
25 years ago |
Roberto Ierusalimschy
|
1de5587184
`lua.h' is included before any other Lua header file
|
25 years ago |
Roberto Ierusalimschy
|
8ca9534d04
access to `values' in TObject always through macros
|
25 years ago |
Roberto Ierusalimschy
|
9c14b5e416
new test function to list strings from a function
|
25 years ago |
Roberto Ierusalimschy
|
989ad7232a
changed to test macros for single-state use
|
25 years ago |
Roberto Ierusalimschy
|
8e617985fa
functions `for...' and `raw...' are obsolete now
|
25 years ago |
Roberto Ierusalimschy
|
5c2dd7a9e0
array `luaK_opproperties' keeps delta stack and mode for each opcode
|
25 years ago |
Roberto Ierusalimschy
|
93d93a0bfb
first implementation of `for' over tables
|
25 years ago |
Roberto Ierusalimschy
|
330e51bed3
string hash uses one single hash table
|
25 years ago |
Roberto Ierusalimschy
|
11a7022067
global variables are stored in a Lua table
|
25 years ago |
Roberto Ierusalimschy
|
634c3d57e9
optimization for SETLOCAL was too specific.
|
25 years ago |
Roberto Ierusalimschy
|
e7c8393682
optimization INCLOCAL is not necessary, with `for'
|
25 years ago |
Roberto Ierusalimschy
|
2bb77cdaed
keep opcodes in the right order
|
25 years ago |
Roberto Ierusalimschy
|
f9cf402fbd
first implementation of FOR
|
25 years ago |