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-02-20
global array of ctypes renamed to 'luai_ctype_' (extern names must
Roberto Ierusalimschy
2
-9
/
+9
2009-02-19
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
Roberto Ierusalimschy
4
-26
/
+28
2009-02-19
"homemade" version of ctype.h
Roberto Ierusalimschy
2
-0
/
+78
2009-02-19
'fputs' changed to 'luai_writestring' + use of 'lua_checkversion'
Roberto Ierusalimschy
1
-2
/
+3
2009-02-19
better error messages for 'lua_checkversion'
Roberto Ierusalimschy
1
-3
/
+3
2009-02-18
new macro 'lua_checkversion' to check whether core and application are
Roberto Ierusalimschy
5
-5
/
+22
2009-02-18
using light userdata to represent "remote" states
Roberto Ierusalimschy
1
-8
/
+14
2009-02-18
panic mode does not reset stack (so that panic function can gather
Roberto Ierusalimschy
1
-14
/
+1
2009-02-18
'log10' is deprecated now
Roberto Ierusalimschy
2
-2
/
+21
2009-02-18
better precision for log(x, 10)
Roberto Ierusalimschy
1
-4
/
+10
2009-02-17
finalizers always called protected
Roberto Ierusalimschy
2
-16
/
+10
2009-02-17
buffer creation ensures buffer space plus MINSTACK in the stack
Roberto Ierusalimschy
1
-1
/
+2
2009-02-17
'db_errorfb' changed to 'db_traceback' for consistency
Roberto Ierusalimschy
1
-3
/
+3
2009-02-16
no more '__len' metamethod for strings
Roberto Ierusalimschy
1
-3
/
+1
2009-02-13
'luaL_typeerror' spelled right
Roberto Ierusalimschy
2
-6
/
+10
2009-02-11
comment (should not use 'go trhough' when simply using multiple labels)
Roberto Ierusalimschy
1
-2
/
+2
2009-02-07
'writestring' changed into a configurable macro
Roberto Ierusalimschy
2
-18
/
+12
2009-02-06
avoid using 'fputs' in 'print' to avoid problems with embedded zeros
Roberto Ierusalimschy
1
-6
/
+12
2009-02-03
check for invalid use of '%' in replacement string in 'string.gsub'
Roberto Ierusalimschy
1
-2
/
+6
2008-12-26
detail (MAXSRC changed to LUA_IDSIZE)
Roberto Ierusalimschy
1
-6
/
+3
2008-11-06
concat TM can yield
Roberto Ierusalimschy
2
-12
/
+24
2008-10-30
generic for coded as two dedicated instructions to simplify resumption
Roberto Ierusalimschy
6
-39
/
+43
2008-10-28
yields accross metamethods and for iterators (except for __concat)
Roberto Ierusalimschy
2
-40
/
+84
2008-10-28
whole build depends on 'makefile' itself + better format for warning
Roberto Ierusalimschy
1
-36
/
+47
2008-10-28
some cleaning
Roberto Ierusalimschy
2
-10
/
+18
2008-10-28
detail (added 'UNUSED' to unused argument)
Roberto Ierusalimschy
1
-1
/
+2
2008-10-03
updating header dependencies
Roberto Ierusalimschy
1
-26
/
+26
2008-09-09
more specific test to avoid calling luaF_close when function returns
Roberto Ierusalimschy
1
-3
/
+3
2008-08-26
better control of call status through CallInfo
Roberto Ierusalimschy
7
-30
/
+41
2008-08-13
first steps towards yielding through longjump
Roberto Ierusalimschy
3
-62
/
+50
2008-08-13
small bug: lua_resume returning LUA_YIELD is not an error
Roberto Ierusalimschy
1
-2
/
+2
2008-08-13
new field 'status' in CallInfo structure
Roberto Ierusalimschy
2
-3
/
+5
2008-08-13
added missing parentheses around function names
Roberto Ierusalimschy
1
-12
/
+12
2008-08-06
change in error message
Roberto Ierusalimschy
1
-3
/
+2
2008-08-06
'module' may change the environment of a C function +
Roberto Ierusalimschy
1
-2
/
+51
2008-08-05
bug: string at the end of TString must consider the entire TString
Roberto Ierusalimschy
1
-2
/
+2
2008-08-05
bug: 'module' now checks that is caller is a Lua function
Roberto Ierusalimschy
1
-5
/
+8
2008-08-05
larger alignment requirement helps to uncover some kinds of bugs
Roberto Ierusalimschy
1
-1
/
+6
2008-08-01
GC step does not unblock collector (when it is blocked by "stop")
Roberto Ierusalimschy
1
-1
/
+4
2008-07-18
LUA_COMPAT -> LUA_COMPAT_API (more specific)
Roberto Ierusalimschy
3
-7
/
+7
2008-07-11
do not use compatibility macros in Lua
Roberto Ierusalimschy
3
-5
/
+7
2008-07-11
new macro LUA_COMPAT to control some compatibility macros
Roberto Ierusalimschy
2
-2
/
+12
2008-07-11
'string.byte' gets confused with some out-of-range negative indices +
Roberto Ierusalimschy
1
-2
/
+59
2008-07-04
bug: GC step could loop forever under very particular circumstances
Roberto Ierusalimschy
1
-8
/
+8
2008-07-03
useless test removed (pointed by lint)
Roberto Ierusalimschy
1
-2
/
+2
2008-07-03
comment about exported function not used by Lua
Roberto Ierusalimschy
1
-1
/
+2
2008-07-03
useless #define removed (pointed by lint)
Roberto Ierusalimschy
1
-4
/
+1
2008-07-03
useless #include removed (pointed by lint)
Roberto Ierusalimschy
1
-2
/
+1
2008-07-03
identation error (pointed by lint)
Roberto Ierusalimschy
1
-2
/
+2
2008-06-26
message from -v option goes to stdout, as it is not an error message
Roberto Ierusalimschy
1
-2
/
+2
[next]