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
Commit message (
Expand
)
Author
Age
Files
Lines
*
comment about exported function not used by Lua
Roberto Ierusalimschy
2008-07-03
1
-1
/
+2
*
useless #define removed (pointed by lint)
Roberto Ierusalimschy
2008-07-03
1
-4
/
+1
*
useless #include removed (pointed by lint)
Roberto Ierusalimschy
2008-07-03
1
-2
/
+1
*
identation error (pointed by lint)
Roberto Ierusalimschy
2008-07-03
1
-2
/
+2
*
message from -v option goes to stdout, as it is not an error message
Roberto Ierusalimschy
2008-06-26
1
-2
/
+2
*
simplification in the handling of finalizers: no more 'tmudata' list +
Roberto Ierusalimschy
2008-06-26
5
-100
/
+89
*
GC called after errors now are called after showing error message (to
Roberto Ierusalimschy
2008-06-26
1
-3
/
+3
*
added a comment about warnings for __attribute__(visibility) in some
Roberto Ierusalimschy
2008-06-25
1
-2
/
+6
*
bug: when closing the state, 'luaC_separateudata' might mark
Roberto Ierusalimschy
2008-06-23
1
-5
/
+3
*
code reorganization (only changed comments and order of functions)
Roberto Ierusalimschy
2008-06-23
1
-154
/
+203
*
outdated comment
Roberto Ierusalimschy
2008-06-23
1
-2
/
+2
*
"test trick" seems more useful with pointers instead of integers
Roberto Ierusalimschy
2008-06-23
2
-5
/
+5
*
when error is 'bad self' original message probably makes no sense, so
Roberto Ierusalimschy
2008-06-13
1
-3
/
+2
*
removed static variable lua_state (not used)
Roberto Ierusalimschy
2008-06-13
1
-4
/
+1
*
by default, 'os.exit' closes current state
Roberto Ierusalimschy
2008-06-13
1
-2
/
+6
*
'luaL_gsub' moved into 'testC' (all auxlib should be tested through 'testC')
Roberto Ierusalimschy
2008-06-13
1
-23
/
+7
*
'luaL_testudata' does not leave garbage on the stack in case of failure
Roberto Ierusalimschy
2008-06-12
1
-6
/
+6
*
'posrelat' avoids problems with -(-2^31)
Roberto Ierusalimschy
2008-06-12
1
-2
/
+2
*
extra options in 'testC' for newmetatable and testudata
Roberto Ierusalimschy
2008-06-12
1
-1
/
+8
*
updated years in some comments/strings
Roberto Ierusalimschy
2008-05-09
1
-3
/
+3
*
patch for "blow stack" bug
Roberto Ierusalimschy
2008-05-08
1
-2
/
+30
*
added structure for local-variable information to allow extra
Roberto Ierusalimschy
2008-05-08
2
-7
/
+14
*
'string.find' cannot find things after subject's end
Roberto Ierusalimschy
2008-04-14
1
-2
/
+5
*
make default GC behavior a little more agressive
Roberto Ierusalimschy
2008-04-07
1
-2
/
+2
*
two bugs: invalid boolean values in constant table + too deep recursion
Roberto Ierusalimschy
2008-04-07
1
-3
/
+6
*
'table.sort' detects invalid order function before calling it
Roberto Ierusalimschy
2008-04-07
1
-3
/
+3
*
avoid constant folding for -0 (to avoid it colapsing to 0)
Roberto Ierusalimschy
2008-04-07
1
-3
/
+3
*
patches for some bugs
Roberto Ierusalimschy
2008-04-04
1
-7
/
+94
*
bugs: precheck must use check (instead of assert) and ensures that
Roberto Ierusalimschy
2008-04-02
1
-6
/
+5
*
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
Roberto Ierusalimschy
2008-04-02
6
-36
/
+68
*
corrected error message ("too many constants" -> "too many functions")
Roberto Ierusalimschy
2008-04-02
1
-2
/
+2
*
several bugs related to precompiled code
Roberto Ierusalimschy
2008-04-01
1
-0
/
+53
*
'coroutine.running' should work for the main thread too
Roberto Ierusalimschy
2008-02-25
1
-4
/
+4
*
userdata with finalizers are kept in a separated list
Roberto Ierusalimschy
2008-02-19
7
-147
/
+187
*
proxies must be created with a __gc field in their metatables to work
Roberto Ierusalimschy
2008-02-19
1
-2
/
+4
*
turn off optimizations when testing
Roberto Ierusalimschy
2008-02-15
1
-2
/
+2
*
bugs: lua_checkstack may have arithmetic overflow for large 'size' +
Roberto Ierusalimschy
2008-02-14
1
-0
/
+61
*
'table.concat' may get confused with too large limits
Roberto Ierusalimschy
2008-02-14
1
-9
/
+15
*
bug: unpack with maximum indices may crash due to arithmetic overflow
Roberto Ierusalimschy
2008-02-14
1
-4
/
+6
*
bug: lua_checkstack may have arithmetic overflow for large 'size'
Roberto Ierusalimschy
2008-02-14
1
-5
/
+4
*
micro-optimization: avoid one API call in 'read_chars'
Roberto Ierusalimschy
2008-02-12
1
-10
/
+11
*
remove of useless test in 'read_chars' (if n == 0 then the resulting
Roberto Ierusalimschy
2008-02-12
1
-2
/
+2
*
corrected name of 'Patrick Donnelly'
Roberto Ierusalimschy
2008-02-12
1
-1
/
+1
*
added assertions checking maximum number of upvalues
Roberto Ierusalimschy
2008-02-12
1
-2
/
+4
*
LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX +
Roberto Ierusalimschy
2008-02-11
1
-1
/
+54
*
maximum C stack should reserve some values for pseudo-indices
Roberto Ierusalimschy
2008-02-11
1
-7
/
+15
*
bug: pseudo-indices should be linked to maximum C stack size
Roberto Ierusalimschy
2008-02-11
1
-4
/
+4
*
bug: auxresume should reserve stack space for boolean result
Roberto Ierusalimschy
2008-02-11
1
-2
/
+2
*
in 'testC', booleans should be represented by booean values
Roberto Ierusalimschy
2008-02-11
1
-11
/
+11
*
new instructions 'newtable' and 'checkstack' in 'testC'
Roberto Ierusalimschy
2008-02-11
1
-1
/
+8
[next]