index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldo.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2003-04-07
new scheme to control `loadlib' configuration (default for dlopen
Roberto Ierusalimschy
2
-21
/
+59
2003-04-07
lua_getmetatable must accept any acceptable index
Roberto Ierusalimschy
1
-13
/
+14
2003-04-07
new test options for luaL_getn/setn
Roberto Ierusalimschy
1
-1
/
+11
2003-04-07
luaL_getn/setn must operate correctly over negative indices
Roberto Ierusalimschy
1
-2
/
+11
2003-04-03
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
17
-100
/
+100
2003-04-03
avoid conflicts in (re)definition of `isatty'
Roberto Ierusalimschy
1
-3
/
+4
2003-04-02
comments
Roberto Ierusalimschy
1
-8
/
+2
2003-04-01
error-message format
Roberto Ierusalimschy
1
-4
/
+2
2003-03-31
clearance of debuging code (left by mistake)
Roberto Ierusalimschy
1
-9
/
+1
2003-03-24
new hash method for lua_Number (double) (due to a performance problem)
Roberto Ierusalimschy
1
-15
/
+38
2003-03-24
do not mix `--help' with `--'
Roberto Ierusalimschy
1
-1
/
+5
2003-03-24
chars from zio are always unsigned
Roberto Ierusalimschy
1
-2
/
+2
2003-03-20
details
Roberto Ierusalimschy
1
-6
/
+6
2003-03-20
bug: zio mixes a 255 as first char in a buffer with EOZ
Roberto Ierusalimschy
3
-7
/
+13
2003-03-19
towards 5.0 final
Roberto Ierusalimschy
1
-17
/
+11
2003-03-19
avoid name colision (for alllua.c)
Roberto Ierusalimschy
1
-4
/
+4
2003-03-19
better error messages
Roberto Ierusalimschy
2
-8
/
+7
2003-03-19
better error message
Roberto Ierusalimschy
1
-2
/
+3
2003-03-19
name changes to avoid name collision between macros and variables
Roberto Ierusalimschy
1
-6
/
+6
2003-03-19
`__globals' -> `__fenv'
Roberto Ierusalimschy
1
-8
/
+9
2003-03-18
`luaL_getmetafield' was leaving extra value on the stack
Roberto Ierusalimschy
1
-2
/
+5
2003-03-18
name changes to avoid name collision between macros and variables
Roberto Ierusalimschy
8
-77
/
+76
2003-03-18
detail (change place of a prototype)
Roberto Ierusalimschy
1
-3
/
+2
2003-03-18
new auxiliary functions for `type' manipulation
Roberto Ierusalimschy
3
-39
/
+56
2003-03-18
tests for Windows version
Roberto Ierusalimschy
1
-2
/
+2
2003-03-18
unused argument
Roberto Ierusalimschy
1
-3
/
+3
2003-03-18
detail
Roberto Ierusalimschy
1
-2
/
+2
2003-03-17
first version of `loadlib'
Roberto Ierusalimschy
2
-1
/
+177
2003-03-17
`loadlib' now an official library
Roberto Ierusalimschy
1
-1
/
+2
2003-03-14
detail
Roberto Ierusalimschy
1
-10
/
+7
2003-03-14
`io.input'/`io.output' always return current file
Roberto Ierusalimschy
1
-3
/
+4
2003-03-14
`string.find' also accepts out-of-range indices
Roberto Ierusalimschy
1
-2
/
+3
2003-03-14
out-of-bound upvalues (in C) are acceptable indices
Roberto Ierusalimschy
1
-5
/
+10
2003-03-11
loadstring/loadfile use global environment + setfenv(0) changes
Roberto Ierusalimschy
1
-12
/
+7
2003-03-11
^ operator is defined by global `__pow'
Roberto Ierusalimschy
2
-6
/
+5
2003-03-11
new names for functions that open C libraries
Roberto Ierusalimschy
9
-34
/
+43
2003-03-11
LUA_PATH components may have multiple interrogation marks
Roberto Ierusalimschy
1
-7
/
+17
2003-03-07
comments
Roberto Ierusalimschy
2
-3
/
+8
2003-03-06
avoid including system headers after program headers
Roberto Ierusalimschy
1
-2
/
+2
2003-03-06
LUA_USETMPNAME -> USE_TMPNAME
Roberto Ierusalimschy
1
-5
/
+5
2003-03-06
details (text of an error message)
Roberto Ierusalimschy
1
-2
/
+2
2003-02-28
bug: GC metamethod calls could mess C/Lua stack syncronization
Roberto Ierusalimschy
5
-19
/
+44
2003-02-28
better error message for (deprecated) "%global"
Roberto Ierusalimschy
3
-9
/
+21
2003-02-28
no more attempt to optimize GC when parsing new modules (too complex)
Roberto Ierusalimschy
1
-14
/
+5
2003-02-27
by default, gcc does not get tmpname
Roberto Ierusalimschy
1
-9
/
+37
2003-02-27
avoid the identifier `index' (clashes with BSD `index' function)
Roberto Ierusalimschy
4
-98
/
+98
2003-02-27
detail
Roberto Ierusalimschy
1
-2
/
+2
2003-02-27
no-nonsense debug information about tail calls
Roberto Ierusalimschy
7
-73
/
+101
2003-02-24
`set/getenvtable' -> `set/getfenv'
Roberto Ierusalimschy
3
-18
/
+18
2003-02-24
`require' returns value returned by package
Roberto Ierusalimschy
1
-6
/
+11
[next]