1403 Commits (e2b6b7de1b51ac662ad76423e045d0cf3274f051)
 

Author SHA1 Message Date
Roberto Ierusalimschy 9d60598260 better definitions for MULTRET 25 years ago
Roberto Ierusalimschy 4e56c0d514 better implementation for luaV_pack 25 years ago
Roberto Ierusalimschy ac12f4db4b C upvalues are the last arguments to a function 25 years ago
Roberto Ierusalimschy b691d4344b L is not unused. 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy f1fd9b5c2c intermediate version (only to avoid compiler errors) 25 years ago
Roberto Ierusalimschy 3723d790ae checkstack needs a correct stack 25 years ago
Roberto Ierusalimschy b800c38b69 simpler code for settable and gettable 25 years ago
Roberto Ierusalimschy 5c0e79847c pragmas are no longer supported 25 years ago
Roberto Ierusalimschy e662e0f1cd simpler way to access _INPUT and _OUTPUT 25 years ago
Roberto Ierusalimschy c85162be27 new way to store local-variable information. 25 years ago
Roberto Ierusalimschy bd39db46ed details 25 years ago
Roberto Ierusalimschy 90fb2e18e8 `pushref' is more efficient (and probably more useful) than `getref'. 25 years ago
Roberto Ierusalimschy 4365c31c89 new name for globaltable. 25 years ago
Roberto Ierusalimschy 44eb7d91ac comments 25 years ago
Roberto Ierusalimschy ddc8d94a08 new name for `lua_[sg]etglobaltable' 25 years ago
Roberto Ierusalimschy 5d9cbdadfb cannot run symbolic execution for non-active functions 25 years ago
Roberto Ierusalimschy 58453dc1e1 small bug in symbolic execution 25 years ago
Roberto Ierusalimschy f555e493f0 lua_state may not exist 25 years ago
Roberto Ierusalimschy d1ffd1a1c5 details 25 years ago
Roberto Ierusalimschy 9e84bf18db still more debug information 25 years ago
Roberto Ierusalimschy daf09c476f still better error messages 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy fdd04e7a7f first version of manual for 4.0 beta 25 years ago
Roberto Ierusalimschy fb55c96706 obsolete module; not part of the oficial distribution 25 years ago
Roberto Ierusalimschy c39bec81dc bug: lastpc was not initialized 25 years ago
Roberto Ierusalimschy 5f22f8961c better code for unary/binary operators 25 years ago
Roberto Ierusalimschy a7c1390ffa syntax "function foo (...)" can be nested 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 d9e61e8cea new algorithm for traversing in GC to avoid deep recursion calls 25 years ago
Roberto Ierusalimschy 397905ef86 (much) better handling of memory alloction errors 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 cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy aa01d2568d symbolic execution must handle return and tailcall 25 years ago
Roberto Ierusalimschy 014a09c509 better error messages 25 years ago
Roberto Ierusalimschy b622282973 local is valid only after adjust 25 years ago
Roberto Ierusalimschy 7f867eb0b9 tests for locals and line numbers 25 years ago
Roberto Ierusalimschy 5362426ffa error message 25 years ago
Roberto Ierusalimschy 906434011f better (?) treatment for 16-bit machines 25 years ago
Roberto Ierusalimschy c07cebbbf6 details 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy b69e712713 new way to generate SETLINEs 25 years ago
Roberto Ierusalimschy f517759507 details 25 years ago
Roberto Ierusalimschy 52062684e1 better control over use of `errno' 25 years ago
Roberto Ierusalimschy 83e3ec0117 no more labels 25 years ago
Roberto Ierusalimschy feb2083730 better control of source name 25 years ago
Roberto Ierusalimschy 8d2baf719c comment 25 years ago
Roberto Ierusalimschy 88657809ac details 25 years ago