index
:
delta/lua-github.git
5.0.x
5.1.x
5.2.x
alt-version
alternative-version
baserock/5.3.2
c6f7181e910b6
master
oldlua
scopedvars
temporary
v5-2
v5.3
v5.4.0
v5.4.0-patch
github.com: lua/lua.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lparser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not generate SETLINE after main (it will be after last line)
Roberto Ierusalimschy
1999-03-25
1
-2
/
+1
*
more precise debug information about local variables
Roberto Ierusalimschy
1999-03-23
1
-4
/
+16
*
no more if expressions.
Roberto Ierusalimschy
1999-03-11
1
-23
/
+8
*
no more assignment expressions (they don't fit in Lua...)
Roberto Ierusalimschy
1999-03-10
1
-35
/
+16
*
new opcode TAILCALL
Roberto Ierusalimschy
1999-03-05
1
-10
/
+13
*
storing chunk "sources" instead of "filenames".
Roberto Ierusalimschy
1999-03-04
1
-5
/
+5
*
macros "growvector" and "reallocvector" more compact
Roberto Ierusalimschy
1999-02-26
1
-8
/
+7
*
details (from lhf)
Roberto Ierusalimschy
1999-02-25
1
-2
/
+2
*
new way to handle "growing" vectors
Roberto Ierusalimschy
1999-02-25
1
-22
/
+9
*
better instrumentation for internal debugging
Roberto Ierusalimschy
1999-02-24
1
-1
/
+5
*
warnings
Roberto Ierusalimschy
1999-02-24
1
-5
/
+5
*
new name for opcode
Roberto Ierusalimschy
1999-02-09
1
-2
/
+2
*
small corrections in opcodes.
Roberto Ierusalimschy
1999-02-09
1
-5
/
+8
*
assignment expression may be multiple
Roberto Ierusalimschy
1999-02-08
1
-23
/
+22
*
clearer way to set tables.
Roberto Ierusalimschy
1999-02-08
1
-3
/
+3
*
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
Roberto Ierusalimschy
1999-02-04
1
-3
/
+3
*
new opcode for "long" arguments (3 bytes)
Roberto Ierusalimschy
1999-02-04
1
-95
/
+101
*
new syntax: assignment expressions + better order for opcodes
Roberto Ierusalimschy
1999-02-02
1
-13
/
+41
*
opcodes with builtin parameters are too complicated for very little extra
Roberto Ierusalimschy
1999-02-02
1
-48
/
+38
*
"if" expression leaves only one of its expressions on the stack
Roberto Ierusalimschy
1999-02-02
1
-2
/
+5
*
"if" expressions.
Roberto Ierusalimschy
1999-02-01
1
-24
/
+31
*
negative numerals do not need a MINUSOPeration; go directly to contant
Roberto Ierusalimschy
1999-01-29
1
-44
/
+51
*
<string.h> is needed because of "memcpy".
Roberto Ierusalimschy
1999-01-21
1
-1
/
+2
*
GC can be called during parsing, if needed.
Roberto Ierusalimschy
1999-01-15
1
-19
/
+32
*
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
1998-12-28
1
-15
/
+15
*
better error message
Roberto Ierusalimschy
1998-12-23
1
-3
/
+9
*
better error message for code too long (old one was misleading when the
Roberto Ierusalimschy
1998-08-11
1
-2
/
+3
*
details ("luaX_token2str" doesn't need LexState)
Roberto Ierusalimschy
1998-07-24
1
-4
/
+4
*
"exp" changed to "exp0" to avoid problems with math.h.
v3_1
v3.1
Roberto Ierusalimschy
1998-07-06
1
-9
/
+9
*
stupid bug (in syntax print "hello")
Roberto Ierusalimschy
1998-06-24
1
-1
/
+2
*
NEW LL(1) PARSER
Roberto Ierusalimschy
1998-05-27
1
-0
/
+1332