aboutsummaryrefslogtreecommitdiff
path: root/linit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-2/+2
* avoid using deprecated macros lua_[gs]etglobalRoberto Ierusalimschy2009-12-111-2/+2
* details + commentsRoberto Ierusalimschy2009-09-051-7/+15
* new module 'lbitlib.c' for bitwise operationsRoberto Ierusalimschy2009-07-011-1/+2
* variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' ->Roberto Ierusalimschy2009-05-011-7/+7
* commentsRoberto Ierusalimschy2009-05-011-3/+5
* detail ('name' of baselib is "_G")Roberto Ierusalimschy2008-01-021-2/+2
* 'debug' library must be required before being usedRoberto Ierusalimschy2007-06-221-1/+24
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-2/+2
* detailRoberto Ierusalimschy2005-08-261-3/+3
* correct name to open package libraryRoberto Ierusalimschy2005-08-101-2/+2
* new protocol to open standard librariesRoberto Ierusalimschy2005-04-131-11/+6
* detailsRoberto Ierusalimschy2005-03-081-4/+7
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-1/+3
* separation between io lib and os libRoberto Ierusalimschy2004-07-091-1/+2
* back with an "open all libs" functionRoberto Ierusalimschy2004-07-091-2/+31
* obsolete module; not part of the oficial distributionRoberto Ierusalimschy2000-08-091-14/+2
* function lua_userinit is used only in single-state mode (by lua.c)Roberto Ierusalimschy2000-06-161-10/+8
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-1/+2
* `lua_setfallback' leaves things on the stack, so it is better to protectRoberto Ierusalimschy1999-12-061-1/+3
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-6/+8
* initialization module (to load libraries)Roberto Ierusalimschy1999-01-081-0/+17