319 Commits (897573983977e2bdfe405bd056abccc1db1e0f8d)

Author SHA1 Message Date
Roberto Ierusalimschy a048cc9676 nil is a `valid' eventtable 23 years ago
Roberto Ierusalimschy dea98702c9 preparations for stack reallocation 23 years ago
Roberto Ierusalimschy b3bb0f132b new interface for weak modes 23 years ago
Roberto Ierusalimschy 42754c0f15 small optimizations 23 years ago
Roberto Ierusalimschy e04f7ed450 first version of Lua "stackless" 23 years ago
Roberto Ierusalimschy 9aff171f3b new type `boolean' 23 years ago
Roberto Ierusalimschy 9cd36059ad new API functions lua_getstr/lua_setstr 23 years ago
Roberto Ierusalimschy 592a309177 tag system replaced by event tables 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 657f65211a bug: `next' did not work for numeric indices 23 years ago
Roberto Ierusalimschy af59848219 tables of globals accessible through pseudo-index in C API 23 years ago
Roberto Ierusalimschy 46347d768e `ref' support goes to auxlib 23 years ago
Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table 23 years ago
Roberto Ierusalimschy 8069f77ca4 C++ warning 23 years ago
Roberto Ierusalimschy 1e81da51ba new API for registry and C upvalues + new implementation for references 23 years ago
Roberto Ierusalimschy babaa96eab URL in indentification 23 years ago
Roberto Ierusalimschy 15462edb0f new definitions for closure structures 23 years ago
Roberto Ierusalimschy abdbe883a8 first implementation of unrestricted static scoping 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values 24 years ago
Roberto Ierusalimschy 45b173cbf8 warnings/details 24 years ago
Roberto Ierusalimschy ae1cf64348 better names for type-related functions 24 years ago
Roberto Ierusalimschy 37f3a1c045 too much optimization to "break" keys in tables; keep them as TObjects... 24 years ago
Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 years ago
Roberto Ierusalimschy ae19b2f51e more relaxed rules for syncronized access 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 24 years ago
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 6473f965ca new API functions to load (parse?) a chunk without running it. 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 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 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 5d9b8b7cdc more secure definition for lua_concat 24 years ago
Roberto Ierusalimschy a4ae1475e3 details (smaller code) 24 years ago
Roberto Ierusalimschy 255052b6c6 better API checks 24 years ago
Roberto Ierusalimschy 6875fdc8be new semantics for pushuserdata (no more different userdatas with same value) 24 years ago
Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 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 6858763994 bug in lua_pushuserdata(L, NULL) 24 years ago
Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago