summaryrefslogtreecommitdiff
path: root/iolib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BUG: ISO chars are negative, ISO ints are not.Roberto Ierusalimschy1996-11-201-2/+3
|
* although an ANSI function, some systems do not offer "strerror"Roberto Ierusalimschy1996-11-011-0/+4
|
* new parameters for "read" and "write". BIG CHANGE.Roberto Ierusalimschy1996-11-011-438/+124
|
* some compilers do not accept "stdin"/"stdout" as constants.Roberto Ierusalimschy1996-10-161-2/+3
|
* "pushnil" is not needed (default return is nil).Roberto Ierusalimschy1996-08-011-23/+6
|
* small correction.Roberto Ierusalimschy1996-05-271-2/+2
|
* variables which contain string lengths must be long (if they also mayRoberto Ierusalimschy1996-05-221-13/+15
| | | | be negative) or size_t.
* small corrections.Roberto Ierusalimschy1996-05-031-3/+2
|
* new function "luaI_openlib" to help open libs.Roberto Ierusalimschy1996-04-301-22/+22
|
* "stat" is not ansi.Roberto Ierusalimschy1996-04-231-7/+3
|
* "exit" has an optional parameter of status.Roberto Ierusalimschy1996-04-221-4/+3
|
* functions "lua_is..." consider coercions.Roberto Ierusalimschy1996-03-191-3/+4
|
* new functions "rename" and "tmpname".Roberto Ierusalimschy1996-03-141-16/+26
|
* small corrections.Roberto Ierusalimschy1996-03-121-26/+4
|
* function "write_quoted" rewritten more clearly.Roberto Ierusalimschy1996-02-221-16/+7
|
* more appropriate error message for "date"Roberto Ierusalimschy1996-02-161-2/+2
|
* a backslash followed by a newline allows the newline to go intoRoberto Ierusalimschy1996-02-091-6/+2
| | | | a string.
* new function "date", replaces old "date" and "time".Roberto Ierusalimschy1996-02-091-36/+22
|
* new option "q" in function "write", to write literal strings.Roberto Ierusalimschy1996-02-051-6/+38
|
* "read('s')" was "eating" delimiter.Roberto Ierusalimschy1996-01-291-3/+3
|
* add_char now is global.Roberto Ierusalimschy1996-01-221-40/+36
| | | | time returns week-day.
* bug: "read" with format MUST read given number of chars (if file endsRoberto Ierusalimschy1996-01-121-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 Ierusalimschy1995-11-101-1/+6
|
* re-implementation of functions "write" and "read"Roberto Ierusalimschy1995-11-101-253/+256
|
* print_stack now gets a parameter (file to print);Roberto Ierusalimschy1995-11-031-115/+64
| | | | small changes.
* functions now may be declared with any "var" as a name;Roberto Ierusalimschy1995-10-261-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 Ierusalimschy1995-10-231-4/+5
|
* new module luadebug.h.Roberto Ierusalimschy1995-10-171-2/+31
|
* bug. "fgets" reads n-1 chars.Roberto Ierusalimschy1995-10-111-2/+2
|
* new option for "writeto" and "readfrom", to allow piped I/O onRoberto Ierusalimschy1995-10-041-31/+38
| | | | machines that support it.
* function "stat" needs "sys/types.h"Roberto Ierusalimschy1995-02-061-1/+2
|
* libs should not use Lua internal functions (like mem.h).Roberto Ierusalimschy1995-02-021-13/+12
| | | | a null lua_Object is LUA_NOOBJECT, not NULL.
* correcao de bug na construcao do formato.Waldemar Celes1995-01-031-10/+11
|
* new constant LUA_NOOBJECT.Roberto Ierusalimschy1994-12-161-9/+9
| | | | 'lua_error' never returns
* debug message goes to stderrRoberto Ierusalimschy1994-12-131-2/+2
|
* new module for memory allocationRoberto Ierusalimschy1994-11-161-13/+9
|
* small changes to avoid shadowingRoberto Ierusalimschy1994-11-131-6/+6
|
* implementacao das funcoes 'date', 'time' e 'beep'.Waldemar Celes1994-10-191-4/+46
| | | | troca de nome de 'abort' para 'exit'
* deletion of 'include mm.h'Roberto Ierusalimschy1994-10-181-3/+1
|
* Aumentar buffer para saida.Waldemar Celes1994-10-131-2/+2
|
* Acertar bug para evitar formato "%5.0s", por exemplo.Waldemar Celes1994-10-131-3/+3
|
* consertar bug no formato real com zero casas decimais eWaldemar Celes1994-10-071-3/+36
| | | | implementar a funcao readuntil.
* acertar bug no formato de string.Waldemar Celes1994-09-121-5/+6
|
* nova funcao 'debug', para auxiliar debugacao de programas lua.Roberto Ierusalimschy1994-08-171-1/+17
|
* inclusao de 'lualib.h' para ter prototipos das funcoes deWaldemar Celes1994-08-171-1/+2
| | | | 'iolib_open' e 'strlib_open'.
* Implementacao das funcoes 'getenv' e 'abort'Waldemar Celes1994-08-111-3/+34
|
* Alteracao na funcao 'write" para permitir acrescentar caracteresWaldemar Celes1994-08-041-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 queWaldemar Celes1994-04-251-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 Celes1994-03-281-1/+3
|
* 1) execute retorna resultado Unix da execucao do comando.Roberto Ierusalimschy1993-12-301-11/+14
| | | | 2) correcao parcial da read: retorna nil quando encontra EOF.