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
...
*
'getline' renamed to 'getfuncline' (to avoid problems with POSIX)
Roberto Ierusalimschy
2009-06-10
4
-9
/
+9
*
new function 'luaK_codek' (detail)
Roberto Ierusalimschy
2009-06-10
3
-6
/
+15
*
new macro 'condmovestack' instead of 'condhardstacktests'
Roberto Ierusalimschy
2009-06-08
4
-13
/
+11
*
added "\n" at the end of 'package.config' (so that the string
Roberto Ierusalimschy
2009-06-04
1
-2
/
+2
*
no more L->base + ci->base only for Lua functions (C functions may use
Roberto Ierusalimschy
2009-06-01
7
-80
/
+81
*
small bug in 'luaV_concat' (L->top was left incorrect in some cases)
Roberto Ierusalimschy
2009-05-27
4
-29
/
+28
*
type of 'luai_ctype_' array changed to unsigned (safer for bitwise
Roberto Ierusalimschy
2009-05-27
2
-4
/
+6
*
details (use ci->base instead of L->base when possible)
Roberto Ierusalimschy
2009-05-22
1
-6
/
+6
*
errors in finalizers are propagated with code LUA_ERRGCMM (ERRor in
Roberto Ierusalimschy
2009-05-21
3
-9
/
+20
*
hexadecimal escape sequences in strings + better error messages for
Roberto Ierusalimschy
2009-05-18
1
-22
/
+55
*
new macro 'zungetc'
Roberto Ierusalimschy
2009-05-18
1
-1
/
+4
*
new property 'lisupper' (needed to compute values for hexa digits)
Roberto Ierusalimschy
2009-05-18
2
-7
/
+9
*
'symbexec' merged with 'getobjname' (as only use for symbolic execution
Roberto Ierusalimschy
2009-05-04
1
-103
/
+78
*
variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' ->
Roberto Ierusalimschy
2009-05-01
1
-7
/
+7
*
comments
Roberto Ierusalimschy
2009-05-01
1
-3
/
+5
*
no more code checking
Roberto Ierusalimschy
2009-04-30
5
-131
/
+9
*
resize string hash table only when new size is smaller than current one
Roberto Ierusalimschy
2009-04-29
1
-3
/
+7
*
hash table for strings is rehashed in place
Roberto Ierusalimschy
2009-04-29
1
-16
/
+18
*
new way to GC stacks: the entire stack must be correct all the times;
Roberto Ierusalimschy
2009-04-28
4
-47
/
+63
*
malicious zero-length string in binary code may segfault Lua +
Roberto Ierusalimschy
2009-04-27
1
-2
/
+30
*
unused arguments removed
Roberto Ierusalimschy
2009-04-27
1
-9
/
+9
*
'exit' changed to 'abort' in case of panic (+ some extra comments)
Roberto Ierusalimschy
2009-04-26
1
-9
/
+9
*
several small improvements based on 'ci' being fixed now (including
Roberto Ierusalimschy
2009-04-17
8
-138
/
+133
*
'luaM_freearray' does not need array type as argument
Roberto Ierusalimschy
2009-04-17
5
-18
/
+18
*
'CallInfo' stack implemented as double-linked list instead of an array
Roberto Ierusalimschy
2009-04-17
10
-126
/
+127
*
'nresults' is saved in CallInfo from the caller, not the called
Roberto Ierusalimschy
2009-04-15
1
-5
/
+4
*
new function 'T.makeCfunc' (for later use)
Roberto Ierusalimschy
2009-04-14
1
-16
/
+38
*
first implementation of yieldable 'pcall'
Roberto Ierusalimschy
2009-04-08
5
-30
/
+110
*
detail
Roberto Ierusalimschy
2009-04-03
1
-2
/
+2
*
added comment explaining why the 'feof' test when loading a file
Roberto Ierusalimschy
2009-04-02
1
-1
/
+4
*
Lua will abort anyway, so 'panic' does not need to.
Roberto Ierusalimschy
2009-03-31
1
-2
/
+2
*
in 'lua_call', avoid preparing a continuation when thread cannot yield.
Roberto Ierusalimschy
2009-03-30
1
-8
/
+8
*
avoid making 'lastfree' an invalid pointer
Roberto Ierusalimschy
2009-03-30
1
-2
/
+3
*
'loadlib(lib, "*")' loads 'lib' with global names exported to all
Roberto Ierusalimschy
2009-03-26
1
-13
/
+20
*
small bug: EOZ is a valid character to be tested
Roberto Ierusalimschy
2009-03-26
2
-12
/
+21
*
no more support for old-style varargs
Roberto Ierusalimschy
2009-03-26
5
-51
/
+10
*
'context' added to suspendable calls
Roberto Ierusalimschy
2009-03-23
6
-24
/
+39
*
'math.random' uses lua_Number to manage its arguments (there is no
Roberto Ierusalimschy
2009-03-17
1
-8
/
+8
*
missing argument to 'assert' raises "assertion failed" error
Roberto Ierusalimschy
2009-03-16
1
-2
/
+1
*
new optional argument to 'load', to control allowed modes (binary or
Roberto Ierusalimschy
2009-03-13
1
-15
/
+41
*
ctype 'lalpha' includes '_' (as '_' behaves as a letter from the
Roberto Ierusalimschy
2009-03-11
3
-9
/
+11
*
added macro 'lisxdigit' (just in case :)
Roberto Ierusalimschy
2009-03-10
2
-6
/
+8
*
yielding across lua_call (first version)
Roberto Ierusalimschy
2009-03-10
13
-110
/
+169
*
better notes about some opcodes (comments only)
Roberto Ierusalimschy
2009-03-09
1
-11
/
+16
*
initial separation, in CallInfo, of what is relevant only to Lua
Roberto Ierusalimschy
2009-03-04
4
-11
/
+15
*
new states have a reasonable panic function +
Roberto Ierusalimschy
2009-03-03
1
-4
/
+18
*
if thread has no error handling, try main thread handler before panicking
Roberto Ierusalimschy
2009-03-03
1
-7
/
+13
*
detail
Roberto Ierusalimschy
2009-03-02
1
-2
/
+2
*
error functions search global space for a name for a function when
Roberto Ierusalimschy
2009-02-27
1
-3
/
+55
*
code section 'Traceback' moved to the beginning of the file
Roberto Ierusalimschy
2009-02-27
1
-52
/
+61
[prev]
[next]