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
...
*
`object' and `string' are very busy names...
Roberto Ierusalimschy
1999-11-29
1
-17
/
+17
*
new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT
Roberto Ierusalimschy
1999-11-29
1
-3
/
+3
*
macros `key', `val', and `node' don't need the state
Roberto Ierusalimschy
1999-11-23
1
-5
/
+5
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-187
/
+187
*
new API function `lua_equalobj'
Roberto Ierusalimschy
1999-11-11
1
-5
/
+10
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-39
/
+28
*
new implementation of hash tables.
Roberto Ierusalimschy
1999-10-14
1
-3
/
+3
*
new implementation for string hashing, with chaining.
Roberto Ierusalimschy
1999-10-11
1
-5
/
+5
*
new API function 'lua_type'.
Roberto Ierusalimschy
1999-10-07
1
-1
/
+4
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-12
/
+18
*
`put_luaObjectonTop' must be public (to be used by lfback.c), and so
Roberto Ierusalimschy
1999-09-21
1
-7
/
+7
*
compatibility with old fallback system now provided by external module
Roberto Ierusalimschy
1999-09-20
1
-25
/
+2
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-97
/
+58
*
better interfaces for luaD_calln (x luaD_call)
Roberto Ierusalimschy
1999-06-22
1
-10
/
+8
*
better treatment for arbitrary limits
Roberto Ierusalimschy
1999-06-17
1
-2
/
+2
*
details (message text)
Roberto Ierusalimschy
1999-05-14
1
-2
/
+2
*
there is no need for a size for Cblocks
Roberto Ierusalimschy
1999-05-11
1
-19
/
+10
*
array Cblocks should grow dynamically
Roberto Ierusalimschy
1999-05-11
1
-11
/
+15
*
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
[prev]
[next]