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
*
first steps towards yielding through longjump
Roberto Ierusalimschy
2008-08-13
3
-62
/
+50
*
small bug: lua_resume returning LUA_YIELD is not an error
Roberto Ierusalimschy
2008-08-13
1
-2
/
+2
*
new field 'status' in CallInfo structure
Roberto Ierusalimschy
2008-08-13
2
-3
/
+5
*
added missing parentheses around function names
Roberto Ierusalimschy
2008-08-13
1
-12
/
+12
*
change in error message
Roberto Ierusalimschy
2008-08-06
1
-3
/
+2
*
'module' may change the environment of a C function +
Roberto Ierusalimschy
2008-08-06
1
-2
/
+51
*
bug: string at the end of TString must consider the entire TString
Roberto Ierusalimschy
2008-08-05
1
-2
/
+2
*
bug: 'module' now checks that is caller is a Lua function
Roberto Ierusalimschy
2008-08-05
1
-5
/
+8
*
larger alignment requirement helps to uncover some kinds of bugs
Roberto Ierusalimschy
2008-08-05
1
-1
/
+6
*
GC step does not unblock collector (when it is blocked by "stop")
Roberto Ierusalimschy
2008-08-01
1
-1
/
+4
*
LUA_COMPAT -> LUA_COMPAT_API (more specific)
Roberto Ierusalimschy
2008-07-18
3
-7
/
+7
*
do not use compatibility macros in Lua
Roberto Ierusalimschy
2008-07-11
3
-5
/
+7
*
new macro LUA_COMPAT to control some compatibility macros
Roberto Ierusalimschy
2008-07-11
2
-2
/
+12
*
'string.byte' gets confused with some out-of-range negative indices +
Roberto Ierusalimschy
2008-07-11
1
-2
/
+59
*
bug: GC step could loop forever under very particular circumstances
Roberto Ierusalimschy
2008-07-04
1
-8
/
+8
*
useless test removed (pointed by lint)
Roberto Ierusalimschy
2008-07-03
1
-2
/
+2
*
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
[next]