index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loadlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
details
Roberto Ierusalimschy
2006-06-22
1
-5
/
+5
*
environment variable names should be configurable
Roberto Ierusalimschy
2006-04-10
1
-5
/
+1
*
small optimizations (lua_newtable -> lua_createtable)
Roberto Ierusalimschy
2005-12-29
1
-5
/
+5
*
(much) better error messages for 'require'
Roberto Ierusalimschy
2005-12-19
1
-18
/
+32
*
clearer error message for uninstalled loadlib
Roberto Ierusalimschy
2005-12-07
1
-6
/
+3
*
avoid comparisons between (void *) and (int *)
Roberto Ierusalimschy
2005-10-17
1
-5
/
+6
*
avoid some warnings
Roberto Ierusalimschy
2005-10-06
1
-5
/
+7
*
registry._LOADED created "on demand"
Roberto Ierusalimschy
2005-10-03
1
-2
/
+2
*
unused assignment
Roberto Ierusalimschy
2005-09-30
1
-3
/
+1
*
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
*
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
*
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
*
`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
[prev]
[next]