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
/
lgc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
comments.
Roberto Ierusalimschy
1999-12-27
1
-3
/
+3
*
new ttypes to distinguish between C closures and Lua closures.
Roberto Ierusalimschy
1999-12-23
1
-3
/
+4
*
new way to control hooks inside hooks (now the control is done inside Lua)
Roberto Ierusalimschy
1999-12-21
1
-1
/
+4
*
many details + code redistribution
Roberto Ierusalimschy
1999-12-14
1
-2
/
+2
*
fixed stack; first version.
Roberto Ierusalimschy
1999-12-01
1
-4
/
+4
*
table sizes don't need to be primes; power of 2 gives the same performance.
Roberto Ierusalimschy
1999-11-26
1
-2
/
+2
*
macros `key', `val', and `node' don't need the state
Roberto Ierusalimschy
1999-11-23
1
-3
/
+3
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-61
/
+62
*
buffer can shrink when too big
Roberto Ierusalimschy
1999-11-10
1
-3
/
+9
*
new implementation for global variable values (separated from strings)
Roberto Ierusalimschy
1999-11-04
1
-15
/
+18
*
new implementation of hash tables.
Roberto Ierusalimschy
1999-10-14
1
-8
/
+11
*
new implementation for string hashing, with chaining.
Roberto Ierusalimschy
1999-10-11
1
-16
/
+22
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-154
/
+148
*
details
Roberto Ierusalimschy
1999-09-27
1
-7
/
+7
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-34
/
+18
*
new constants LUA_NOREF and LUA_REFNIL.
Roberto Ierusalimschy
1999-08-11
1
-3
/
+3
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-2
/
+2
*
macros "growvector" and "reallocvector" more compact
Roberto Ierusalimschy
1999-02-26
1
-3
/
+2
*
new way to handle "growing" vectors
Roberto Ierusalimschy
1999-02-25
1
-12
/
+8
*
local names are all in the constant pool, so they do not need to be
Roberto Ierusalimschy
1999-01-22
1
-9
/
+2
*
"fileName" cannot be NULL
Roberto Ierusalimschy
1998-07-12
1
-3
/
+2
*
better use of "ASSERT".
Roberto Ierusalimschy
1998-03-09
1
-3
/
+5
*
support for strings with '\0'
Roberto Ierusalimschy
1998-03-06
1
-3
/
+3
*
MAX_WORD should not be bigger than MAX_INT
Roberto Ierusalimschy
1998-01-19
1
-2
/
+2
*
small optimizations in switch order
Roberto Ierusalimschy
1998-01-09
1
-3
/
+3
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-2
/
+1
*
optimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-8
/
+10
*
better treatment of MARKs and DEBUG cases.
Roberto Ierusalimschy
1997-12-11
1
-3
/
+7
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-2
/
+1
*
first version of "lua_close"
Roberto Ierusalimschy
1997-12-01
1
-5
/
+5
*
no more 'globalbag'
Roberto Ierusalimschy
1997-11-27
1
-2
/
+1
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-41
/
+33
*
"global" version of a nil object.
Roberto Ierusalimschy
1997-11-03
1
-12
/
+3
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-3
/
+3
*
GC now considers an "estimate" of object size, instead of just the number
Roberto Ierusalimschy
1997-10-23
1
-11
/
+11
*
"nupvalues" is kept in Closure, not in prototype (as a preparation
Roberto Ierusalimschy
1997-10-16
1
-2
/
+2
*
better way to traverse GCnode lists.
Roberto Ierusalimschy
1997-09-26
1
-21
/
+15
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-10
/
+21
*
Garbage Collector
Roberto Ierusalimschy
1997-09-16
1
-0
/
+295