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
/
lex.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
better control when growing arrays.
Roberto Ierusalimschy
1996-03-21
1
-3
/
+2
*
unused "#include"
Roberto Ierusalimschy
1996-03-19
1
-2
/
+1
*
no more "ugly" programs.
Roberto Ierusalimschy
1996-03-14
1
-23
/
+2
*
using double to read numbers.
Roberto Ierusalimschy
1996-02-26
1
-6
/
+6
*
small improvements
Roberto Ierusalimschy
1996-02-14
1
-5
/
+3
*
reserved words are stored in main string table; "marked" field is
Roberto Ierusalimschy
1996-02-14
1
-19
/
+12
*
new header "lex.h".
Roberto Ierusalimschy
1996-02-13
1
-2
/
+2
*
BIG CHANGE: new data structure for constants, strings and globals, using
Roberto Ierusalimschy
1996-02-12
1
-2
/
+2
*
a backslash followed by a newline allows the newline to go into
Roberto Ierusalimschy
1996-02-09
1
-1
/
+2
*
"lua_debug" now is exported through debug interface (luadebug.h)
Roberto Ierusalimschy
1996-02-07
1
-1
/
+2
*
names generated by yacc (starting with "yy") are changed to start with
Roberto Ierusalimschy
1995-12-21
1
-10
/
+9
*
useless "#include math.h"
v2.2
Roberto Ierusalimschy
1995-11-16
1
-2
/
+1
*
new method to keep debug line information: current line is stored on the
Roberto Ierusalimschy
1995-10-25
1
-2
/
+6
*
new function "luaI_findconstantbyname".
Roberto Ierusalimschy
1995-10-13
1
-3
/
+3
*
nova forma de comentarios: de '#' ate' fim de linha (para uso de lua
Roberto Ierusalimschy
1995-10-06
1
-2
/
+3
*
small correction to avoid problems with DOS/Windows
Roberto Ierusalimschy
1995-10-03
1
-1
/
+2
*
buffer for literals now grows dynamically, allowing big programs between [[ a...
Roberto Ierusalimschy
1995-09-15
1
-7
/
+40
*
new syntax for strings: [[ ... ]]. Still in tests,
Roberto Ierusalimschy
1995-07-06
1
-2
/
+50
*
better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an...
Waldemar Celes
1994-12-27
1
-2
/
+2
*
better control of integer types and their limits
Roberto Ierusalimschy
1994-12-20
1
-2
/
+2
*
small simplification
Roberto Ierusalimschy
1994-11-22
1
-3
/
+1
*
unification of symbol tree and constant tree
Roberto Ierusalimschy
1994-11-14
1
-12
/
+12
*
small changes in 'ugly' part.
Roberto Ierusalimschy
1994-11-13
1
-17
/
+12
*
prototype for function 'yylex'
Roberto Ierusalimschy
1994-11-03
1
-38
/
+3
*
split to 'ugly.h'.
Waldemar Celes
1994-10-18
1
-24
/
+7
*
new algorithm for reading floats.
Waldemar Celes
1994-10-17
1
-14
/
+35
*
Mudancas para tornar lex.c um modulo independente dos outros
Waldemar Celes
1994-09-26
1
-24
/
+34
*
added support for ugly tokens
Luiz Henrique de Figueiredo
1994-09-22
1
-18
/
+65
*
escapes \' e \" em strings; correcao do escape \\
Waldemar Celes
1994-09-05
1
-2
/
+7
*
Implementacao da macro 'lua_strcmp'
Waldemar Celes
1994-08-17
1
-4
/
+10
*
implementacao de dois buffer de 'yytext' para evitar bug
Waldemar Celes
1994-08-05
1
-12
/
+20
*
Retirar chamada da funcao lua_findsymbol associada a cada
Waldemar Celes
1994-04-15
1
-2
/
+5
*
"include"s de string.h e stdlib.h para evitar warnings
Roberto Ierusalimschy
1993-12-28
1
-1
/
+6
*
Tratamento do token $debug e $nodebug
Waldemar Celes
1993-12-22
1
-8
/
+26
*
analizador lexico de LUA
Roberto Ierusalimschy
1993-12-22
1
-0
/
+207