index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2002-12-04
each .c file defines its own name
Roberto Ierusalimschy
28
-28
/
+84
2002-12-04
new function `lua_cpcall'
Roberto Ierusalimschy
5
-41
/
+105
2002-12-04
new facilities to test memory overflow in main.c
Roberto Ierusalimschy
2
-2
/
+16
2002-12-04
avoid non-raw accesses to globals when variable may not exist
Roberto Ierusalimschy
2
-7
/
+12
2002-12-04
new function `io.type'
Roberto Ierusalimschy
1
-1
/
+15
2002-12-04
small bug: `write' must return three values in case of errors
Roberto Ierusalimschy
1
-3
/
+2
2002-12-02
avoid names `str...' (may conflict with string.h)
Roberto Ierusalimschy
1
-7
/
+6
2002-12-02
details
Roberto Ierusalimschy
1
-5
/
+5
2002-11-26
details
Roberto Ierusalimschy
2
-15
/
+7
2002-11-26
detail
Roberto Ierusalimschy
1
-3
/
+5
2002-11-26
new `coroutine.status' function
Roberto Ierusalimschy
1
-1
/
+18
2002-11-25
new function `lua_version'
Roberto Ierusalimschy
2
-2
/
+9
2002-11-25
simpler interface to hooks + use of `int' to count hooks
Roberto Ierusalimschy
8
-48
/
+41
2002-11-25
renaming `stringdump' -> `string.dump'
Roberto Ierusalimschy
2
-22
/
+21
2002-11-25
`__tostring' for files + small bug (could do invalid read inside
Roberto Ierusalimschy
1
-20
/
+35
2002-11-25
warnings from Visual C++
Roberto Ierusalimschy
3
-7
/
+5
2002-11-25
resets hook count even in case of errors
Roberto Ierusalimschy
1
-2
/
+2
2002-11-25
ULONG_MAX>>10 may not fit into an int
Roberto Ierusalimschy
1
-3
/
+4
2002-11-22
comments
Roberto Ierusalimschy
5
-15
/
+15
2002-11-22
separated control over C recursion level
Roberto Ierusalimschy
4
-18
/
+40
2002-11-22
make more clear "primitive" recursive definitions
Roberto Ierusalimschy
1
-106
/
+100
2002-11-22
avoid C stack overflow during parsing
Roberto Ierusalimschy
3
-4
/
+22
2002-11-22
detail
Roberto Ierusalimschy
2
-4
/
+4
2002-11-21
small bug: previous call may change `base'
Roberto Ierusalimschy
1
-2
/
+3
2002-11-21
new macro `condhardstacktests' to control hard stack tests
Roberto Ierusalimschy
3
-4
/
+18
2002-11-21
simpler definition for incr_top
Roberto Ierusalimschy
1
-7
/
+3
2002-11-21
easier way to keep `base' correct
Roberto Ierusalimschy
3
-26
/
+21
2002-11-21
Lua functions must have a frame or a saved pc.
Roberto Ierusalimschy
1
-1
/
+2
2002-11-21
keep L->ci->base in L->base for faster access
Roberto Ierusalimschy
7
-41
/
+48
2002-11-21
no problem keeping some dead meat while doing collection
Roberto Ierusalimschy
1
-13
/
+4
2002-11-21
C functions cannot increase its top without filling the stack
Roberto Ierusalimschy
1
-6
/
+8
2002-11-21
must check GC every time it can create new objects
Roberto Ierusalimschy
1
-2
/
+10
2002-11-21
global_State must be deallocated (and so allocated) with NULL also
Roberto Ierusalimschy
2
-5
/
+8
[next]