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
/
lparser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
zio does not keep "source" name (nobody uses it)
Roberto Ierusalimschy
2003-08-25
1
-3
/
+3
*
syntax `...=var' changed to `var=...'
Roberto Ierusalimschy
2003-07-29
1
-25
/
+20
*
details
Roberto Ierusalimschy
2003-07-28
1
-5
/
+5
*
more changes to reduce stack usage by the parser
Roberto Ierusalimschy
2003-07-09
1
-5
/
+7
*
small changes to reduce stack usage by the parser
Roberto Ierusalimschy
2003-07-09
1
-22
/
+27
*
no more compatibility code for 4.0
Roberto Ierusalimschy
2003-05-14
1
-13
/
+1
*
new syntax: `... [= name]'
Roberto Ierusalimschy
2003-05-14
1
-16
/
+22
*
new semantics for "for" local variables
Roberto Ierusalimschy
2003-05-13
1
-20
/
+24
*
warnings from several compilers (mainly typecasts when lua_Number is float)
Roberto Ierusalimschy
2003-04-03
1
-2
/
+2
*
better error message for (deprecated) "%global"
Roberto Ierusalimschy
2003-02-28
1
-5
/
+11
*
small optimization for sizes of array constructors
Roberto Ierusalimschy
2003-02-18
1
-3
/
+2
*
compatibility with '%' syntax is optional
Roberto Ierusalimschy
2003-02-11
1
-1
/
+3
*
different variables for number of upvalues and size of upvalue array
Roberto Ierusalimschy
2003-02-11
1
-15
/
+12
*
new functions to manipulate upvales (get/setupvalue)
Roberto Ierusalimschy
2002-12-19
1
-10
/
+18
*
OP_TFORLOOP uses extra stack space
Roberto Ierusalimschy
2002-12-11
1
-1
/
+2
*
bug: scope of generic for variables is not sound
Roberto Ierusalimschy
2002-12-06
1
-26
/
+26
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
make more clear "primitive" recursive definitions
Roberto Ierusalimschy
2002-11-22
1
-106
/
+100
*
avoid C stack overflow during parsing
Roberto Ierusalimschy
2002-11-22
1
-2
/
+13
*
detail
Roberto Ierusalimschy
2002-11-22
1
-2
/
+2
*
in case of memory allocation errors, sizecode and sizelineinfo can
Roberto Ierusalimschy
2002-10-16
1
-2
/
+3
*
use of different buffers for scanner and concatenation
Roberto Ierusalimschy
2002-10-08
1
-2
/
+3
*
new structure for collectable objects, sharing a common header
Roberto Ierusalimschy
2002-08-30
1
-4
/
+1
*
better line number for function definitions
Roberto Ierusalimschy
2002-08-22
1
-1
/
+2
*
new simetric format for ABC instructions, to avoid exchanging operands
Roberto Ierusalimschy
2002-08-20
1
-5
/
+5
*
new implementation for tailcall
Roberto Ierusalimschy
2002-08-05
1
-3
/
+3
*
new priority for and/or
Roberto Ierusalimschy
2002-07-04
1
-7
/
+7
*
details
Roberto Ierusalimschy
2002-06-26
1
-2
/
+2
*
new "local function"
Roberto Ierusalimschy
2002-06-06
1
-26
/
+32
*
some refactoring
Roberto Ierusalimschy
2002-06-06
1
-20
/
+18
*
details
Roberto Ierusalimschy
2002-06-06
1
-10
/
+10
*
no more use of stdio inside the core (except for `tostring'...)
Roberto Ierusalimschy
2002-06-03
1
-3
/
+2
*
new names for string formating functions
Roberto Ierusalimschy
2002-05-16
1
-3
/
+3
*
no more `global' declarations
Roberto Ierusalimschy
2002-05-14
1
-136
/
+44
*
generic for also coded to make test at the end of the loop
Roberto Ierusalimschy
2002-05-13
1
-14
/
+20
*
cleaner implementation of code generation for jumps
Roberto Ierusalimschy
2002-05-10
1
-12
/
+14
*
optimization for `while' (first version)
Roberto Ierusalimschy
2002-05-10
1
-4
/
+43
*
new function `lua_vpushstr' to replace uses of `sprintf'
Roberto Ierusalimschy
2002-05-07
1
-21
/
+16
*
avoid names that differ only in capitalization
Roberto Ierusalimschy
2002-04-24
1
-9
/
+9
*
bug: 'local a,b; a,b = 1,f()' did not close f()
Roberto Ierusalimschy
2002-04-22
1
-1
/
+2
*
error in calls signalled in first line (instead of last)
Roberto Ierusalimschy
2002-04-10
1
-2
/
+3
*
new semantics for `generic for' (with state)
Roberto Ierusalimschy
2002-04-09
1
-11
/
+13
*
bug: end of block may not be end of stat
Roberto Ierusalimschy
2002-04-02
1
-1
/
+2
*
simpler implementation for line information
Roberto Ierusalimschy
2002-03-25
1
-10
/
+8
*
first implementation for tail call
Roberto Ierusalimschy
2002-03-21
1
-1
/
+5
*
special treatment for 'global in nil'
Roberto Ierusalimschy
2002-03-18
1
-20
/
+26
*
small optimization when returning a single local value
Roberto Ierusalimschy
2002-03-14
1
-7
/
+9
*
implementation of `global' statement
Roberto Ierusalimschy
2002-03-14
1
-82
/
+187
*
generic for (with any number of control variables)
Roberto Ierusalimschy
2002-03-08
1
-40
/
+44
*
new constructor syntax + new generic `for'
Roberto Ierusalimschy
2002-02-14
1
-133
/
+100
[prev]
[next]