index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iolib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
bug: "read" with format MUST read given number of chars (if file ends
Roberto Ierusalimschy
1996-01-12
1
-5
/
+17
*
"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
*
functions now may be declared with any "var" as a name;
Roberto Ierusalimschy
1995-10-26
1
-13
/
+26
*
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
*
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
*
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
*
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
*
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
*
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
*
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
*
Correcao de erro na funcao read quando a variavel que
Waldemar Celes
1994-04-25
1
-8
/
+20
*
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
*
Input/output library to LUA
Waldemar Celes
1993-12-17
1
-5
/
+66
[next]