81 Commits (da673d31aaa05e8dff60c0b601b9f15c4f9182a8)

Author SHA1 Message Date
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy 572a69b6af name changes 24 years ago
Roberto Ierusalimschy beee01b170 re-implementation of refs through weak tables 24 years ago
Roberto Ierusalimschy 0e0e4a480e first implementation for weak tables 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy cb49b088b6 old signature for lua_open 24 years ago
Roberto Ierusalimschy 5e870f86a2 optimization for tailcall does not seem to pay itself 24 years ago
Roberto Ierusalimschy 6d4db86888 open functions are lua_Cfunctions 24 years ago
Roberto Ierusalimschy 7b84f9e65c lower-case for macros with arguments 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy d6978d03e1 small bug in testing (pushuserdata needs some memory to work...) 24 years ago
Roberto Ierusalimschy c1db0b2bf1 detail 24 years ago
Roberto Ierusalimschy 1c2501fad4 tests for string alignment 24 years ago
Roberto Ierusalimschy 03d8a9bf0d details 24 years ago
Roberto Ierusalimschy d2e340f467 string pointers are always fully aligned 24 years ago
Roberto Ierusalimschy 6875fdc8be new semantics for pushuserdata (no more different userdatas with same value) 24 years ago
Roberto Ierusalimschy 322b7b5fc5 easier to add new initialization functions 24 years ago
Roberto Ierusalimschy 1f917e709c better use of extra include files (both for tests and for old_ansi) 24 years ago
Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 years ago
Roberto Ierusalimschy 4ab6acacdf better control of relationship top x L->top 24 years ago
Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 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 a04de4f0ad no more END opcode 24 years ago
Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
Roberto Ierusalimschy 67c1afff59 lua_settagmethod does not return old tag method 24 years ago
Roberto Ierusalimschy 37e9c2e744 macro DEBUG renamed to LUA_DEBUG 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 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 046a3d6173 tag methods are always functions, so don't need to store a whole object 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 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 13635f7de7 new version of protected execution 24 years ago
Roberto Ierusalimschy c2aa7bd72d bug: lua_gettable does not get key from stack top 24 years ago
Roberto Ierusalimschy 620d22f2a0 new API function lua_rawget 24 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