index
:
delta/lua-github.git
5.0.x
5.1.x
5.2.x
alt-version
alternative-version
baserock/5.3.2
c6f7181e910b6
master
oldlua
scopedvars
temporary
v5-2
v5.3
v5.4.0
v5.4.0-patch
github.com: lua/lua.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
loslib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Broadening the use of branch hints
Roberto Ierusalimschy
2021-02-24
1
-4
/
+4
*
'luaL_execresult' does not assume -1 status as error
Roberto Ierusalimschy
2020-05-22
1
-2
/
+4
*
Several details about 5.4.0 rc1
Roberto Ierusalimschy
2020-04-23
1
-1
/
+1
*
Comments (mosty typos)
Roberto Ierusalimschy
2019-12-30
1
-1
/
+1
*
Some improvements in date/time functions
Roberto Ierusalimschy
2019-07-24
1
-28
/
+48
*
Removed resource-related "emergency collections"
Roberto Ierusalimschy
2018-10-31
1
-2
/
+0
*
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
Roberto Ierusalimschy
2018-07-27
1
-0
/
+2
*
File operations try an "emergency collection" when failing
Roberto Ierusalimschy
2018-07-25
1
-2
/
+1
*
added 'return' to calls to 'luaL_error' (to signal to the compiler
Roberto Ierusalimschy
2017-03-14
1
-3
/
+5
*
bug: 'checkoption' could read past end of string + 'os.date' can
Roberto Ierusalimschy
2016-07-18
1
-12
/
+16
*
'os.time(t)' normalizes 't' fields
Roberto Ierusalimschy
2016-04-18
1
-10
/
+20
*
simpler yet definition for 'checkoption'
Roberto Ierusalimschy
2016-02-09
1
-18
/
+14
*
simpler code for 'checkoption' + added conversion specifiers specific
Roberto Ierusalimschy
2016-02-08
1
-25
/
+34
*
details (comments + text of error messages)
Roberto Ierusalimschy
2016-01-06
1
-5
/
+5
*
details (typos in comments)
Roberto Ierusalimschy
2015-11-19
1
-2
/
+2
*
'strftime' puts its result directly into 'lua_Buffer'
Roberto Ierusalimschy
2015-07-06
1
-5
/
+9
*
better treatment for integer overflows + all errors throw an error
Roberto Ierusalimschy
2015-07-04
1
-23
/
+37
*
re-organization of initial configuration options
Roberto Ierusalimschy
2015-04-10
1
-27
/
+40
*
detail (no need to write 'double' in source)
Roberto Ierusalimschy
2015-02-09
1
-3
/
+4
*
typo in error message
Roberto Ierusalimschy
2015-01-12
1
-2
/
+2
*
detail (to avoid warnings)
Roberto Ierusalimschy
2014-12-26
1
-3
/
+3
*
new specifiers in 'strftime' are defined in C99 (not Posix)
Roberto Ierusalimschy
2014-12-10
1
-3
/
+3
*
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
-4
/
+6
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-2
/
+2
*
macros 'LUA_QL'/'LUA_QL' deprecated
Roberto Ierusalimschy
2014-10-17
1
-2
/
+2
*
added some casts for the cases when lua_Number != double
Roberto Ierusalimschy
2014-10-08
1
-2
/
+3
*
deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)
Roberto Ierusalimschy
2014-10-01
1
-2
/
+2
*
template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE)
Roberto Ierusalimschy
2014-04-29
1
-2
/
+8
*
configuration for Lua type corresponding to 'time_t'
Roberto Ierusalimschy
2014-03-20
1
-10
/
+24
*
lua_gettable and similars return type of gotten value
Roberto Ierusalimschy
2014-03-12
1
-3
/
+2
*
removal of weird construction in definition of LUA_STRFTIMEOPTIONS
Roberto Ierusalimschy
2014-02-26
1
-3
/
+3
*
more uniformity for defining system-dependent features
Roberto Ierusalimschy
2014-02-26
1
-7
/
+18
*
uses integers for time
Roberto Ierusalimschy
2013-05-14
1
-5
/
+5
*
error message in 'os.rename' does not include file name, because error
Roberto Ierusalimschy
2012-10-19
1
-2
/
+2
*
spaces -> tabs in #defines
Roberto Ierusalimschy
2012-05-23
1
-8
/
+9
*
'lUA' -> 'LUA'
Roberto Ierusalimschy
2011-11-30
1
-2
/
+2
*
when available, use '*_r' versions of 'gmtime' and 'localtime'
Roberto Ierusalimschy
2011-11-29
1
-4
/
+21
*
another try to avoid warnings about unreachable 'return' after 'exit'
Roberto Ierusalimschy
2011-11-29
1
-2
/
+3
*
comment
Roberto Ierusalimschy
2011-06-20
1
-2
/
+2
*
returns for file-related functions and process-related functions
Roberto Ierusalimschy
2011-03-03
1
-19
/
+10
*
detail (cleaning trailing spaces)
Roberto Ierusalimschy
2011-01-26
1
-2
/
+2
*
'os.exit' acceps booleans as status (for EXIT_SUCESS and EXIT_FAILURE)
Roberto Ierusalimschy
2010-10-05
1
-2
/
+6
*
functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerx
Roberto Ierusalimschy
2010-07-02
1
-5
/
+4
*
new module policy: C modules do not create globals and do not register
Roberto Ierusalimschy
2010-07-02
1
-2
/
+2
*
yet more options moved from luaconf.h into internal files
Roberto Ierusalimschy
2009-12-17
1
-2
/
+19
*
several configuration options that do not change often moved out of
Roberto Ierusalimschy
2009-12-17
1
-1
/
+23
*
new mark LUAMOD_API for all luaopen_* functions
Roberto Ierusalimschy
2009-11-24
1
-2
/
+2
*
'os.exit' should close state only when second argument is true
Roberto Ierusalimschy
2009-11-23
1
-2
/
+2
*
correct way to check arguments to 'strftime'
Roberto Ierusalimschy
2009-08-25
1
-15
/
+29
[next]