index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
all function declarations surround name with parentheses
Roberto Ierusalimschy
2005-01-10
1
-71
/
+71
*
details
Roberto Ierusalimschy
2005-01-07
1
-5
/
+4
*
a different option for the GC
Roberto Ierusalimschy
2004-12-13
1
-2
/
+2
*
more options for controling the GC
Roberto Ierusalimschy
2004-12-06
1
-6
/
+8
*
`LUA_FIRSTINDEX' should not be configurable
Roberto Ierusalimschy
2004-12-01
1
-1
/
+5
*
use of parentheses around macro parameters in call lists, to avoid
Roberto Ierusalimschy
2004-10-18
1
-14
/
+14
*
cleaner API for coroutines
Roberto Ierusalimschy
2004-09-15
1
-6
/
+9
*
option for garbage-collector `step'
Roberto Ierusalimschy
2004-06-04
1
-1
/
+2
*
what is provided by lauxlib.c should be defined at lauxlib.h
Roberto Ierusalimschy
2004-06-02
1
-20
/
+5
*
`lua_strlen' upgraded to `lua_objsize' (which also works with userdata)
Roberto Ierusalimschy
2004-05-31
1
-7
/
+4
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-30
/
+4
*
new copyright year
Roberto Ierusalimschy
2004-03-24
1
-3
/
+3
*
new (temporary?) API for garbage collector
Roberto Ierusalimschy
2004-03-09
1
-5
/
+12
*
detail
Roberto Ierusalimschy
2003-12-10
1
-5
/
+2
*
lua_(set)getglobal are ok to use
Roberto Ierusalimschy
2003-11-05
1
-3
/
+4
*
lua_set(get)global may use lua_set(get)field
Roberto Ierusalimschy
2003-10-21
1
-7
/
+4
*
new function `lua_getallocf' to retrieve allocation function and data
Roberto Ierusalimschy
2003-10-20
1
-1
/
+3
*
new function `lua_createtable'
Roberto Ierusalimschy
2003-10-10
1
-2
/
+4
*
new functions `lua_getfield' and `lua_setfield'
Roberto Ierusalimschy
2003-10-10
1
-1
/
+3
*
new functions `lua_tointeger' and lua_pushinteger'
Roberto Ierusalimschy
2003-10-07
1
-1
/
+11
*
Lua kernel does not use malloc/free functions.
Roberto Ierusalimschy
2003-10-02
1
-2
/
+9
*
define a `lua_isthread' for completeness
Roberto Ierusalimschy
2003-07-07
1
-1
/
+2
*
LUA_SIGNATURE is public
Roberto Ierusalimschy
2003-05-15
1
-1
/
+3
*
no more compatibility code
Roberto Ierusalimschy
2003-05-14
1
-3
/
+1
*
detail (change place of a prototype)
Roberto Ierusalimschy
2003-03-18
1
-3
/
+2
*
no-nonsense debug information about tail calls
Roberto Ierusalimschy
2003-02-27
1
-2
/
+3
*
`set/getenvtable' -> `set/getfenv'
Roberto Ierusalimschy
2003-02-24
1
-3
/
+3
*
`set/getglobals' -> `set/getenvtable'
Roberto Ierusalimschy
2003-02-18
1
-3
/
+3
*
final version
Roberto Ierusalimschy
2003-02-18
1
-4
/
+4
*
new functions to manipulate upvales (get/setupvalue)
Roberto Ierusalimschy
2002-12-19
1
-1
/
+3
*
new function `lua_cpcall'
Roberto Ierusalimschy
2002-12-04
1
-1
/
+2
*
details
Roberto Ierusalimschy
2002-11-26
1
-13
/
+5
*
new function `lua_version'
Roberto Ierusalimschy
2002-11-25
1
-1
/
+3
*
simpler interface to hooks + use of `int' to count hooks
Roberto Ierusalimschy
2002-11-25
1
-7
/
+5
*
new representation for hooks (to allow asynchronous calls to sethook)
Roberto Ierusalimschy
2002-11-18
1
-5
/
+5
*
back to `__mode' metafield to specify weakness
Roberto Ierusalimschy
2002-11-14
1
-3
/
+1
*
better name for `lua_movethread'
Roberto Ierusalimschy
2002-11-07
1
-2
/
+2
*
new API for coroutines
Roberto Ierusalimschy
2002-11-06
1
-3
/
+4
*
new facility for dumping chunks
Roberto Ierusalimschy
2002-10-25
1
-2
/
+7
*
threads now are real Lua objects, subject to garbage collection
Roberto Ierusalimschy
2002-10-25
1
-2
/
+3
*
avoid too much precision when printing numbers
Roberto Ierusalimschy
2002-10-22
1
-2
/
+2
*
small changes in type configuration facilities
Roberto Ierusalimschy
2002-10-22
1
-3
/
+4
*
avoid the use of "enum" in the API, as they do not have a fixed representation
Roberto Ierusalimschy
2002-09-02
1
-5
/
+13
*
avoid the use of "obvious" names in header files to avoid conflicts
Roberto Ierusalimschy
2002-08-30
1
-39
/
+39
*
new structure for collectable objects, sharing a common header
Roberto Ierusalimschy
2002-08-30
1
-9
/
+9
*
use a linear count for count hook
Roberto Ierusalimschy
2002-08-12
1
-5
/
+7
*
any Lua closure has a table of globals (not only active functions)
Roberto Ierusalimschy
2002-08-06
1
-3
/
+3
*
`luadebug.h' content now is included in `lua.h'
Roberto Ierusalimschy
2002-08-06
1
-3
/
+53
*
lua_Chunkreader gets a lua_State, to avoid future incompatibilities
Roberto Ierusalimschy
2002-08-06
1
-2
/
+2
*
new API for weak mode
Roberto Ierusalimschy
2002-08-06
1
-1
/
+3
[next]