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
*
use standard "underscore + uppercases" for reserved keys in the registry
Roberto Ierusalimschy
2011-06-27
1
-2
/
+2
*
change in the representation of file handles
Roberto Ierusalimschy
2011-06-21
1
-139
/
+128
*
returns for file-related functions and process-related functions
Roberto Ierusalimschy
2011-03-03
1
-61
/
+12
*
correct interpretation of return value from pclose
Roberto Ierusalimschy
2011-02-21
1
-28
/
+34
*
p-close returns "correct" status plus type of termination
Roberto Ierusalimschy
2011-02-10
1
-16
/
+36
*
detail (cleaning trailing spaces)
Roberto Ierusalimschy
2011-01-26
1
-2
/
+2
*
new function 'luaL_setmetatable'
Roberto Ierusalimschy
2010-11-10
1
-3
/
+2
*
when reading blocks with given size, try to read whole block
Roberto Ierusalimschy
2010-11-09
1
-17
/
+24
*
when reading large files, double buffer size at each iteration
Roberto Ierusalimschy
2010-11-08
1
-4
/
+10
*
corrected warnings from different compilers (mostly casts and small
Roberto Ierusalimschy
2010-10-25
1
-2
/
+2
*
'module'/'luaL_register' and associates are deprecated
Roberto Ierusalimschy
2010-07-28
1
-2
/
+2
*
'lua_[gs]etenv' -> 'lua_[gs]etuservalue'
Roberto Ierusalimschy
2010-07-25
1
-4
/
+4
*
new module policy: C modules do not create globals and do not register
Roberto Ierusalimschy
2010-07-02
1
-3
/
+4
*
no more fenvs!
Roberto Ierusalimschy
2010-03-26
1
-4
/
+4
*
avoid using function environments in C libraries (as it probably will
Roberto Ierusalimschy
2010-03-17
1
-24
/
+35
*
new option '*L' for io.read + options for io.lines
Roberto Ierusalimschy
2010-03-03
1
-24
/
+48
*
'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'
Roberto Ierusalimschy
2009-12-17
1
-2
/
+2
*
yet more options moved from luaconf.h into internal files
Roberto Ierusalimschy
2009-12-17
1
-1
/
+28
*
new mark LUAMOD_API for all luaopen_* functions
Roberto Ierusalimschy
2009-11-24
1
-2
/
+2
*
"file:write" returns "file" in case of success
Roberto Ierusalimschy
2009-09-01
1
-4
/
+7
*
ensures that argument 'mode' to 'io.open' matches "[rwa]%+?b?", to
Roberto Ierusalimschy
2009-08-28
1
-2
/
+11
*
closing a "popen" file returns the process exit status
Roberto Ierusalimschy
2009-02-20
1
-3
/
+8
*
micro-optimization: avoid one API call in 'read_chars'
Roberto Ierusalimschy
2008-02-12
1
-10
/
+11
*
remove of useless test in 'read_chars' (if n == 0 then the resulting
Roberto Ierusalimschy
2008-02-12
1
-2
/
+2
*
details
Roberto Ierusalimschy
2007-12-08
1
-10
/
+9
*
does not allow standard files to be closed
Roberto Ierusalimschy
2007-04-19
1
-15
/
+36
*
'lua_strlen' is for compatibility only
Roberto Ierusalimschy
2006-09-18
1
-3
/
+3
*
details
Roberto Ierusalimschy
2006-06-22
1
-2
/
+2
*
files should not be operated after fclose, even when fclose fails
Roberto Ierusalimschy
2006-05-08
1
-3
/
+3
*
empty string may cause out-of-bound access
Roberto Ierusalimschy
2006-01-28
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2006-01-18
1
-4
/
+5
*
small optimizations (lua_newtable -> lua_createtable)
Roberto Ierusalimschy
2005-12-29
1
-4
/
+4
*
avoid some warnings
Roberto Ierusalimschy
2005-10-19
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2005-10-14
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2005-08-26
1
-3
/
+3
*
luaL_checkudata raises an error if value is not correct
Roberto Ierusalimschy
2005-08-17
1
-11
/
+9
*
luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar
Roberto Ierusalimschy
2005-08-15
1
-3
/
+3
*
details (alphabetical order for list of functions)
Roberto Ierusalimschy
2005-07-12
1
-6
/
+6
*
optional size for 'setvbuf'
Roberto Ierusalimschy
2005-06-06
1
-2
/
+4
*
'popen' is back
Roberto Ierusalimschy
2005-06-06
1
-33
/
+66
*
luaL_findstring -> luaL_checkoption
Roberto Ierusalimschy
2005-05-25
1
-5
/
+3
*
better quotes for strings in error messages
Roberto Ierusalimschy
2005-05-16
1
-3
/
+1
*
avoid name colision with `close' function
Roberto Ierusalimschy
2005-03-18
1
-3
/
+3
*
C functions and userdata also have environments
Roberto Ierusalimschy
2005-02-18
1
-17
/
+17
*
better checking for read errors (with `ferrorĀ“)
Roberto Ierusalimschy
2004-08-13
1
-3
/
+10
*
`io.lines' also can give the file name in its error message
Roberto Ierusalimschy
2004-08-09
1
-6
/
+11
*
`lua_pushfstring' now supports `%p' option too
Roberto Ierusalimschy
2004-07-09
1
-7
/
+5
*
separation between io lib and os lib
Roberto Ierusalimschy
2004-07-09
1
-247
/
+43
*
other modules may need FILEHANDLE definition
Roberto Ierusalimschy
2004-05-28
1
-8
/
+6
*
`popen' is not ANSI and therefore was removed from the basic library
Roberto Ierusalimschy
2004-05-28
1
-21
/
+1
[next]