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
/
liolib.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
back to "lua_upvalue"... (seems better choice)
Roberto Ierusalimschy
1997-12-18
1
-12
/
+9
|
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-4
/
+5
|
*
details (mainly error messages)
Roberto Ierusalimschy
1997-12-09
1
-4
/
+4
|
*
no more protected global variables; using upvalues to store tags.
Roberto Ierusalimschy
1997-11-28
1
-35
/
+48
|
*
global variables starting with '.' are protected in Lua (temporarily at
Roberto Ierusalimschy
1997-11-27
1
-25
/
+28
|
|
|
|
least...)
*
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
Roberto Ierusalimschy
1997-11-19
1
-2
/
+2
|
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-12
/
+25
|
*
"lua_open": now lua has an explicit open operation.
Roberto Ierusalimschy
1997-11-04
1
-2
/
+2
|
*
"read" & "write" may receive a file handler as first argument
Roberto Ierusalimschy
1997-10-30
1
-9
/
+27
|
*
better control over closed files
Roberto Ierusalimschy
1997-09-23
1
-3
/
+11
|
*
Standard I/O (and system) library
Roberto Ierusalimschy
1997-09-16
1
-0
/
+359
[prev]