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
/
lparser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
`luac´ -> `luai' (to avoid confusion with other luac stuff)
Roberto Ierusalimschy
2005-03-09
1
-6
/
+6
*
`luaconf.h´ exports all its definitions always (so all of them
Roberto Ierusalimschy
2005-03-08
1
-6
/
+6
*
entries `{[...] = ...}' need space too.
Roberto Ierusalimschy
2005-03-08
1
-2
/
+2
*
new `mod' (`%') operator
Roberto Ierusalimschy
2005-03-08
1
-3
/
+4
*
USHRT_MAX may not fit in a (16-bit) int
Roberto Ierusalimschy
2005-03-07
1
-2
/
+2
*
change in hash algorithm so that it does not need empty slot
Roberto Ierusalimschy
2005-01-05
1
-2
/
+2
*
cleaner interface to `ltable'
Roberto Ierusalimschy
2005-01-04
1
-2
/
+2
*
details
Roberto Ierusalimschy
2004-12-07
1
-16
/
+21
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-4
/
+4
*
details
Roberto Ierusalimschy
2004-12-03
1
-2
/
+2
*
static names do not need `luaX_' prefix
Roberto Ierusalimschy
2004-12-03
1
-7
/
+7
*
details
Roberto Ierusalimschy
2004-11-19
1
-4
/
+3
*
small optimization for boolean constants + new format for SETLIST opcode
Roberto Ierusalimschy
2004-10-04
1
-6
/
+4
*
new way to use `vararg' parameters (with `...')
Roberto Ierusalimschy
2004-05-31
1
-29
/
+31
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-7
/
+2
*
small optimization for {f()}
Roberto Ierusalimschy
2004-03-26
1
-1
/
+2
*
better error messages for some limits
Roberto Ierusalimschy
2004-03-12
1
-7
/
+17
*
`TObject' renamed to `TValue' + other name changes and better assertions
Roberto Ierusalimschy
2003-12-10
1
-4
/
+4
*
First version of incremental GC
Roberto Ierusalimschy
2003-12-09
1
-4
/
+7
*
debugger can only see `local function' after it has a meaningful value
Roberto Ierusalimschy
2003-10-09
1
-1
/
+3
*
avoid the use of `strlen' (strings are literals)
Roberto Ierusalimschy
2003-10-03
1
-15
/
+13
*
bug: syntax `local function' does not increment stack size
Roberto Ierusalimschy
2003-09-29
1
-4
/
+7
*
detail
Roberto Ierusalimschy
2003-09-05
1
-2
/
+2
*
parser fully reentrant(!)
Roberto Ierusalimschy
2003-08-27
1
-10
/
+36
*
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
[next]