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
*
'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