summaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* new #define LUA_COMPAT2_5 to select "compatibility mode".Roberto Ierusalimschy1997-06-231-1/+3
|
* using "zio" for parsing Lua code.Roberto Ierusalimschy1997-06-161-15/+19
|
* missing small dependency.Roberto Ierusalimschy1997-06-111-2/+2
|
* luaL check functions do not need the function name (it can beRoberto Ierusalimschy1997-04-061-5/+5
| | | | accessed via luadebug interface).
* some new options for warnings and optimizations.Roberto Ierusalimschy1997-03-311-2/+3
|
* update of ".h" dependenciesRoberto Ierusalimschy1997-03-311-15/+15
|
* new name for old "mem.h" (conflicts with some compiler libraries)Roberto Ierusalimschy1997-03-311-13/+13
|
* new module 'auxlib' centralizes functions to get/check parameters.Roberto Ierusalimschy1997-03-171-3/+5
|
* atualization of #include dependencies.Roberto Ierusalimschy1997-03-051-22/+26
|
* new flag for STRERROR; libs now are called lib...v2.5-betaRoberto Ierusalimschy1996-11-061-18/+24
|
* unused "#include".v2.4Roberto Ierusalimschy1996-05-061-9/+9
|
* update of dependencies from "#include"s.Roberto Ierusalimschy1996-05-061-3/+3
|
* "isatty" is POSIX, but not ANSI.Roberto Ierusalimschy1996-05-031-2/+3
|
* "malloc.h" is not ansi.Roberto Ierusalimschy1996-04-251-2/+2
|
* 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