summaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new module "undump.o"Roberto Ierusalimschy1996-03-151-6/+11
|
* parse.o was included twice in lua.aRoberto Ierusalimschy1996-03-051-2/+2
|
* new header "lex.h".Roberto Ierusalimschy1996-02-131-8/+7
|
* correction of dependencies (include's).Roberto Ierusalimschy1996-02-071-11/+11
|
* correction of dependencies from "luadebug.h".Roberto Ierusalimschy1996-01-091-3/+3
|
* names generated by yacc (starting with "yy") are changed to start withRoberto Ierusalimschy1995-12-211-4/+9
| | | | "luaY_", to avoid name clashes with hosts using yacc.
* changes to improve portabilityRoberto Ierusalimschy1995-11-101-25/+19
|
* small bugRoberto Ierusalimschy1995-10-171-2/+2
|
* new module luadebug.h.Roberto Ierusalimschy1995-10-171-4/+4
|
* new module "func", for GC of functions,Roberto Ierusalimschy1995-10-091-15/+25
| | | | and new "defines" for configuration setup.
* use yacc++ instead of yacc.Roberto Ierusalimschy1995-02-021-3/+3
|
* better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' ↵Waldemar Celes1994-12-271-8/+8
| | | | and 'parser.h')
* new file 'types.h'Roberto Ierusalimschy1994-12-231-13/+12
|
* new modules 'mem' and 'fallback'.Roberto Ierusalimschy1994-11-231-5/+26
| | | | correction of dependencies
* novos warnings "missing-prototypes" e "ansi".Waldemar Celes1994-07-191-2/+2
|
* opcao "clear" para limpar arquivos que podem ser reconstruidos peloWaldemar Celes1994-07-191-1/+6
| | | | make (menos os .a e o executavel "lua").
* inclui arquivo "tree".v1.2Waldemar Celes1994-07-191-3/+4
|
* uso de pattern-matching para regras de RCS.Roberto Ierusalimschy1994-01-101-39/+3
|
* opcao -O2 para otimizacaoRoberto Ierusalimschy1993-12-221-2/+2
|
* Novo analizador lexico para LUARoberto Ierusalimschy1993-12-221-7/+7
|
* modificacao para pegar arquivos de subdiretorio RCS quando necessarioRoberto Ierusalimschy1993-12-221-1/+37
|
* LUA makefileWaldemar Celes1993-12-171-0/+52