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
*
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
*
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