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
/
ltm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2004-08-30
`select' returns all values after given `n'
Roberto Ierusalimschy
1
-8
/
+10
2004-08-30
better control for GC cycles
Roberto Ierusalimschy
6
-55
/
+77
2004-08-30
detail
Roberto Ierusalimschy
1
-4
/
+5
2004-08-26
detail
Roberto Ierusalimschy
1
-3
/
+2
2004-08-24
first implementation of generational GC
Roberto Ierusalimschy
7
-159
/
+162
2004-08-24
small correction (less conservative write barrier for tables)
Roberto Ierusalimschy
1
-2
/
+2
2004-08-17
bug: lua_getupvalue and setupvalue do not check for index too small.
Roberto Ierusalimschy
2
-3
/
+24
2004-08-13
default state (created by `luaL_newstate´) has a default panic function
Roberto Ierusalimschy
1
-2
/
+10
2004-08-13
better checking for read errors (with `ferror´)
Roberto Ierusalimschy
1
-3
/
+10
2004-08-13
small bug: calls to upvalues were not correctly traced
Roberto Ierusalimschy
1
-16
/
+10
2004-08-12
small bug: lua_gc(count) was falling through to next option
Roberto Ierusalimschy
1
-1
/
+2
2004-08-12
bug (due to new handling of varargs)
Roberto Ierusalimschy
1
-2
/
+3
2004-08-10
less conservative write barrier for tables
Roberto Ierusalimschy
5
-18
/
+38
2004-08-09
`io.lines' also can give the file name in its error message
Roberto Ierusalimschy
1
-6
/
+11
2004-08-09
string.byte truncates indices out of range
Roberto Ierusalimschy
1
-3
/
+4
2004-08-06
string.byte may return multiple values
Roberto Ierusalimschy
1
-6
/
+11
2004-08-05
small changes (due to Rici Lake) to allow testing non-supported OS functions
Roberto Ierusalimschy
1
-8
/
+8
2004-08-04
details (opcode may not be the first field)
Roberto Ierusalimschy
1
-6
/
+8
2004-07-16
small bug
Roberto Ierusalimschy
1
-2
/
+2
2004-07-16
no more LUA_OPNAMES
Roberto Ierusalimschy
1
-3
/
+1
2004-07-16
no more LUA_OPNAMES; it is simpler to "waste" 400 bytes
Roberto Ierusalimschy
1
-4
/
+1
2004-07-13
small bug
Roberto Ierusalimschy
1
-3
/
+4
2004-07-13
several small changes (mainly function names)
Roberto Ierusalimschy
1
-84
/
+59
2004-07-09
`lua_Chunkwriter' returns 0 in case of success
Roberto Ierusalimschy
2
-15
/
+20
2004-07-09
new macro `luaL_typename'
Roberto Ierusalimschy
4
-7
/
+8
2004-07-09
`lua_pushfstring' now supports `%p' option too
Roberto Ierusalimschy
3
-31
/
+30
2004-07-09
separation between io lib and os lib
Roberto Ierusalimschy
3
-250
/
+49