Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "read" must return 'nil' on EOF. | Roberto Ierusalimschy | 1995-11-10 | 1 | -1/+6 |
| | |||||
* | re-implementation of functions "write" and "read" | Roberto Ierusalimschy | 1995-11-10 | 1 | -253/+256 |
| | |||||
* | print_stack now gets a parameter (file to print); | Roberto Ierusalimschy | 1995-11-03 | 1 | -115/+64 |
| | | | | small changes. | ||||
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -13/+26 |
| | | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that. | ||||
* | small changes in the format of debug information. | Roberto Ierusalimschy | 1995-10-23 | 1 | -4/+5 |
| | |||||
* | new module luadebug.h. | Roberto Ierusalimschy | 1995-10-17 | 1 | -2/+31 |
| | |||||
* | bug. "fgets" reads n-1 chars. | Roberto Ierusalimschy | 1995-10-11 | 1 | -2/+2 |
| | |||||
* | new option for "writeto" and "readfrom", to allow piped I/O on | Roberto Ierusalimschy | 1995-10-04 | 1 | -31/+38 |
| | | | | machines that support it. | ||||
* | function "stat" needs "sys/types.h" | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+2 |
| | |||||
* | libs should not use Lua internal functions (like mem.h). | Roberto Ierusalimschy | 1995-02-02 | 1 | -13/+12 |
| | | | | a null lua_Object is LUA_NOOBJECT, not NULL. | ||||
* | correcao de bug na construcao do formato. | Waldemar Celes | 1995-01-03 | 1 | -10/+11 |
| | |||||
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 1 | -9/+9 |
| | | | | 'lua_error' never returns | ||||
* | debug message goes to stderr | Roberto Ierusalimschy | 1994-12-13 | 1 | -2/+2 |
| | |||||
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 1 | -13/+9 |
| | |||||
* | small changes to avoid shadowing | Roberto Ierusalimschy | 1994-11-13 | 1 | -6/+6 |
| | |||||
* | implementacao das funcoes 'date', 'time' e 'beep'. | Waldemar Celes | 1994-10-19 | 1 | -4/+46 |
| | | | | troca de nome de 'abort' para 'exit' | ||||
* | deletion of 'include mm.h' | Roberto Ierusalimschy | 1994-10-18 | 1 | -3/+1 |
| | |||||
* | Aumentar buffer para saida. | Waldemar Celes | 1994-10-13 | 1 | -2/+2 |
| | |||||
* | Acertar bug para evitar formato "%5.0s", por exemplo. | Waldemar Celes | 1994-10-13 | 1 | -3/+3 |
| | |||||
* | consertar bug no formato real com zero casas decimais e | Waldemar Celes | 1994-10-07 | 1 | -3/+36 |
| | | | | implementar a funcao readuntil. | ||||
* | acertar bug no formato de string. | Waldemar Celes | 1994-09-12 | 1 | -5/+6 |
| | |||||
* | nova funcao 'debug', para auxiliar debugacao de programas lua. | Roberto Ierusalimschy | 1994-08-17 | 1 | -1/+17 |
| | |||||
* | inclusao de 'lualib.h' para ter prototipos das funcoes de | Waldemar Celes | 1994-08-17 | 1 | -1/+2 |
| | | | | 'iolib_open' e 'strlib_open'. | ||||
* | Implementacao das funcoes 'getenv' e 'abort' | Waldemar Celes | 1994-08-11 | 1 | -3/+34 |
| | |||||
* | Alteracao na funcao 'write" para permitir acrescentar caracteres | Waldemar Celes | 1994-08-04 | 1 | -11/+28 |
| | | | | | de espacamento, tabs, newline, etc. nos formatos. Corrigiu tambem bug do formato 'F' maiusculo. | ||||
* | Correcao de erro na funcao read quando a variavel que | Waldemar Celes | 1994-04-25 | 1 | -8/+20 |
| | | | | | especifica o formato nao era uma string e correcao do erro para ler strings entre aspas nula no formato livre. | ||||
* | Acrescentar o include do gerenciador de memoria "mm". | Waldemar Celes | 1994-03-28 | 1 | -1/+3 |
| | |||||
* | 1) execute retorna resultado Unix da execucao do comando. | Roberto Ierusalimschy | 1993-12-30 | 1 | -11/+14 |
| | | | | 2) correcao parcial da read: retorna nil quando encontra EOF. | ||||
* | Input/output library to LUA | Waldemar Celes | 1993-12-17 | 1 | -5/+66 |
| | |||||
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+401 |