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
/
lfunc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
`const' array in protos breaked in 3 arrays (for strings, numbers, and
Roberto Ierusalimschy
2000-01-25
1
-4
/
+10
*
comments.
Roberto Ierusalimschy
1999-12-27
1
-2
/
+2
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-18
/
+20
*
ways to measure number of `blocks' for GC + details
Roberto Ierusalimschy
1999-11-10
1
-4
/
+4
*
some more `const's
Roberto Ierusalimschy
1999-10-14
1
-2
/
+3
*
simplified version of `gc' tag method (only for userdata now).
Roberto Ierusalimschy
1999-10-04
1
-22
/
+12
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-14
/
+8
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-2
/
+2
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-2
/
+2
*
optimization: closures without upvalues don't need to be closures
Roberto Ierusalimschy
1997-12-15
1
-10
/
+1
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-5
/
+5
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-10
/
+8
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-1
/
+11
*
GC now considers an "estimate" of object size, instead of just the number
Roberto Ierusalimschy
1997-10-23
1
-1
/
+7
*
"nupvalues" is kept in Closure, not in prototype (as a preparation
Roberto Ierusalimschy
1997-10-16
1
-2
/
+1
*
better way to traverse GCnode lists.
Roberto Ierusalimschy
1997-09-26
1
-16
/
+5
*
Lua Function structures
Roberto Ierusalimschy
1997-09-16
1
-0
/
+105