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
/
lfunc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
first implementation of independent global table per function
Roberto Ierusalimschy
2002-06-20
1
-2
/
+3
*
precompiler may create functions without `lineinfo'
Roberto Ierusalimschy
2002-05-02
1
-2
/
+3
*
simpler implementation for line information
Roberto Ierusalimschy
2002-03-25
1
-3
/
+2
*
lu_byte is enough for those fields (maxstack < 256)
Roberto Ierusalimschy
2002-03-05
1
-3
/
+3
*
some warnings
Roberto Ierusalimschy
2001-12-21
1
-2
/
+2
*
tag system replaced by event tables
Roberto Ierusalimschy
2001-12-05
1
-3
/
+1
*
new implementation for lua upvalues (sugested by E.T.): simpler and solves
Roberto Ierusalimschy
2001-11-29
1
-59
/
+23
*
no more explicit support for wide-chars; too much troble...
Roberto Ierusalimschy
2001-11-28
1
-3
/
+2
*
optimizations for space in LClosures and time cleanning weak tables
Roberto Ierusalimschy
2001-11-06
1
-12
/
+10
*
new definitions for closure structures
Roberto Ierusalimschy
2001-10-02
1
-33
/
+29
*
first implementation of unrestricted static scoping
Roberto Ierusalimschy
2001-09-07
1
-5
/
+95
*
better syntax for type casts
Roberto Ierusalimschy
2001-08-31
1
-3
/
+4
*
rename of `kproto' to `p'
Roberto Ierusalimschy
2001-06-28
1
-4
/
+4
*
new implementation for the Virtual Machine
Roberto Ierusalimschy
2001-06-05
1
-7
/
+4
*
new way to handle `profiles'
Roberto Ierusalimschy
2001-03-26
1
-1
/
+2
*
first (big) step to support wide chars
Roberto Ierusalimschy
2001-02-23
1
-2
/
+2
*
code check for upvalues
Roberto Ierusalimschy
2001-02-20
1
-1
/
+2
*
string pointers are always fully aligned
Roberto Ierusalimschy
2001-02-09
1
-2
/
+2
*
no need for tags in boxed values :-(
Roberto Ierusalimschy
2001-02-01
1
-2
/
+1
*
all boxed types start with their tags
Roberto Ierusalimschy
2001-01-29
1
-1
/
+2
*
thead-specific state separated from "global" state
Roberto Ierusalimschy
2001-01-19
1
-5
/
+5
*
`free' gets size of the block: complete control over memory use
Roberto Ierusalimschy
2000-12-28
1
-39
/
+17
*
lua_Number defined in lua.h (1st version)
Roberto Ierusalimschy
2000-12-04
1
-2
/
+2
*
details
Roberto Ierusalimschy
2000-10-30
1
-2
/
+2
*
((n)-1) may be negative (-1), and so it is not wise to keep it as unsigned
Roberto Ierusalimschy
2000-10-18
1
-2
/
+2
*
details.
Roberto Ierusalimschy
2000-10-10
1
-11
/
+14
*
new way to count `nblocks' for GC (try to count bytes).
Roberto Ierusalimschy
2000-09-29
1
-9
/
+27
*
new way to store local-variable information.
Roberto Ierusalimschy
2000-08-22
1
-13
/
+10
*
default now is multi-state
Roberto Ierusalimschy
2000-08-09
1
-3
/
+1
*
no more options for debug information: it is always on
Roberto Ierusalimschy
2000-08-08
1
-3
/
+1
*
new structure for line information
Roberto Ierusalimschy
2000-08-08
1
-3
/
+3
*
new algorithm for traversing in GC to avoid deep recursion calls
Roberto Ierusalimschy
2000-08-07
1
-2
/
+2
*
new version of debug system
Roberto Ierusalimschy
2000-06-26
1
-4
/
+5
*
`lua.h' is included before any other Lua header file
Roberto Ierusalimschy
2000-06-12
1
-1
/
+3
*
better field name
Roberto Ierusalimschy
2000-05-30
1
-3
/
+3
*
code cleaner for 16 bits.
Roberto Ierusalimschy
2000-05-24
1
-2
/
+2
*
no more special cases for closures with 0 upvalues (performance is the same,
Roberto Ierusalimschy
2000-03-29
1
-2
/
+3
*
some name changes
Roberto Ierusalimschy
2000-03-10
1
-6
/
+6
*
many details (most by lhf).
Roberto Ierusalimschy
2000-03-03
1
-2
/
+2
*
renaming of some opcodes and fields
Roberto Ierusalimschy
2000-01-28
1
-10
/
+10
*
`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
[next]