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
/
lapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
check first whether function is global.
Roberto Ierusalimschy
1999-03-26
1
-4
/
+4
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-5
/
+4
*
warnings...
Roberto Ierusalimschy
1999-03-01
1
-9
/
+9
*
details (from lhf)
Roberto Ierusalimschy
1999-02-25
1
-3
/
+3
*
new function "lua_next" (+ new implementation for "next")
Roberto Ierusalimschy
1999-02-23
1
-16
/
+48
*
new function lua_nextvar
Roberto Ierusalimschy
1999-02-22
1
-2
/
+28
*
details
Roberto Ierusalimschy
1999-02-12
1
-6
/
+1
*
clearer way to set tables.
Roberto Ierusalimschy
1999-02-08
1
-2
/
+3
*
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
Roberto Ierusalimschy
1999-02-04
1
-7
/
+7
*
getlocal cannot return the local itself, since lua_isstring and
Roberto Ierusalimschy
1999-02-03
1
-4
/
+3
*
no need to define functions for macros...
Roberto Ierusalimschy
1999-01-26
1
-24
/
+1
*
new functions to manipulate C global variables
Roberto Ierusalimschy
1999-01-15
1
-3
/
+44
*
details ("settable")
Roberto Ierusalimschy
1998-12-30
1
-7
/
+5
*
small warnings
Roberto Ierusalimschy
1998-12-03
1
-2
/
+2
*
new function "lua_nups" (number of upvalues).
Roberto Ierusalimschy
1998-09-07
1
-1
/
+7
*
new implementation for error handling: on error, function _ERRORMESSAGE
Roberto Ierusalimschy
1998-08-21
1
-9
/
+8
*
small changes to use new auxiliar functions
Roberto Ierusalimschy
1998-07-12
1
-7
/
+3
*
name: lua_pushCclosure -> lua_pushcclosure.
Roberto Ierusalimschy
1998-06-05
1
-2
/
+2
*
better use of "ASSERT".
Roberto Ierusalimschy
1998-03-09
1
-2
/
+2
*
new names for "lua_pushlstr" and "lua_getstrlen"
Roberto Ierusalimschy
1998-03-06
1
-4
/
+4
*
support for strings with '\0'
Roberto Ierusalimschy
1998-03-06
1
-9
/
+21
*
usefull macros also available as functions
Roberto Ierusalimschy
1998-02-12
1
-1
/
+22
*
BUG: "lua_getstring" may create a new string, so should check GC
Roberto Ierusalimschy
1998-01-27
1
-1
/
+3
*
small optimizations in switch order
Roberto Ierusalimschy
1998-01-09
1
-5
/
+5
*
back to upavalues as extra arguments for C closures; this way it's
Roberto Ierusalimschy
1998-01-07
1
-10
/
+1
*
LUA_COMPAT2.5 may use #ifdef instead of #if
Roberto Ierusalimschy
1998-01-02
1
-2
/
+2
*
small bugs in error report
Roberto Ierusalimschy
1997-12-22
1
-3
/
+3
*
back to "lua_upvalue"... (seems better choice)
Roberto Ierusalimschy
1997-12-18
1
-1
/
+10
*
otimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-33
/
+66
*
better treatment of MARKs and DEBUG cases.
Roberto Ierusalimschy
1997-12-11
1
-19
/
+33
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-3
/
+3
*
store "functofind" in stack top, so doesn't need this field in
Roberto Ierusalimschy
1997-11-28
1
-6
/
+6
*
other access method for C upvalues (as arguments)
Roberto Ierusalimschy
1997-11-27
1
-24
/
+8
*
no more 'globalbag'
Roberto Ierusalimschy
1997-11-27
1
-7
/
+1
*
small details by lint.
Roberto Ierusalimschy
1997-11-26
1
-3
/
+3
*
small modifications (format, small optimizations, etc)
Roberto Ierusalimschy
1997-11-21
1
-2
/
+2
*
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
Roberto Ierusalimschy
1997-11-19
1
-2
/
+2
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-97
/
+82
*
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
1997-11-04
1
-1
/
+14
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-53
/
+62
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-11
/
+11
*
auxiliar functions from Lua API
Roberto Ierusalimschy
1997-09-16
1
-0
/
+564