Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1996-11-20 | 1 | -2/+3 |
| | |||||
* | although an ANSI function, some systems do not offer "strerror" | Roberto Ierusalimschy | 1996-11-01 | 1 | -0/+4 |
| | |||||
* | new parameters for "read" and "write". BIG CHANGE. | Roberto Ierusalimschy | 1996-11-01 | 1 | -438/+124 |
| | |||||
* | some compilers do not accept "stdin"/"stdout" as constants. | Roberto Ierusalimschy | 1996-10-16 | 1 | -2/+3 |
| | |||||
* | "pushnil" is not needed (default return is nil). | Roberto Ierusalimschy | 1996-08-01 | 1 | -23/+6 |
| | |||||
* | small correction. | Roberto Ierusalimschy | 1996-05-27 | 1 | -2/+2 |
| | |||||
* | variables which contain string lengths must be long (if they also may | Roberto Ierusalimschy | 1996-05-22 | 1 | -13/+15 |
| | | | | be negative) or size_t. | ||||
* | small corrections. | Roberto Ierusalimschy | 1996-05-03 | 1 | -3/+2 |
| | |||||
* | new function "luaI_openlib" to help open libs. | Roberto Ierusalimschy | 1996-04-30 | 1 | -22/+22 |
| | |||||
* | "stat" is not ansi. | Roberto Ierusalimschy | 1996-04-23 | 1 | -7/+3 |
| | |||||
* | "exit" has an optional parameter of status. | Roberto Ierusalimschy | 1996-04-22 | 1 | -4/+3 |
| | |||||
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 1 | -3/+4 |
| | |||||
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -16/+26 |
| | |||||
* | small corrections. | Roberto Ierusalimschy | 1996-03-12 | 1 | -26/+4 |
| | |||||
* | function "write_quoted" rewritten more clearly. | Roberto Ierusalimschy | 1996-02-22 | 1 | -16/+7 |
| | |||||
* | more appropriate error message for "date" | Roberto Ierusalimschy | 1996-02-16 | 1 | -2/+2 |
| | |||||
* | a backslash followed by a newline allows the newline to go into | Roberto Ierusalimschy | 1996-02-09 | 1 | -6/+2 |
| | | | | a string. | ||||
* | new function "date", replaces old "date" and "time". | Roberto Ierusalimschy | 1996-02-09 | 1 | -36/+22 |
| | |||||
* | new option "q" in function "write", to write literal strings. | Roberto Ierusalimschy | 1996-02-05 | 1 | -6/+38 |
| | |||||
* | "read('s')" was "eating" delimiter. | Roberto Ierusalimschy | 1996-01-29 | 1 | -3/+3 |
| | |||||
* | add_char now is global. | Roberto Ierusalimschy | 1996-01-22 | 1 | -40/+36 |
| | | | | time returns week-day. | ||||
* | bug: "read" with format MUST read given number of chars (if file ends | Roberto Ierusalimschy | 1996-01-12 | 1 | -5/+17 |
| | | | | | before that reports an error, returning nil). "readuntil" can be called with nil or no parameters to read until EOF. | ||||
* | "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. |