summaryrefslogtreecommitdiff
path: root/loadlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+725
| | | | for next version
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-663/+0
|
* environment variable names should be configurableRoberto Ierusalimschy2006-04-101-5/+1
|
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-5/+5
|
* (much) better error messages for 'require'Roberto Ierusalimschy2005-12-191-18/+32
|
* clearer error message for uninstalled loadlibRoberto Ierusalimschy2005-12-071-6/+3
|
* avoid comparisons between (void *) and (int *)Roberto Ierusalimschy2005-10-171-5/+6
|
* avoid some warningsRoberto Ierusalimschy2005-10-061-5/+7
|
* registry._LOADED created "on demand"Roberto Ierusalimschy2005-10-031-2/+2
|
* unused assignmentRoberto Ierusalimschy2005-09-301-3/+1
|
* avoid 'PathRemoveFileSpec' (not very portable)Roberto Ierusalimschy2005-09-061-4/+4
|
* default for 'module' is opaque (with option 'seeall')Roberto Ierusalimschy2005-08-311-44/+71
|
* detailRoberto Ierusalimschy2005-08-261-3/+3
|
* no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)Roberto Ierusalimschy2005-08-261-21/+17
|
* no more '-w' option + new way to check module existenceRoberto Ierusalimschy2005-08-251-12/+15
|
* luaL_checkudata raises an error if value is not correctRoberto Ierusalimschy2005-08-171-5/+3
| | | | (like other luaL_check functions)
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-2/+2
|
* correct name to open package libraryRoberto Ierusalimschy2005-08-101-2/+2
|
* store some configuration informationRoberto Ierusalimschy2005-08-091-1/+5
|
* new loader for "all-in-one" C packagesRoberto Ierusalimschy2005-08-011-65/+89
|
* searchpath is "private affair" of loadlibRoberto Ierusalimschy2005-07-131-16/+46
|
* elimination of common code + better error messageRoberto Ierusalimschy2005-07-121-39/+51
|
* ';;' in a path is replaced by default path + '!' (in Windows) isRoberto Ierusalimschy2005-07-111-18/+46
| | | | replaced by executable's directory
* parent modules are also imported toghether with the module itselfRoberto Ierusalimschy2005-07-051-13/+26
|
* detailRoberto Ierusalimschy2005-06-271-5/+5
|
* better use defined/undefined as flag values for macrosRoberto Ierusalimschy2005-05-201-3/+3
|
* several small detailsRoberto Ierusalimschy2005-05-171-12/+12
|
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-12/+14
|
* new protocol to open standard librariesRoberto Ierusalimschy2005-04-131-2/+2
|
* detailsRoberto Ierusalimschy2005-03-301-3/+2
|
* better control for compatibility codeRoberto Ierusalimschy2005-03-291-3/+7
|
* standard configuration should run out-of-the-box in "any" systemRoberto Ierusalimschy2005-03-291-7/+14
|
* avoid too much configuration optionsRoberto Ierusalimschy2005-03-181-5/+16
|
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-4/+4
|
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-4/+5
| | | | must have a lua/LUA prefix).
* `loadlib' not global anymore (packaged inside `package')Roberto Ierusalimschy2005-03-071-2/+6
|
* avoid access to undefined global variablesRoberto Ierusalimschy2005-02-281-2/+3
|
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-5/+7
|
* new implementation for loadersRoberto Ierusalimschy2005-01-141-26/+51
|
* better error messages when require fails for C moduleRoberto Ierusalimschy2004-12-291-2/+2
|
* redesigned loadlib (Windows version not tested yet)Roberto Ierusalimschy2004-12-271-142/+182
|
* several improvements/correctionsRoberto Ierusalimschy2004-12-221-89/+84
|
* corrections for `absent' implementationRoberto Ierusalimschy2004-12-131-10/+10
|
* needs to include `stdlib.h' to access `getenv'Roberto Ierusalimschy2004-11-191-1/+2
|
* first full implementation of new package systemRoberto Ierusalimschy2004-11-181-8/+179
|
* towards "requiring" C librariesRoberto Ierusalimschy2004-11-111-28/+39
|
* better configuration for loadlib + tested Mac OS X versionRoberto Ierusalimschy2004-10-181-52/+66
|
* first version of loadlib for Mac OS X (not tested yet!!)Roberto Ierusalimschy2004-10-071-22/+66
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-1/+4
|
* ok to use `#elif' and `#if defined()'Roberto Ierusalimschy2003-05-141-23/+3
|