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
/
lua.stx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-122
/
+123
*
small details
Roberto Ierusalimschy
1997-11-07
1
-1
/
+2
*
new "block" syntax (DO ... END)
Roberto Ierusalimschy
1997-10-30
1
-1
/
+3
*
more precise error messages for compiler limits.
Roberto Ierusalimschy
1997-10-28
1
-7
/
+7
*
optimization to handle <a.x> (new opcode).
Roberto Ierusalimschy
1997-10-24
1
-21
/
+47
*
first version of Cclosures.
Roberto Ierusalimschy
1997-10-24
1
-2
/
+2
*
functions may use many upvalues, to keep global values.
Roberto Ierusalimschy
1997-10-18
1
-2
/
+2
*
"nupvalues" is kept in Closure, not in prototype (as a preparation
Roberto Ierusalimschy
1997-10-16
1
-6
/
+9
*
details
Roberto Ierusalimschy
1997-10-15
1
-60
/
+27
*
more uniform treatment to opcode variants.
Roberto Ierusalimschy
1997-10-13
1
-117
/
+91
*
jumps are relative to next instruction
Roberto Ierusalimschy
1997-10-06
1
-30
/
+38
*
all jumps have byte variants; WHILE optimization
Roberto Ierusalimschy
1997-10-01
1
-42
/
+87
*
new implementation for globals: Global value is stored in TaggedString
Roberto Ierusalimschy
1997-09-26
1
-4
/
+4
*
new opcode variants.
Roberto Ierusalimschy
1997-09-24
1
-51
/
+63
*
better way to cope with opcode variants
Roberto Ierusalimschy
1997-09-22
1
-120
/
+60
*
new way to code globals, using const table instead of putting global
Roberto Ierusalimschy
1997-09-19
1
-25
/
+39
*
small optimizations (bit scrubbing)
Roberto Ierusalimschy
1997-09-19
1
-59
/
+67
*
Syntax analizer and code generator
Roberto Ierusalimschy
1997-09-16
1
-347
/
+424
*
small optimization in opcodes for "and" and "or"
Roberto Ierusalimschy
1997-08-04
1
-3
/
+3
*
small optimizations; try to find previous use when coding a real constant.
Roberto Ierusalimschy
1997-07-31
1
-37
/
+45
*
BIG CHANGE: functions have their own "constant table".
Roberto Ierusalimschy
1997-07-30
1
-125
/
+156
*
new way to handle global state during compilation.
Roberto Ierusalimschy
1997-07-29
1
-148
/
+161
*
luaI_initTFunc initializes fileName.
Roberto Ierusalimschy
1997-06-19
1
-2
/
+1
*
new name for old "mem.h" (conflicts with some compiler libraries)
Roberto Ierusalimschy
1997-03-31
1
-2
/
+2
*
new form for constructors: {[exp] = exp, ...}
Roberto Ierusalimschy
1997-03-06
1
-27
/
+23
*
small syntax error (yacc does not complain, but bison does).
Roberto Ierusalimschy
1997-02-13
1
-2
/
+2
*
better check when converting from float to int, to avoid overflow
Roberto Ierusalimschy
1997-01-31
1
-4
/
+4
*
small correction to avoid "wrong" default action
Roberto Ierusalimschy
1997-01-15
1
-2
/
+2
*
syntax error function is in "lex.c" (it has the token)
Roberto Ierusalimschy
1996-11-08
1
-8
/
+2
*
new way to handle pragmas (at the lexical level, instead of parsing).
Roberto Ierusalimschy
1996-09-25
1
-10
/
+2
*
a chunk may end with a return.
Roberto Ierusalimschy
1996-09-24
1
-6
/
+7
*
very small corrections
Roberto Ierusalimschy
1996-07-24
1
-1
/
+3
*
first version of vararg facility (plus new function "call").
Roberto Ierusalimschy
1996-05-28
1
-31
/
+50
*
better control when growing arrays.
Roberto Ierusalimschy
1996-03-21
1
-10
/
+3
*
"PrintCode" now is defined in luac.
Roberto Ierusalimschy
1996-03-08
1
-228
/
+1
*
fixed strings (not collectable) don't need to be inserted in the constant table.
Roberto Ierusalimschy
1996-02-26
1
-2
/
+2
*
check if jump is bigger than 2^16.
Roberto Ierusalimschy
1996-02-26
1
-3
/
+5
*
useless #include.
Roberto Ierusalimschy
1996-02-14
1
-2
/
+1
*
new header "lex.h".
Roberto Ierusalimschy
1996-02-13
1
-1
/
+2
*
BIG CHANGE: new data structure for constants, strings and globals, using
Roberto Ierusalimschy
1996-02-12
1
-7
/
+7
*
debug interface functions to manipulated local variables:
Roberto Ierusalimschy
1996-02-07
1
-11
/
+19
*
improve of compiling error messages.
Roberto Ierusalimschy
1996-02-05
1
-10
/
+13
*
local variable stack needs only the name of the variable (TreeNode);
Roberto Ierusalimschy
1996-01-23
1
-19
/
+12
*
correction of some order dependencies in debug code.
Roberto Ierusalimschy
1996-01-22
1
-18
/
+20
*
local variables may appear inside blocks in main code.
Roberto Ierusalimschy
1995-10-26
1
-3
/
+1
*
functions now may be declared with any "var" as a name;
Roberto Ierusalimschy
1995-10-26
1
-64
/
+60
*
new syntax for function declarations: "function a.x () ... "
Roberto Ierusalimschy
1995-10-25
1
-19
/
+16
*
new method to keep debug line information: current line is stored on the
Roberto Ierusalimschy
1995-10-25
1
-89
/
+125
*
new style for debug information about functions: no more SETFUNCTION
Roberto Ierusalimschy
1995-10-17
1
-22
/
+13
*
Garbage collection of functions + header structure for functions
Roberto Ierusalimschy
1995-10-04
1
-13
/
+18
[next]