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
/
func.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
BIG CHANGE: functions have their own "constant table".
Roberto Ierusalimschy
1997-07-30
1
-5
/
+5
*
new way to handle global state during compilation.
Roberto Ierusalimschy
1997-07-29
1
-4
/
+1
*
unused field "size" in struct TFunc.
Roberto Ierusalimschy
1997-07-29
1
-2
/
+1
*
new implementation of gc: "Pre-collect" garbage in temporary lists and
Roberto Ierusalimschy
1997-05-14
1
-2
/
+3
*
"freefunc" now is public.
Roberto Ierusalimschy
1996-03-14
1
-1
/
+3
*
details.
Roberto Ierusalimschy
1996-03-08
1
-0
/
+4
*
small changes (preparing for new module of pre-compilation)
Roberto Ierusalimschy
1996-02-26
1
-1
/
+1
*
BIG CHANGE: new data structure for constants, strings and globals, using
Roberto Ierusalimschy
1996-02-12
1
-2
/
+2
*
debug interface functions to manipulated local variables:
Roberto Ierusalimschy
1996-02-07
1
-1
/
+15
*
functions now may be declared with any "var" as a name;
Roberto Ierusalimschy
1995-10-26
1
-2
/
+2
*
new style for debug information about functions: no more SETFUNCTION
Roberto Ierusalimschy
1995-10-17
1
-0
/
+4
*
Module to manipulate function headers.
Roberto Ierusalimschy
1995-10-04
1
-0
/
+20