Roberto Ierusalimschy
|
6c8e652aa6
use macros for 'getc'
|
24 years ago |
Roberto Ierusalimschy
|
9f25df02d5
new definition for headers of binary files
|
24 years ago |
Roberto Ierusalimschy
|
cbc59592ff
new definition for `luaD_call' and `luaD_adjusttop'
|
24 years ago |
Roberto Ierusalimschy
|
943b8f5b18
details
|
24 years ago |
Roberto Ierusalimschy
|
6473f965ca
new API functions to load (parse?) a chunk without running it.
|
24 years ago |
Roberto Ierusalimschy
|
9aedea6ec8
small bug (when parser fails, there is no function on the stack...)
|
24 years ago |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
24 years ago |
Roberto Ierusalimschy
|
6048c4f74d
better way to link callinfo's and stack
|
24 years ago |
Roberto Ierusalimschy
|
7b84f9e65c
lower-case for macros with arguments
|
24 years ago |
Roberto Ierusalimschy
|
35023355f2
details for wchar
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |
Roberto Ierusalimschy
|
d164e2294f
_ERRORMESSAGE called through get global tag method
|
24 years ago |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
24 years ago |
Roberto Ierusalimschy
|
52ee91dd73
better encapsulation of some types
|
24 years ago |
Roberto Ierusalimschy
|
099442c41f
better separation between basic types
|
24 years ago |
Roberto Ierusalimschy
|
7178a5e34a
new way to handle top x L->top
|
24 years ago |
Roberto Ierusalimschy
|
42224ca553
loop of 'dostring' may never reclaim memory
|
24 years ago |
Roberto Ierusalimschy
|
426d3e43bd
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
Roberto Ierusalimschy
|
e506b864cd
no need for tags in boxed values :-(
|
24 years ago |
Roberto Ierusalimschy
|
63a822c8e1
all boxed types start with their tags
|
24 years ago |
Roberto Ierusalimschy
|
fa8c44b510
avoid the use of "reopen" (not that standard)
|
24 years ago |
Roberto Ierusalimschy
|
bce6572579
new macros + new names to facilitate compilation of threaded version
|
24 years ago |
Roberto Ierusalimschy
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 years ago |
Roberto Ierusalimschy
|
4ac58853dc
thead-specific state separated from "global" state
|
24 years ago |
Roberto Ierusalimschy
|
f2c451d745
all accesses to TObjects done through macros
|
24 years ago |
Roberto Ierusalimschy
|
dabb19fc17
specialized versions for luaH_set (numbers and strings)
|
24 years ago |
Roberto Ierusalimschy
|
4ff5545709
new macro pushliteral
|
24 years ago |
Roberto Ierusalimschy
|
0183b8030c
`free' gets size of the block: complete control over memory use
|
24 years ago |
Roberto Ierusalimschy
|
96253ed8ce
better support for 64-bit machines (avoid excessive use of longs)
|
25 years ago |
Roberto Ierusalimschy
|
f379d06e24
all API functions are declared in a single line (to facilitate pre-processing).
|
25 years ago |