23 Commits (4433dbb5f5ac0bb6118bc49ddf061f194c070814)

Author SHA1 Message Date
Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible 15 years ago
Roberto Ierusalimschy de6fc75d63 several configuration options that do not change often moved out of 15 years ago
Roberto Ierusalimschy 2e51792596 avoid using deprecated macros lua_[gs]etglobal 15 years ago
Roberto Ierusalimschy 90e2a716c8 details + comments 15 years ago
Roberto Ierusalimschy 3abe3da9fb new module 'lbitlib.c' for bitwise operations 16 years ago
Roberto Ierusalimschy 0cc3add9f8 variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' -> 16 years ago
Roberto Ierusalimschy 71c2eeff98 comments 16 years ago
Roberto Ierusalimschy 47b4858357 detail ('name' of baselib is "_G") 17 years ago
Roberto Ierusalimschy 3904a66ab0 'debug' library must be required before being used 18 years ago
Roberto Ierusalimschy bfdcbbcd76 small optimizations (lua_newtable -> lua_createtable) 19 years ago
Roberto Ierusalimschy 3390f9a35a detail 19 years ago
Roberto Ierusalimschy c7b4f44772 correct name to open package library 20 years ago
Roberto Ierusalimschy 04f657c7f8 new protocol to open standard libraries 20 years ago
Roberto Ierusalimschy 2d5b923759 details 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago
Roberto Ierusalimschy ce455481ab separation between io lib and os lib 21 years ago
Roberto Ierusalimschy 31f6540fba back with an "open all libs" function 21 years ago
Roberto Ierusalimschy fb55c96706 obsolete module; not part of the oficial distribution 25 years ago
Roberto Ierusalimschy 89a3ec08f3 function lua_userinit is used only in single-state mode (by lua.c) 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 3e38fd2463 `lua_setfallback' leaves things on the stack, so it is better to protect 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 3cc4ca821e initialization module (to load libraries) 26 years ago