index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
liolib.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-02-19
bug: when manipulating other threads, there is no garanties about
Roberto Ierusalimschy
1
-1
/
+11
2015-02-19
bug: suspended function can have its 'func' field not pointing to
Roberto Ierusalimschy
1
-2
/
+19
2015-02-09
bug: Chunk with too many lines can seg. fault
Roberto Ierusalimschy
1
-2
/
+2
2014-10-20
comment
Roberto Ierusalimschy
1
-2
/
+2
2014-09-01
Bug: Ephemeron table can wrongly collect entry with strong key
Roberto Ierusalimschy
1
-2
/
+2
2014-05-07
BUG: compiler can optimize away overflow check in 'table.unpack'
Roberto Ierusalimschy
1
-4
/
+6
2014-05-07
updated for (eventual) release 5.2.4
Roberto Ierusalimschy
1
-4
/
+4
2014-05-07
detail (better alignment for struct 'Table')
Roberto Ierusalimschy
1
-3
/
+3
2013-11-21
details (typos in comments)
v5.2.3
Roberto Ierusalimschy
1
-3
/
+3
2013-11-11
'LUA_VERSION_RELEASE' updated to 5.2.3.
Roberto Ierusalimschy
1
-2
/
+2
2013-11-08
bug: Resuming the running coroutine makes it unyieldable
Roberto Ierusalimschy
1
-2
/
+3
2013-11-08
bug: Call to macro 'luai_userstateclose' should be done only
Roberto Ierusalimschy
1
-5
/
+6
2013-08-30
BUG: GC can collect a long string still in use during parser
Roberto Ierusalimschy
2
-2
/
+9
2013-07-09
avoid undefined shift of LUA_NBITS in rotate operations
Roberto Ierusalimschy
1
-2
/
+3
2013-05-16
bug: Wrong error message in some short-cut expressions
Roberto Ierusalimschy
1
-8
/
+21
2013-05-06
bug: Wrong assert when reporting concatenation errors.
Roberto Ierusalimschy
1
-2
/
+2
2013-04-26
bug: garbage collector can trigger too many times in recursive loops,
Roberto Ierusalimschy
1
-3
/
+10
2013-04-19
BUG: stack overflow in vararg functions with many fixed
Roberto Ierusalimschy
1
-4
/
+11
2013-04-12
Branch 5.2 - new releases for 5.2 go from here, main trunk goes
Roberto Ierusalimschy
59
-0
/
+21388
2007-12-27
official branch for Lua 5.1
Roberto Ierusalimschy
56
-18669
/
+0
2006-06-09
details
v5.1.1
Roberto Ierusalimschy
1
-1
/
+2
2006-06-07
explicit test for common error (due to compatibility issue)
Roberto Ierusalimschy
1
-1
/
+4
2006-06-05
BUG: debug hooks may get wrong when mixed with coroutines
Roberto Ierusalimschy
2
-3
/
+43
2006-06-05
small simplifications
Roberto Ierusalimschy
2
-22
/
+14
2006-06-05
extra assertion
Roberto Ierusalimschy
1
-1
/
+2
2006-06-05
details
Roberto Ierusalimschy
1
-5
/
+6
2006-06-02
new macro LUA_RELEASE
Roberto Ierusalimschy
4
-8
/
+9
2006-05-31
new version number
Roberto Ierusalimschy
2
-4
/
+4
2006-05-24
bug: collector did not compensate enough for userdata with finalizers
Roberto Ierusalimschy
1
-4
/
+8
2006-05-24
subtle problem with the garbage collector
Roberto Ierusalimschy
1
-1
/
+29
2006-05-24
does not accept garbage after options (e.g., -ixxx)
Roberto Ierusalimschy
1
-6
/
+19
2006-05-24
only destroy state after running all finalizers
Roberto Ierusalimschy
1
-2
/
+2
2006-05-08
files should not be operated after fclose, even when fclose fails
Roberto Ierusalimschy
1
-3
/
+3
2006-04-26
detail (better error message for invalid format)
Roberto Ierusalimschy
1
-2
/
+3
2006-04-26
details
Roberto Ierusalimschy
1
-5
/
+3
2006-04-12
lua_dostring/lua_dofile should return any values returned by the chunk
Roberto Ierusalimschy
2
-3
/
+28
2006-04-12
BUG: option '%q' for string.format does not handle '\r' correctly
Roberto Ierusalimschy
2
-2
/
+52
2006-04-10
environment variable names should be configurable
Roberto Ierusalimschy
3
-9
/
+31
2006-03-23
detail
Roberto Ierusalimschy
1
-3
/
+3
2006-03-21
BUG: luaL_checkudata may show wrong error message
Roberto Ierusalimschy
2
-6
/
+50
2006-03-21
BUG: should copy the union, not (some of) its fields
Roberto Ierusalimschy
2
-8
/
+48
2006-03-21
unused macro
Roberto Ierusalimschy
1
-2
/
+1
2006-03-20
bug in Lua 4.0.2: weak tables that survive one collection are never collected
Roberto Ierusalimschy
1
-2
/
+35
2006-03-14
comment
Roberto Ierusalimschy
1
-3
/
+3
2006-03-09
'lparser.h' should not include 'ltable.h'
Roberto Ierusalimschy
3
-5
/
+5
2006-03-09
detail
Roberto Ierusalimschy
1
-5
/
+2
2006-02-17
small change to strip file names when stripping debug information
v5.1
Roberto Ierusalimschy
2
-4
/
+4
2006-02-10
avoid warning in OS X - ansi
Roberto Ierusalimschy
1
-4
/
+4
2006-02-10
complete support for hexadecimal constants
Roberto Ierusalimschy
1
-1
/
+3
2006-02-06
compiler warning
Roberto Ierusalimschy
1
-2
/
+2
[next]