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
/
lapi.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stack indices changed to union's
Roberto Ierusalimschy
2022-10-29
1
-7
/
+10
*
'__close' methods can yield in the return of a C function
Roberto Ierusalimschy
2021-02-12
1
-0
/
+2
*
Comments (mosty typos)
Roberto Ierusalimschy
2019-12-30
1
-1
/
+1
*
Small corrections when setting 'L->top'
Roberto Ierusalimschy
2019-07-25
1
-0
/
+10
*
To-be-closed variables in the C API
Roberto Ierusalimschy
2018-10-25
1
-1
/
+14
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
back to 'CallInfo' (no gains with its removal)
Roberto Ierusalimschy
2017-11-07
1
-5
/
+4
*
more fields moved out of 'CallInfo'
Roberto Ierusalimschy
2017-11-03
1
-3
/
+4
*
using 'L->func' when possible
Roberto Ierusalimschy
2017-11-01
1
-2
/
+2
*
macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter
Roberto Ierusalimschy
2015-03-06
1
-3
/
+3
*
removed unused parameter Ä'L' in macro 'api_check' and company
Roberto Ierusalimschy
2014-07-15
1
-3
/
+3
*
extra api checks for number of returns of C functions and for lua_yield
Roberto Ierusalimschy
2009-11-27
1
-1
/
+4
*
API checks now have explanatory messages
Roberto Ierusalimschy
2009-08-31
1
-2
/
+3
*
detail
Roberto Ierusalimschy
2009-04-03
1
-2
/
+2
*
yielding across lua_call (first version)
Roberto Ierusalimschy
2009-03-10
1
-1
/
+5
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-4
/
+4
*
added LUAI_FUNC to functions not in the API
Roberto Ierusalimschy
2005-04-25
1
-2
/
+2
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-2
/
+2
*
`luaA_index' is a local macro now
Roberto Ierusalimschy
2002-03-04
1
-2
/
+1
*
new implementation for `next'
Roberto Ierusalimschy
2000-08-31
1
-2
/
+1
*
first version for new API
Roberto Ierusalimschy
2000-08-28
1
-3
/
+2
*
details
Roberto Ierusalimschy
2000-05-08
1
-2
/
+1
*
global variables are stored in a Lua table
Roberto Ierusalimschy
2000-05-08
1
-2
/
+1
*
no more special cases for closures with 0 upvalues (performance is the same,
Roberto Ierusalimschy
2000-03-29
1
-2
/
+1
*
some name changes
Roberto Ierusalimschy
2000-03-10
1
-2
/
+2
*
many details (most by lhf).
Roberto Ierusalimschy
2000-03-03
1
-2
/
+2
*
new debug API (first version)
Roberto Ierusalimschy
2000-01-19
1
-7
/
+1
*
new ttypes to distinguish between C closures and Lua closures.
Roberto Ierusalimschy
1999-12-23
1
-2
/
+6
*
many details + code redistribution
Roberto Ierusalimschy
1999-12-14
1
-1
/
+6
*
lua_Object is a pointer to the stack (because now the stack doen't move)
Roberto Ierusalimschy
1999-12-02
1
-2
/
+1
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-7
/
+6
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-4
/
+2
*
`put_luaObjectonTop' must be public (to be used by lfback.c), and so
Roberto Ierusalimschy
1999-09-21
1
-2
/
+2
*
compatibility with old fallback system now provided by external module
Roberto Ierusalimschy
1999-09-20
1
-1
/
+2
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-3
/
+3
*
new function "lua_next" (+ new implementation for "next")
Roberto Ierusalimschy
1999-02-23
1
-1
/
+2
*
new function lua_nextvar
Roberto Ierusalimschy
1999-02-22
1
-1
/
+2
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-2
/
+2
*
auxiliar functions from Lua API
Roberto Ierusalimschy
1997-09-16
1
-0
/
+20