summaryrefslogtreecommitdiff
path: root/loadlib.c
Commit message (Expand)AuthorAgeFilesLines
* DetailsRoberto Ierusalimschy2022-04-011-2/+7
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-7/+10
* Back to old encoding of versions in binary filesRoberto Ierusalimschy2020-05-061-1/+1
* Fixed warning about casts between function pointersRoberto Ierusalimschy2020-04-291-1/+8
* Several details about 5.4.0 rc1Roberto Ierusalimschy2020-04-231-2/+0
* Change in the prefix of messages from searchersRoberto Ierusalimschy2019-10-241-5/+9
* Fixed a warning and other minor issuesRoberto Ierusalimschy2019-10-041-1/+1
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-161-4/+4
* Avoid using addresses of static variables as unique keysRoberto Ierusalimschy2019-07-191-6/+5
* Details (typos in comments)Roberto Ierusalimschy2019-07-051-1/+1
* Avoid the creation of too many strings in 'package'Roberto Ierusalimschy2019-05-031-31/+58
* 'require' returns where module was foundRoberto Ierusalimschy2019-04-171-6/+17
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* 'searchpath' creates less temporary stringsRoberto Ierusalimschy2018-07-091-18/+34
* removed compatibility code with older versionsRoberto Ierusalimschy2018-02-271-94/+1
* Code should not change the stack level after the initialization of aRoberto Ierusalimschy2017-12-131-3/+3
* Handling of LUA_PATH/LUA_CPATH moved back to 'package' libraryRoberto Ierusalimschy2017-01-121-5/+92
* using constants for "_LOADED" and "PRELOAD"Roberto Ierusalimschy2016-12-041-9/+9
* Handling of LUA_PATH/LUA_CPATH moved from package library to standRoberto Ierusalimschy2016-07-181-89/+5
* details (comments)Roberto Ierusalimschy2015-11-231-2/+2
* detail ('fopen' needs 'stdio.h')Roberto Ierusalimschy2015-02-161-1/+2
* typo in commentRoberto Ierusalimschy2015-01-131-3/+3
* new macro 'cast_func' adds '__extension__' (in gnu compilers) whenRoberto Ierusalimschy2015-01-051-2/+14
* uses return value from lua_getfieldRoberto Ierusalimschy2014-11-121-3/+3
* using address instead of string for key for table 'CLIBS' in theRoberto Ierusalimschy2014-11-101-6/+10
* keep "#include <windows.h>" in this file, but without theRoberto Ierusalimschy2014-11-031-1/+3
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-11/+4
* commentsRoberto Ierusalimschy2014-10-271-5/+5
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-5/+5
* macros 'LUA_QL'/'LUA_QL' deprecatedRoberto Ierusalimschy2014-10-171-11/+8
* added some casts between integral types (to avoid warnings)Roberto Ierusalimschy2014-07-291-2/+2
* some janitorial work (comments, small refactoring)Roberto Ierusalimschy2014-07-281-45/+96
* detail (added placeholders for non-function fields to preallocateRoberto Ierusalimschy2014-07-161-1/+7
* lua_gettable and similars return type of gotten valueRoberto Ierusalimschy2014-03-121-10/+6
* detail (changing some names of macros)Roberto Ierusalimschy2013-10-071-10/+10
* typos in commentsRoberto Ierusalimschy2012-05-301-3/+3
* detail (separate code to create 'searchers' table into a new function)Roberto Ierusalimschy2012-04-261-12/+15
* bug: C libraries must be unloaded after all other finalizers have run,Roberto Ierusalimschy2012-04-111-33/+41
* new way to handle -E option (write a mark in the registry to avoidv5.2.0v5-2-0Roberto Ierusalimschy2011-12-121-2/+15
* commentsRoberto Ierusalimschy2011-11-301-5/+5
* explicit option RTLD_LOCAL instead of 0 (Posix does not fixRoberto Ierusalimschy2011-11-281-2/+2
* 'LUA_DL_DLL' is not yet defined before the inclusion of 'lua.h'Roberto Ierusalimschy2011-11-251-2/+2
* using Lua buffers to build error messagesRoberto Ierusalimschy2011-11-101-9/+9
* create error messages with a single concat, to avoid problems withRoberto Ierusalimschy2011-11-091-20/+33
* configurable 'directory separator' in 'package.searchpath'Roberto Ierusalimschy2011-11-091-11/+34
* avoid calling "extra value" as if it were a function optionRoberto Ierusalimschy2011-11-061-4/+6
* removed and deprecated functions really removed from the code baseRoberto Ierusalimschy2011-07-051-12/+5
* 'package.loaders' -> 'package.searchers'Roberto Ierusalimschy2011-06-281-24/+28
* 'luaL_findtable' -> 'luaL_getsubtable'Roberto Ierusalimschy2011-04-081-3/+3
* loaders receive an extra argument returned by the searcherRoberto Ierusalimschy2011-03-011-23/+32