summaryrefslogtreecommitdiff
path: root/lua.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* "testC" inactive (active only for tests)Roberto Ierusalimschy1997-06-191-2/+2
|
* using old version functions.Roberto Ierusalimschy1997-06-181-2/+2
|
* new function "testC", to help debug the API.Roberto Ierusalimschy1997-06-091-1/+71
|
* better error messages;Roberto Ierusalimschy1997-04-041-3/+3
| | | | better names for some API functions.
* "dofile" and "dostring" may return values.Roberto Ierusalimschy1996-09-241-6/+8
|
* new name for POSIX flag (this one turns on some posix stuff in standardRoberto Ierusalimschy1996-07-061-2/+2
| | | | header files).
* flag for direct execution is "-e"; argument with an "=" goes toRoberto Ierusalimschy1996-07-051-3/+2
| | | | direct execution, independently of flags.
* new option "-x" to execute a string given as argument.Roberto Ierusalimschy1996-06-101-62/+32
|
* small corrections.Roberto Ierusalimschy1996-05-031-1/+9
|
* "fileno" is not ansi.Roberto Ierusalimschy1996-04-231-2/+2
|
* small corrections.Roberto Ierusalimschy1996-03-121-2/+2
|
* "AUTHORS" separated from COPYRIGHT.Roberto Ierusalimschy1995-10-311-2/+3
|
* uses "isatty" to check if executes stdin line by line or as a file.Roberto Ierusalimschy1995-10-231-1/+12
|
* new command line options: -v to print Copyright message, andRoberto Ierusalimschy1995-10-061-8/+14
| | | | - to read stdin.
* included string.hv2.1Luiz Henrique de Figueiredo1995-02-071-1/+2
|
* Passar os argv apos '--' para Lua.Waldemar Celes1994-12-141-2/+42
| | | | Captura-se cada argv com a funcao argv(i), onde i = 1, 2, ...
* 'main' returns condition codeRoberto Ierusalimschy1994-11-281-4/+6
|
* Linguagem para Usuarios de AplicacaoWaldemar Celes1993-12-171-32/+9
|
* oldest known commitThe Lua team1993-07-281-0/+54