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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
'luaL_execresult' does not assume -1 status as error
Roberto Ierusalimschy
2020-05-22
1
-0
/
+1
*
Clearer distinction between types and tags
Roberto Ierusalimschy
2020-01-31
1
-2
/
+2
*
Added macro 'luaL_pushfail'
Roberto Ierusalimschy
2019-08-16
1
-5
/
+5
*
Correction in the documentation of 'io.lines'
Roberto Ierusalimschy
2019-07-31
1
-1
/
+1
*
Details (typos in comments)
Roberto Ierusalimschy
2019-07-05
1
-1
/
+1
*
Methods separated from metamethods in 'io'
Roberto Ierusalimschy
2019-07-01
1
-10
/
+20
*
Details
Roberto Ierusalimschy
2019-05-28
1
-5
/
+5
*
Details
Roberto Ierusalimschy
2019-05-13
1
-1
/
+1
*
To-be-closed variable in 'for' loop separated from the state
Roberto Ierusalimschy
2018-11-07
1
-2
/
+4
*
Removed resource-related "emergency collections"
Roberto Ierusalimschy
2018-10-31
1
-19
/
+2
*
State in generic 'for' acts as a to-be-closed variable
Roberto Ierusalimschy
2018-10-31
1
-6
/
+29
*
Added a '__close' metamethod to file handles
Roberto Ierusalimschy
2018-10-23
1
-0
/
+1
*
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
Roberto Ierusalimschy
2018-07-27
1
-48
/
+6
*
File operations try an "emergency collection" when failing
Roberto Ierusalimschy
2018-07-25
1
-4
/
+64
*
back to one format per argument
Roberto Ierusalimschy
2018-03-02
1
-30
/
+26
*
using new 'lua_newuserdatauv' instead of 'lua_newuserdata'
Roberto Ierusalimschy
2018-02-21
1
-2
/
+2
*
'io.read' accepts multiple formats in a single string argument
Roberto Ierusalimschy
2017-11-16
1
-27
/
+31
*
detail ('signal' -> 'sign' in comments)
Roberto Ierusalimschy
2017-11-16
1
-3
/
+3
*
error when calling close method without arguments (e.g.,
Roberto Ierusalimschy
2017-02-09
1
-4
/
+9
*
Using LUAI_UAC* types more consistently on vararg calls
Roberto Ierusalimschy
2016-12-20
1
-3
/
+5
*
detail (macro 'l_checkmode' reimplemented as function)
Roberto Ierusalimschy
2016-09-01
1
-5
/
+6
*
'io.read("n")' accepts both a dot and the locale point as its
Roberto Ierusalimschy
2016-05-02
1
-8
/
+11
*
easy the way to accept other modifiers for 'mode' in 'io.open'
Roberto Ierusalimschy
2015-11-23
1
-7
/
+13
*
bug: 'io.lines' does not check maximum number of options
Roberto Ierusalimschy
2015-07-15
1
-1
/
+8
*
detail (comment)
Roberto Ierusalimschy
2015-07-07
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2015-06-21
1
-2
/
+2
*
more consistent use of locale radix character across Lua
Roberto Ierusalimschy
2015-04-03
1
-9
/
+4
*
detail (use 'lua_pushliteral' to push an empty string)
Roberto Ierusalimschy
2015-03-06
1
-2
/
+2
*
clearer(?) code (also avoids a warning about 'c' being used
Roberto Ierusalimschy
2015-01-02
1
-5
/
+3
*
avoid memory errors while a file is locked (when reading a line)
Roberto Ierusalimschy
2014-11-21
1
-7
/
+16
*
comments (references to "ANSI C" changed to "ISO C", which is the
Roberto Ierusalimschy
2014-11-02
1
-3
/
+3
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-12
/
+4
*
LUA_WIN -> LUA_USE_WINDOWS
Roberto Ierusalimschy
2014-10-31
1
-3
/
+3
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-2
/
+2
*
detail (using 'sizeof' instead of 'strlen' for length of a constant
v5.3-beta
Roberto Ierusalimschy
2014-10-22
1
-2
/
+3
*
added 'l_' prefix for names that can be redefined externally
Roberto Ierusalimschy
2014-10-22
1
-4
/
+4
*
'lua_stringtonum' -> 'lua_stringtonumber'
Roberto Ierusalimschy
2014-10-17
1
-4
/
+4
*
macros 'LUA_QL'/'LUA_QL' deprecated
Roberto Ierusalimschy
2014-10-17
1
-3
/
+3
*
'lua_strtonum' -> 'lua_stringtonum'
Roberto Ierusalimschy
2014-10-15
1
-3
/
+3
*
details (comments)
Roberto Ierusalimschy
2014-10-03
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2014-10-01
1
-2
/
+2
*
small change to avoid bug in some versions of the clang compiler
Roberto Ierusalimschy
2014-09-26
1
-2
/
+7
*
added some casts between integral types (to avoid warnings)
Roberto Ierusalimschy
2014-07-29
1
-2
/
+2
*
detail (typos in comments)
Roberto Ierusalimschy
2014-06-30
1
-9
/
+9
*
if numeral overflows the reading buffer, signal it as invalid input
Roberto Ierusalimschy
2014-06-02
1
-3
/
+5
*
no more use of 'scanf' for reading numbers
Roberto Ierusalimschy
2014-05-21
1
-17
/
+81
*
using a more conventional handling of stack space in 'io_readline'
Roberto Ierusalimschy
2014-05-15
1
-3
/
+2
*
new API function 'lua_rotate'
Roberto Ierusalimschy
2014-05-13
1
-4
/
+2
*
old POSIX systems need '<sys/types.h>' for 'off_t'
Roberto Ierusalimschy
2014-05-11
1
-1
/
+3
*
initial '*' in 'io.read' formats is deprecated
Roberto Ierusalimschy
2014-04-15
1
-4
/
+4
[next]