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
/
bugs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-19
better error messages for luaL_checkversion
Roberto Ierusalimschy
1
-4
/
+5
2009-06-19
l_version may be local to 'lua_version'
Roberto Ierusalimschy
1
-4
/
+3
2009-06-18
'checkversion' implemented in the auxiliary library
Roberto Ierusalimschy
3
-5
/
+16
2009-06-18
new function 'lua_version' (so that 'checkversion' can be implemented
Roberto Ierusalimschy
4
-15
/
+12
2009-06-18
default paths have dot option as the last one (to improve security)
Roberto Ierusalimschy
1
-9
/
+9
2009-06-18
better treatment of integer formats in string.format
Roberto Ierusalimschy
1
-7
/
+6
2009-06-18
small optimization in 'lua_arith' (avoids overhead in the common case
Roberto Ierusalimschy
1
-2
/
+6
2009-06-18
new macro 'changenvalue'
Roberto Ierusalimschy
1
-1
/
+4
2009-06-18
small optimization (reorder of BinOpr enum to unify some cases
Roberto Ierusalimschy
3
-22
/
+23
2009-06-17
lua_objlen should not work for numbers (according to the manual)
Roberto Ierusalimschy
1
-8
/
+1
2009-06-17
'lua_lessthan' replaced by more generic 'lua_compare'
Roberto Ierusalimschy
1
-2
/
+2
2009-06-17
new functions 'lua_arith' and 'lua_compare'
Roberto Ierusalimschy
3
-24
/
+51
2009-06-17
exports luaV_arith to be used by lua_arith
Roberto Ierusalimschy
1
-1
/
+3
2009-06-17
exports luaV_arith to be used by lua_arith + uses 'luaO_arith' to
Roberto Ierusalimschy
1
-16
/
+7
2009-06-17
constant folding uses 'luaO_arith' to perform basic operations
Roberto Ierusalimschy
1
-17
/
+5
2009-06-17
new function 'luaO_arith' to perform basic arithmetic operations
Roberto Ierusalimschy
2
-2
/
+17
2009-06-17
'lessequal' renamed 'luaV_lessequal' and exported to be used by
Roberto Ierusalimschy
2
-4
/
+5
2009-06-15
new API function 'lua_mainthread'
Roberto Ierusalimschy
3
-3
/
+12
2009-06-15
patch for wrong code generation for some particular boolean expressions
Roberto Ierusalimschy
1
-2
/
+49
2009-06-15
BUG: "(((1 or false) and true) or false)" gives wrong result
Roberto Ierusalimschy
1
-9
/
+15
2009-06-10
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
Roberto Ierusalimschy
4
-9
/
+9
2009-06-10
new function 'luaK_codek' (detail)
Roberto Ierusalimschy
3
-6
/
+15
2009-06-08
new macro 'condmovestack' instead of 'condhardstacktests'
Roberto Ierusalimschy
4
-13
/
+11
2009-06-04
added "\n" at the end of 'package.config' (so that the string
Roberto Ierusalimschy
1
-2
/
+2
2009-06-01
no more L->base + ci->base only for Lua functions (C functions may use
Roberto Ierusalimschy
7
-80
/
+81
2009-05-27
small bug in 'luaV_concat' (L->top was left incorrect in some cases)
Roberto Ierusalimschy
4
-29
/
+28
2009-05-27
type of 'luai_ctype_' array changed to unsigned (safer for bitwise
Roberto Ierusalimschy
2
-4
/
+6
2009-05-22
details (use ci->base instead of L->base when possible)
Roberto Ierusalimschy
1
-6
/
+6
2009-05-21
errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in
Roberto Ierusalimschy
3
-9
/
+20
2009-05-18
hexadecimal escape sequences in strings + better error messages for
Roberto Ierusalimschy
1
-22
/
+55
2009-05-18
new macro 'zungetc'
Roberto Ierusalimschy
1
-1
/
+4
2009-05-18
new property 'lisupper' (needed to compute values for hexa digits)
Roberto Ierusalimschy
2
-7
/
+9
2009-05-04
'symbexec' merged with 'getobjname' (as only use for symbolic execution
Roberto Ierusalimschy
1
-103
/
+78
2009-05-01
variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' ->
Roberto Ierusalimschy
1
-7
/
+7
2009-05-01
comments
Roberto Ierusalimschy
1
-3
/
+5
2009-04-30
no more code checking
Roberto Ierusalimschy
5
-131
/
+9
2009-04-29
resize string hash table only when new size is smaller than current one
Roberto Ierusalimschy
1
-3
/
+7
2009-04-29
hash table for strings is rehashed in place
Roberto Ierusalimschy
1
-16
/
+18
2009-04-28
new way to GC stacks: the entire stack must be correct all the times;
Roberto Ierusalimschy
4
-47
/
+63
2009-04-27
malicious zero-length string in binary code may segfault Lua +
Roberto Ierusalimschy
1
-2
/
+30
2009-04-27
unused arguments removed
Roberto Ierusalimschy
1
-9
/
+9
2009-04-26
'exit' changed to 'abort' in case of panic (+ some extra comments)
Roberto Ierusalimschy
1
-9
/
+9
2009-04-17
several small improvements based on 'ci' being fixed now (including
Roberto Ierusalimschy
8
-138
/
+133
2009-04-17
'luaM_freearray' does not need array type as argument
Roberto Ierusalimschy
5
-18
/
+18
2009-04-17
'CallInfo' stack implemented as double-linked list instead of an array
Roberto Ierusalimschy
10
-126
/
+127
2009-04-15
'nresults' is saved in CallInfo from the caller, not the called
Roberto Ierusalimschy
1
-5
/
+4
2009-04-14
new function 'T.makeCfunc' (for later use)
Roberto Ierusalimschy
1
-16
/
+38
2009-04-08
first implementation of yieldable 'pcall'
Roberto Ierusalimschy
5
-30
/
+110
2009-04-03
detail
Roberto Ierusalimschy
1
-2
/
+2
2009-04-02
added comment explaining why the 'feof' test when loading a file
Roberto Ierusalimschy
1
-1
/
+4
[next]