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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2003-02-21
ULONG_MAX>>10 may not fit into an int (old bug)
Roberto Ierusalimschy
1
-0
/
+5
2003-02-20
details
Roberto Ierusalimschy
3
-9
/
+13
2003-02-19
expressions too complex for an ARM compiler...
Roberto Ierusalimschy
1
-5
/
+8
2003-02-18
`set/getglobals' -> `set/getenvtable'
Roberto Ierusalimschy
3
-21
/
+21
2003-02-18
small optimization for sizes of array constructors
Roberto Ierusalimschy
5
-9
/
+31
2003-02-18
restore _REQUIREDNAME after requiring a file
Roberto Ierusalimschy
1
-4
/
+5
2003-02-18
final version
Roberto Ierusalimschy
1
-4
/
+4
2003-02-13
create arg table with correct size
Roberto Ierusalimschy
1
-2
/
+2
2003-02-13
simpler way to count uses
Roberto Ierusalimschy
1
-11
/
+14
2003-02-13
`defaultmeta' is always empty, but registry needs some space for
Roberto Ierusalimschy
1
-3
/
+3
2003-02-13
reset _REQUIREDNAME after loading module
Roberto Ierusalimschy
1
-3
/
+5
2003-02-12
`unpack' uses `getn' to get table size
Roberto Ierusalimschy
1
-15
/
+6
2003-02-12
string.byte returns nil if index is out-of-range
Roberto Ierusalimschy
1
-2
/
+3
2003-02-11
auxiliary function to check userdata with types
Roberto Ierusalimschy
2
-2
/
+16
2003-02-11
use C names for C types
Roberto Ierusalimschy
1
-2
/
+2
2003-02-11
small optimizations
Roberto Ierusalimschy
1
-10
/
+3
2003-02-11
compatibility with '%' syntax is optional
Roberto Ierusalimschy
1
-1
/
+3
2003-02-11
different variables for number of upvalues and size of upvalue array
Roberto Ierusalimschy
10
-55
/
+43
2003-02-11
reference system also uses getn/setn (plus small corrections)
Roberto Ierusalimschy
1
-26
/
+21
2003-02-10
resist errors in finalizers during lua_close
Roberto Ierusalimschy
3
-15
/
+18
2003-02-10
warning
Roberto Ierusalimschy
1
-1
/
+2
2003-02-10
more complete information for coroutine errors
Roberto Ierusalimschy
1
-2
/
+9
2003-01-29
argv[0] may be NULL
Roberto Ierusalimschy
1
-2
/
+2
2003-01-29
test for panic function
Roberto Ierusalimschy
1
-1
/
+9
2003-01-29
"panic" cannot happen in lua.c, with lua_cpcall +
Roberto Ierusalimschy
1
-16
/
+11
2003-01-27
dump/undump of upvalue names
Roberto Ierusalimschy
3
-16
/
+50
2003-01-27
correct semantics for comparison metamethods (they are only valid
Roberto Ierusalimschy
1
-15
/
+42
2003-01-27
getn/setn in C moved to lauxlib
Roberto Ierusalimschy
3
-61
/
+94
2003-01-27
details
Roberto Ierusalimschy
1
-6
/
+6
2003-01-24
DEPRECATED (new manual uses an independent format instead of LaTeX)
Roberto Ierusalimschy
1
-4539
/
+0
2003-01-24
last changes before leaving Latex
Roberto Ierusalimschy
1
-205
/
+241
2003-01-23
detail
Roberto Ierusalimschy
1
-6
/
+4
2003-01-23
bug: luaD_protectedparser must protect its garbage collection too
Roberto Ierusalimschy
2
-15
/
+20
2003-01-22
starting translation to new format (@comand{...}).
Roberto Ierusalimschy
1
-169
/
+178
2003-01-21
corrections from Asko Kauppi
Roberto Ierusalimschy
1
-17
/
+16
2003-01-20
corrections/suggestions by Ed Ferguson
Roberto Ierusalimschy
1
-139
/
+147
2003-01-17
compatibility macros must be available by default
Roberto Ierusalimschy
1
-3
/
+3
2003-01-17
use the more modern _POSIX_C_SOURCE instead of older _POSIX_SOURCE
Roberto Ierusalimschy
2
-3
/
+10
2002-12-20
`openlib' functions return new module
Roberto Ierusalimschy
6
-18
/
+27
2002-12-20
bug: `resume' was checking the wrong value for stack overflow
Roberto Ierusalimschy
2
-2
/
+12
2002-12-19
details
Roberto Ierusalimschy
1
-1
/
+3
2002-12-19
new functions to manipulate upvales (get/setupvalue)
Roberto Ierusalimschy
9
-21
/
+128
2002-12-11
better explanation (+ example) for coroutines
v5.0-beta
Roberto Ierusalimschy
1
-13
/
+72
2002-12-11
OP_TFORLOOP uses extra stack space
Roberto Ierusalimschy
4
-6
/
+8
2002-12-11
must move call results in the last iteration, too
Roberto Ierusalimschy
1
-8
/
+9
2002-12-06
new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK)
Roberto Ierusalimschy
1
-5
/
+5
2002-12-06
TFORLOOP makes a call that affects all values above it on the stack
Roberto Ierusalimschy
1
-1
/
+2
2002-12-06
bug: scope of generic for variables is not sound
Roberto Ierusalimschy
3
-34
/
+48
2002-12-06
"load*" creates chunk with same global table than caller
Roberto Ierusalimschy
1
-5
/
+13
2002-12-05
hook counts are integers now
Roberto Ierusalimschy
1
-2
/
+2
[prev]
[next]