Roberto Ierusalimschy
|
64eecc0b82
new macro LUA_API
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
8b88ab07f7
more controled use of `sprintf'
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
2779ceeb12
((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
e93c4547fe
no more USERINIT (macro)
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
0ffc676ce7
details
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
18fb3ddb89
details.
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
2bddbe6603
cannot change `filename' before eventual call to `freopen'
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
e323338fd0
`nlineinfo' must include end flag.
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
46b543ebef
better treatment for errors inside _ERRORMETHOD
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
79909a92e1
details
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
d6232a0b2e
better treatment for source names
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
ae63a0e692
new implementation for some API functions
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
cd3d446957
detail
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
f01e6c6f1d
small optimization in `sort'
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
ad3816d0d1
luaD_call is more uniform
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
046a3d6173
tag methods are always functions, so don't need to store a whole object
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
001f2bdd0e
new definition for types-tags
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
cd2ddaded9
call hooks can only be called when `pc' is active (that is, inside
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
d68209e822
details.
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
1088cde03c
easier way to change type Number
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
6759f3ec5e
no more `proprietary' convertion algorithm (too complex)
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
f6834f4393
new API function `lua_type' + new type lua_Type
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
78bc8e553d
new API for garbage collector
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
dad808a73a
new way to count `nblocks' for GC (try to count bytes).
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
ca7fd50a4e
small optimizations
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
282ab366f4
bug: parser overwrites semantic information when looking ahead
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
444d6a106b
lua_tag should return LUA_NOTAG for non-valid indices
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
13635f7de7
new version of protected execution
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
d8a442206d
lua_state (now called `L') should not be global
|
25 gadi atpakaļ |
Roberto Ierusalimschy
|
c9c6f9747c
GC may crash when checking C closures
|
25 gadi atpakaļ |