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
/
loslib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
by default, 'os.exit' closes current state
Roberto Ierusalimschy
2008-06-13
1
-2
/
+6
*
it seems useless trying to avoid this warning...
Roberto Ierusalimschy
2008-01-18
1
-2
/
+2
*
avoid warnings about exit; return
Roberto Ierusalimschy
2007-09-14
1
-3
/
+2
*
'os.date' checks arguments before passing them to 'strftime'
Roberto Ierusalimschy
2007-05-03
1
-4
/
+14
*
bug: os.date throws error when result is the empty string
Roberto Ierusalimschy
2006-09-19
1
-6
/
+17
*
details
Roberto Ierusalimschy
2006-04-26
1
-5
/
+3
*
detail
Roberto Ierusalimschy
2006-03-09
1
-5
/
+2
*
detail
Roberto Ierusalimschy
2006-01-27
1
-4
/
+5
*
small changes in casts
Roberto Ierusalimschy
2005-12-22
1
-2
/
+2
*
details
Roberto Ierusalimschy
2005-12-15
1
-23
/
+23
*
new macro luaL_opt to avoid evaluating defaults when no needed
Roberto Ierusalimschy
2005-10-21
1
-3
/
+3
*
does not set isdst when undefined
Roberto Ierusalimschy
2005-09-09
1
-1
/
+3
*
detail
Roberto Ierusalimschy
2005-08-26
1
-2
/
+2
*
luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar
Roberto Ierusalimschy
2005-08-15
1
-2
/
+2
*
luaL_findstring -> luaL_checkoption
Roberto Ierusalimschy
2005-05-25
1
-3
/
+2
*
several small details
Roberto Ierusalimschy
2005-05-17
1
-3
/
+3
*
better quotes for strings in error messages
Roberto Ierusalimschy
2005-05-16
1
-3
/
+3
*
more cleaning on configurations
Roberto Ierusalimschy
2005-03-18
1
-9
/
+6
*
`luac´ -> `luai' (to avoid confusion with other luac stuff)
Roberto Ierusalimschy
2005-03-09
1
-2
/
+2
*
`luaconf.h´ exports all its definitions always (so all of them
Roberto Ierusalimschy
2005-03-08
1
-2
/
+2
*
detail
Roberto Ierusalimschy
2005-01-10
1
-5
/
+3
*
avoid name chash in `all.c'
Roberto Ierusalimschy
2004-10-08
1
-4
/
+4
*
small changes (due to Rici Lake) to allow testing non-supported OS functions
Roberto Ierusalimschy
2004-08-05
1
-8
/
+8
*
OS lib (finally separated from io lib)
Roberto Ierusalimschy
2004-07-09
1
-0
/
+241