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
/
func.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
luaI_initTFunc initializes fileName.
Roberto Ierusalimschy
1997-06-19
1
-1
/
+2
*
new implementation of gc: "Pre-collect" garbage in temporary lists and
Roberto Ierusalimschy
1997-05-14
1
-11
/
+20
*
new name for old "mem.h" (conflicts with some compiler libraries)
Roberto Ierusalimschy
1997-03-31
1
-1
/
+1
*
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
Roberto Ierusalimschy
1997-03-31
1
-1
/
+1
*
"tag" changed to "ttype" (since now tag has other meaning)
Roberto Ierusalimschy
1997-03-11
1
-2
/
+2
*
"memcpy" is defined in "string.h".
Roberto Ierusalimschy
1996-07-24
1
-1
/
+1
*
a simplification about memory error messages.
Roberto Ierusalimschy
1996-03-21
1
-2
/
+1
*
better control when growing arrays.
Roberto Ierusalimschy
1996-03-21
1
-5
/
+2
*
unused "#include"
Roberto Ierusalimschy
1996-03-19
1
-1
/
+1
*
"freefunc" now is public.
Roberto Ierusalimschy
1996-03-14
1
-2
/
+2
*
small changes (preparing for new module of pre-compilation)
Roberto Ierusalimschy
1996-02-26
1
-0
/
+4
*
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
Roberto Ierusalimschy
1996-02-22
1
-12
/
+5
*
BIG CHANGE: new data structure for constants, strings and globals, using
Roberto Ierusalimschy
1996-02-12
1
-2
/
+2
*
small bug
Roberto Ierusalimschy
1996-02-08
1
-0
/
+2
*
debug interface functions to manipulated local variables:
Roberto Ierusalimschy
1996-02-07
1
-0
/
+82
*
functions now may be declared with any "var" as a name;
Roberto Ierusalimschy
1995-10-26
1
-0
/
+20
*
Module to manipulate function headers.
Roberto Ierusalimschy
1995-10-04
1
-0
/
+59