Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid 'PathRemoveFileSpec' (not very portable) | Roberto Ierusalimschy | 2005-09-06 | 1 | -4/+4 |
| | |||||
* | default for 'module' is opaque (with option 'seeall') | Roberto Ierusalimschy | 2005-08-31 | 1 | -44/+71 |
| | |||||
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+3 |
| | |||||
* | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 2005-08-26 | 1 | -21/+17 |
| | |||||
* | no more '-w' option + new way to check module existence | Roberto Ierusalimschy | 2005-08-25 | 1 | -12/+15 |
| | |||||
* | luaL_checkudata raises an error if value is not correct | Roberto Ierusalimschy | 2005-08-17 | 1 | -5/+3 |
| | | | | (like other luaL_check functions) | ||||
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -2/+2 |
| | |||||
* | correct name to open package library | Roberto Ierusalimschy | 2005-08-10 | 1 | -2/+2 |
| | |||||
* | store some configuration information | Roberto Ierusalimschy | 2005-08-09 | 1 | -1/+5 |
| | |||||
* | new loader for "all-in-one" C packages | Roberto Ierusalimschy | 2005-08-01 | 1 | -65/+89 |
| | |||||
* | searchpath is "private affair" of loadlib | Roberto Ierusalimschy | 2005-07-13 | 1 | -16/+46 |
| | |||||
* | elimination of common code + better error message | Roberto Ierusalimschy | 2005-07-12 | 1 | -39/+51 |
| | |||||
* | ';;' in a path is replaced by default path + '!' (in Windows) is | Roberto Ierusalimschy | 2005-07-11 | 1 | -18/+46 |
| | | | | replaced by executable's directory | ||||
* | parent modules are also imported toghether with the module itself | Roberto Ierusalimschy | 2005-07-05 | 1 | -13/+26 |
| | |||||
* | detail | Roberto Ierusalimschy | 2005-06-27 | 1 | -5/+5 |
| | |||||
* | better use defined/undefined as flag values for macros | Roberto Ierusalimschy | 2005-05-20 | 1 | -3/+3 |
| | |||||
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -12/+12 |
| | |||||
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -12/+14 |
| | |||||
* | new protocol to open standard libraries | Roberto Ierusalimschy | 2005-04-13 | 1 | -2/+2 |
| | |||||
* | details | Roberto Ierusalimschy | 2005-03-30 | 1 | -3/+2 |
| | |||||
* | better control for compatibility code | Roberto Ierusalimschy | 2005-03-29 | 1 | -3/+7 |
| | |||||
* | standard configuration should run out-of-the-box in "any" system | Roberto Ierusalimschy | 2005-03-29 | 1 | -7/+14 |
| | |||||
* | avoid too much configuration options | Roberto Ierusalimschy | 2005-03-18 | 1 | -5/+16 |
| | |||||
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -4/+4 |
| | |||||
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -4/+5 |
| | | | | must have a lua/LUA prefix). | ||||
* | `loadlib' not global anymore (packaged inside `package') | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+6 |
| | |||||
* | avoid access to undefined global variables | Roberto Ierusalimschy | 2005-02-28 | 1 | -2/+3 |
| | |||||
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -5/+7 |
| | |||||
* | new implementation for loaders | Roberto Ierusalimschy | 2005-01-14 | 1 | -26/+51 |
| | |||||
* | better error messages when require fails for C module | Roberto Ierusalimschy | 2004-12-29 | 1 | -2/+2 |
| | |||||
* | redesigned loadlib (Windows version not tested yet) | Roberto Ierusalimschy | 2004-12-27 | 1 | -142/+182 |
| | |||||
* | several improvements/corrections | Roberto Ierusalimschy | 2004-12-22 | 1 | -89/+84 |
| | |||||
* | corrections for `absent' implementation | Roberto Ierusalimschy | 2004-12-13 | 1 | -10/+10 |
| | |||||
* | needs to include `stdlib.h' to access `getenv' | Roberto Ierusalimschy | 2004-11-19 | 1 | -1/+2 |
| | |||||
* | first full implementation of new package system | Roberto Ierusalimschy | 2004-11-18 | 1 | -8/+179 |
| | |||||
* | towards "requiring" C libraries | Roberto Ierusalimschy | 2004-11-11 | 1 | -28/+39 |
| | |||||
* | better configuration for loadlib + tested Mac OS X version | Roberto Ierusalimschy | 2004-10-18 | 1 | -52/+66 |
| | |||||
* | first version of loadlib for Mac OS X (not tested yet!!) | Roberto Ierusalimschy | 2004-10-07 | 1 | -22/+66 |
| | |||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+4 |
| | |||||
* | ok to use `#elif' and `#if defined()' | Roberto Ierusalimschy | 2003-05-14 | 1 | -23/+3 |
| | |||||
* | new scheme to control `loadlib' configuration (default for dlopen | Roberto Ierusalimschy | 2003-04-07 | 1 | -19/+57 |
| | | | | implementation is not to include it) | ||||
* | comments | Roberto Ierusalimschy | 2003-04-02 | 1 | -8/+2 |
| | |||||
* | tests for Windows version | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+2 |
| | |||||
* | first version of `loadlib' | Roberto Ierusalimschy | 2003-03-17 | 1 | -0/+173 |