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
/
lbuiltin.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
luaS_newfixedstring renamed to luaS_newfixed
Roberto Ierusalimschy
1999-12-14
1
-3
/
+3
*
many details + code redistribution
Roberto Ierusalimschy
1999-12-14
1
-282
/
+48
*
details
Roberto Ierusalimschy
1999-12-07
1
-2
/
+2
*
new tests for begin/end blocks and multi-state
Roberto Ierusalimschy
1999-12-06
1
-5
/
+38
*
new language for testC (debugging facility)
Roberto Ierusalimschy
1999-12-03
1
-71
/
+127
*
lua_Object is a pointer to the stack (because now the stack doen't move)
Roberto Ierusalimschy
1999-12-02
1
-16
/
+15
*
fixed stack; first version.
Roberto Ierusalimschy
1999-12-01
1
-53
/
+46
*
details
Roberto Ierusalimschy
1999-11-30
1
-3
/
+3
*
new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT
Roberto Ierusalimschy
1999-11-29
1
-2
/
+2
*
new way to keep function arguments (with StkId instead of copy)
Roberto Ierusalimschy
1999-11-26
1
-52
/
+51
*
new macro luaL_openl
Roberto Ierusalimschy
1999-11-22
1
-2
/
+2
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-296
/
+295
*
last warnings in Visual C
Roberto Ierusalimschy
1999-11-16
1
-5
/
+5
*
new API function `lua_equalobj'
Roberto Ierusalimschy
1999-11-11
1
-1
/
+5
*
better ways to test lock mechanism
Roberto Ierusalimschy
1999-11-10
1
-6
/
+9
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-26
/
+35
*
invariant tests over tables performed externally, through a built-in
Roberto Ierusalimschy
1999-10-26
1
-13
/
+20
*
warnings from Visual C++
Roberto Ierusalimschy
1999-10-19
1
-2
/
+2
*
new implementation of hash tables.
Roberto Ierusalimschy
1999-10-14
1
-24
/
+49
*
new implementation for string hashing, with chaining.
Roberto Ierusalimschy
1999-10-11
1
-7
/
+14
*
new API function 'lua_type'.
Roberto Ierusalimschy
1999-10-07
1
-8
/
+8
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-18
/
+45
*
compatibility with old fallback system now provided by external module
Roberto Ierusalimschy
1999-09-20
1
-7
/
+5
*
tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.
Roberto Ierusalimschy
1999-09-08
1
-7
/
+9
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-22
/
+22
*
details.
Roberto Ierusalimschy
1999-07-22
1
-2
/
+2
*
better treatment for arbitrary limits
Roberto Ierusalimschy
1999-06-17
1
-2
/
+5
*
tremove erases its previous last element (to avoid locking potential
Roberto Ierusalimschy
1999-05-27
1
-7
/
+8
*
foreach, foreachi, foreachvar points to function in stack when stack
Roberto Ierusalimschy
1999-05-24
1
-14
/
+20
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-2
/
+2
*
warnings
Roberto Ierusalimschy
1999-03-01
1
-4
/
+4
*
new function "lua_next" (+ new implementation for "next")
Roberto Ierusalimschy
1999-02-23
1
-89
/
+83
*
new function lua_nextvar
Roberto Ierusalimschy
1999-02-22
1
-8
/
+4
*
better control over calls to _ALERT and _ERRORMESSAGE (to avoid error
Roberto Ierusalimschy
1999-02-22
1
-14
/
+12
*
details
Roberto Ierusalimschy
1999-02-12
1
-2
/
+2
*
another (silly) debuging function.
Roberto Ierusalimschy
1999-02-08
1
-1
/
+7
*
compile option EXTRALIB for builtin functions that can be written in Lua.
Roberto Ierusalimschy
1999-02-04
1
-10
/
+14
*
no need to define functions for macros...
Roberto Ierusalimschy
1999-01-26
1
-2
/
+2
*
table entries with ref=null always have val=null too.
Roberto Ierusalimschy
1999-01-25
1
-2
/
+2
*
C cannot initialize a struct.
Roberto Ierusalimschy
1999-01-22
1
-10
/
+10
*
"goto" for tail recursion changed to "while"
Roberto Ierusalimschy
1999-01-04
1
-14
/
+13
*
new sort algorithm.
Roberto Ierusalimschy
1999-01-04
1
-54
/
+66
*
new functions "tinsert" and "tremove"
Roberto Ierusalimschy
1998-12-30
1
-1
/
+34
*
tables are better manipulated via "Hash *" instead of "TObject" or
Roberto Ierusalimschy
1998-12-30
1
-31
/
+38
*
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
1998-12-28
1
-10
/
+8
*
reorder and rename of most functions, for better documentation.
Roberto Ierusalimschy
1998-12-27
1
-261
/
+312
*
"tonumber" goes crazy with negative numbers in other bases (not 10),
Roberto Ierusalimschy
1998-12-18
1
-2
/
+2
*
details
Roberto Ierusalimschy
1998-12-15
1
-88
/
+63
*
"print" uses fputs instead of printf (easier to reimplement).
Roberto Ierusalimschy
1998-12-15
1
-3
/
+4
*
small warnings
Roberto Ierusalimschy
1998-12-03
1
-2
/
+2
[next]