110 Commits (35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7)

Author SHA1 Message Date
Roberto Ierusalimschy b3959d58ff 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy aadc35449e lua_settag does not pop its argument 24 years ago
Roberto Ierusalimschy 64eecc0b82 new macro LUA_API 24 years ago
Roberto Ierusalimschy ae63a0e692 new implementation for some API functions 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy d68209e822 details. 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
Roberto Ierusalimschy 78bc8e553d new API for garbage collector 24 years ago
Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 24 years ago
Roberto Ierusalimschy 444d6a106b lua_tag should return LUA_NOTAG for non-valid indices 24 years ago
Roberto Ierusalimschy 6030d5fed4 avoid assignment to local structure 24 years ago
Roberto Ierusalimschy 620d22f2a0 new API function lua_rawget 24 years ago
Roberto Ierusalimschy b8d57092eb topointer handles only types that have no other "to" function 25 years ago
Roberto Ierusalimschy 8060193702 `lauxlib' is now part of the libraries (not used by core Lua) 25 years ago
Roberto Ierusalimschy 2779e81fbb API functions check stack overflow 25 years ago
Roberto Ierusalimschy 6e80c1cde1 new version for API 25 years ago
Roberto Ierusalimschy 9a21e81907 more builtin functions using official API 25 years ago
Roberto Ierusalimschy f0b3cd1d6f new API functions `pop', `insert', and `move' 25 years ago
Roberto Ierusalimschy 100bfec39a new implementation for `next' 25 years ago
Roberto Ierusalimschy a97f29f154 explicit stack control in the API 25 years ago
Roberto Ierusalimschy d396562b5e lua_equal also accepts out-of-range indices 25 years ago
Roberto Ierusalimschy 9fdf73bc9a first version for new API 25 years ago
Roberto Ierusalimschy ddc8d94a08 new name for `lua_[sg]etglobaltable' 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 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 8bcf622876 new signature for `luaH_set' 25 years ago
Roberto Ierusalimschy 8e617985fa functions `for...' and `raw...' are obsolete now 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy bad6365540 details 25 years ago
Roberto Ierusalimschy 11a7022067 global variables are stored in a Lua table 25 years ago
Roberto Ierusalimschy 62824137d6 no more `seterrormethod' function 25 years ago
Roberto Ierusalimschy a69356e9e0 no more special cases for closures with 0 upvalues (performance is the same, 25 years ago
Roberto Ierusalimschy b53dc0c485 TAG_ARRAY -> TAG_TABLE 25 years ago
Roberto Ierusalimschy bb9605bbc9 tags can be positive values 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 5cecf0ea9f it is better to control stack space where it is needed. 25 years ago
Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 years ago
Roberto Ierusalimschy 99e340b2ba keep `top' in registers when running basic tasks (settable, getglobal, ...) 25 years ago
Roberto Ierusalimschy 2877bad4c2 new debug API (first version) 25 years ago
Roberto Ierusalimschy 46ec57cbc6 little change when calling tag methods 25 years ago
Roberto Ierusalimschy 5cafe5af02 tag method must be a function 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy b1b0c219f5 new ttypes to distinguish between C closures and Lua closures. 25 years ago
Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy 617be66015 better control (and error recovery) for begin/end blocks 25 years ago
Roberto Ierusalimschy 8223ff473f lua_Object is a pointer to the stack (because now the stack doen't move) 25 years ago
Roberto Ierusalimschy fe237ad808 fixed stack; first version. 25 years ago