Roberto Ierusalimschy
|
0a6a6b9d9d
no more sentinel to detect loops in module dependencies;
|
há 14 anos atrás |
Roberto Ierusalimschy
|
c97aa9485c
new function 'luaL_setmetatable'
|
há 14 anos atrás |
Roberto Ierusalimschy
|
ba8dca00ac
detail (ununsed parameter)
|
há 14 anos atrás |
Roberto Ierusalimschy
|
0df2238063
name "_ENV" configurable through 'luaconf.h'
|
há 15 anos atrás |
Roberto Ierusalimschy
|
fd4b4a2a68
detail: registry._PRELOAD must be a table, no need to check
|
há 15 anos atrás |
Roberto Ierusalimschy
|
d447945685
'module'/'luaL_register' and associates are deprecated
|
há 15 anos atrás |
Roberto Ierusalimschy
|
73b0a3451d
environment variables consulted by Lua may be version-specific
|
há 15 anos atrás |
Roberto Ierusalimschy
|
7192afafee
new module policy: C modules do not create globals and do not register
|
há 15 anos atrás |
Roberto Ierusalimschy
|
a139e2e003
old (and complex) luaL_findtable now used only in compatibility code
|
há 15 anos atrás |
Roberto Ierusalimschy
|
bef5980744
no more support for old Mac OS systems
|
há 15 anos atrás |
Roberto Ierusalimschy
|
9f48712c15
use ANSI versions of DLL functions in Windows
|
há 15 anos atrás |
Roberto Ierusalimschy
|
2c1a5d678d
factoring out common code in 'module' and 'luaL_openlib'
|
há 15 anos atrás |
Roberto Ierusalimschy
|
5ca7cdd709
for compatibility only: 'module' changes the first upvalue of
|
há 15 anos atrás |
Roberto Ierusalimschy
|
1514e49d43
avoid using function environments in C libraries (as it probably will
|
há 15 anos atrás |
Roberto Ierusalimschy
|
b678f246a4
HINSTANCE -> HMODULE (they are the same thing, but the MS documentation
|
há 15 anos atrás |
Roberto Ierusalimschy
|
900b7d4514
on 64-bit machines, an address may not fit into a 'long', so it
|
há 15 anos atrás |
Roberto Ierusalimschy
|
e4b4623abc
'searchpath' changes dots into directory separators
|
há 15 anos atrás |
Roberto Ierusalimschy
|
d320c908d0
conversion from pointer to void to pointer to function seems more
|
há 15 anos atrás |
Roberto Ierusalimschy
|
572b94bbcb
include of 'windows.h' moved to where it is needed
|
há 15 anos atrás |
Roberto Ierusalimschy
|
692209fa8d
Dynamic C functions should be created with the global table as their
|
há 15 anos atrás |
Roberto Ierusalimschy
|
a541ada194
"-"-trick in C packages now accept name-v13...
|
há 15 anos atrás |
Roberto Ierusalimschy
|
8cd395564c
no need to use two different defines (LUA_DL_DLOPEN and LUA_USE_DLOPEN)
|
há 15 anos atrás |
Roberto Ierusalimschy
|
35e729fa6d
comments + small details
|
há 15 anos atrás |
Roberto Ierusalimschy
|
f84b575cfa
no more pseudoindex LUA_GLOBALSINDEX; global table now accessible
|
há 15 anos atrás |
Roberto Ierusalimschy
|
2108754e46
macro name change: LUA_PATH->LUA_PATH_VAR, LUA_CPATH->LUA_CPATH_VAR,
|
há 15 anos atrás |
Roberto Ierusalimschy
|
de6fc75d63
several configuration options that do not change often moved out of
|
há 15 anos atrás |
Roberto Ierusalimschy
|
a6f465f558
new mark LUAMOD_API for all luaopen_* functions
|
há 15 anos atrás |
Roberto Ierusalimschy
|
95020afb63
'module' returns the new module (to be used with lexical environments)
|
há 15 anos atrás |
Roberto Ierusalimschy
|
a5382b763c
new function lua_copy
|
há 16 anos atrás |
Roberto Ierusalimschy
|
4b44793dc5
"bug": lua_createtable with sizes changed (array <-> record)
|
há 16 anos atrás |