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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
in lua_gc/step, 'luaC_step' changes GCthreshold, so there was little
Roberto Ierusalimschy
2010-04-19
1
-4
/
+2
*
"light C function" is a better name than "C-function pointer"
Roberto Ierusalimschy
2010-04-18
6
-19
/
+19
*
comparsion tag methods follow the same rule as other binary TMs
Roberto Ierusalimschy
2010-04-18
1
-20
/
+12
*
macro LUA_USE_LONGJMP allows choosing longjmp when compiling Lua as
Roberto Ierusalimschy
2010-04-18
1
-2
/
+2
*
better line numbers for function calls and unary/binary operators +
Roberto Ierusalimschy
2010-04-17
3
-20
/
+27
*
'gcstate' now also runs collector until given state + small changes
Roberto Ierusalimschy
2010-04-16
1
-21
/
+22
*
new escape sequence '\*' + several comments + moving options from
Roberto Ierusalimschy
2010-04-16
1
-42
/
+62
*
no need to avoid calling ctype functions as now they are implemented
Roberto Ierusalimschy
2010-04-15
1
-4
/
+2
*
invalid instructions "cannot" happen
Roberto Ierusalimschy
2010-04-15
1
-3
/
+2
*
no more 'ccall' nor 'cpcall' functions. (With light C functions they
Roberto Ierusalimschy
2010-04-14
5
-40
/
+8
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
11
-88
/
+141
*
BUG: 'string.format' may get buffer when there are missing arguments
Roberto Ierusalimschy
2010-04-12
1
-4
/
+15
*
better control in 'totalmem' over choosing counters
Roberto Ierusalimschy
2010-04-12
1
-8
/
+18
*
new macro LUA_NUMTAGS
Roberto Ierusalimschy
2010-04-12
6
-19
/
+15
*
check memory allows strings to live in the main GC list (it should
Roberto Ierusalimschy
2010-04-12
1
-1
/
+2
*
patterns now accept '\0' as a regular character
Roberto Ierusalimschy
2010-04-12
1
-28
/
+38
*
new implementation for Generic Buffer manipulation (using userdata as
Roberto Ierusalimschy
2010-04-09
3
-103
/
+93
*
keep memory-error message in the global state, so that its use
Roberto Ierusalimschy
2010-04-08
4
-9
/
+13
*
macro 'eqstr' was being used to compare non-string entities
Roberto Ierusalimschy
2010-04-08
1
-2
/
+2
*
no need to keep "_ENV" name in global state (can be kept in lex state)
Roberto Ierusalimschy
2010-04-05
5
-12
/
+12
*
new macro 'eqstr'
Roberto Ierusalimschy
2010-04-05
6
-14
/
+25
*
'lua_pushstring' now uses 'luaS_new'
Roberto Ierusalimschy
2010-04-05
1
-3
/
+11
*
cannot sweep main thread in sweepstring phase
Roberto Ierusalimschy
2010-04-05
1
-7
/
+16
*
'luaS_new' changed from macro to function
Roberto Ierusalimschy
2010-04-03
2
-5
/
+8
*
avoid using 'luaS_new' when can use 'luaS_newlstr'
Roberto Ierusalimschy
2010-04-02
1
-3
/
+3
*
small changes in 'luaO_pushvfstring'
Roberto Ierusalimschy
2010-04-02
1
-15
/
+13
*
option to return GC to normal (incremental, non generational) mode
Roberto Ierusalimschy
2010-04-02
3
-5
/
+11
*
added proper code to trace garbage collection
Roberto Ierusalimschy
2010-04-02
2
-8
/
+24
*
work related to hooks moved from 'luaV_execute' to 'traceexec'
Roberto Ierusalimschy
2010-03-29
1
-5
/
+5
*
comments
Roberto Ierusalimschy
2010-03-29
1
-3
/
+3
*
global table now is only kept in the registry
Roberto Ierusalimschy
2010-03-29
5
-17
/
+17
*
no more fenvs!
Roberto Ierusalimschy
2010-03-26
16
-170
/
+78
*
major collections in generational mode
Roberto Ierusalimschy
2010-03-25
4
-23
/
+39
*
'mainthread' is not inserted in the 'allgc' list anymore, but swept
Roberto Ierusalimschy
2010-03-25
4
-21
/
+18
*
generational mode no longer sweep old objects
Roberto Ierusalimschy
2010-03-24
2
-19
/
+41
*
userdata with finalizers are kept in a separated list ('udgc'), instead
Roberto Ierusalimschy
2010-03-24
5
-44
/
+48
*
BUG: emergency collector might resize 'strt' (string table) when
Roberto Ierusalimschy
2010-03-23
1
-11
/
+27
*
draft version of a generational mode for garbage collection. (Not well
Roberto Ierusalimschy
2010-03-22
5
-35
/
+70
*
detail (wrong comment about LUAI_GCPAUSE)
Roberto Ierusalimschy
2010-03-22
1
-2
/
+2
*
'lua_assert' not visible from libraries
Roberto Ierusalimschy
2010-03-22
1
-3
/
+2
*
'cpcall' renamed to 'ccall' as it does not do a protected call
Roberto Ierusalimschy
2010-03-19
3
-10
/
+10
*
'ipairs' is deprecated
Roberto Ierusalimschy
2010-03-19
1
-1
/
+13
*
for compatibility only: 'module' changes the first upvalue of
Roberto Ierusalimschy
2010-03-19
1
-4
/
+8
*
avoid using function environments in C libraries (as it probably will
Roberto Ierusalimschy
2010-03-17
4
-51
/
+69
*
'_ENV' name permanently stored in global state for easier access
Roberto Ierusalimschy
2010-03-13
5
-12
/
+11
*
must include 'string.h' because a macro uses 'strlen'
Roberto Ierusalimschy
2010-03-13
1
-1
/
+2
*
better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX
Roberto Ierusalimschy
2010-03-13
4
-23
/
+28
*
first version of _ENV; no more global variables
Roberto Ierusalimschy
2010-03-12
12
-124
/
+52
*
small optimization in luaL_addlstring (avoid adding chars one by one)
Roberto Ierusalimschy
2010-03-12
1
-3
/
+14
*
first step towards _ENV: all chunks have an puvalues _ENV with the
Roberto Ierusalimschy
2010-03-08
3
-13
/
+33
[prev]
[next]