manual
|
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
|
6 years ago |
testes
|
Added directory to test file names in '$Id:'
|
6 years ago |
all
|
Added manual and tests for version 5.4-w2
|
6 years ago |
bugs
|
added patch for bug 5.3.4-7
|
7 years ago |
lapi.c
|
no need to check whether libraries and host use the same kernel;
|
6 years ago |
lapi.h
|
back to 'CallInfo' (no gains with its removal)
|
7 years ago |
lauxlib.c
|
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
|
6 years ago |
lauxlib.h
|
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
|
6 years ago |
lbaselib.c
|
new experimental syntax using reserved word 'undef'
|
7 years ago |
lcode.c
|
Fixed bug in line info. when using 'not' operator
|
6 years ago |
lcode.h
|
no more nil-in-table
|
7 years ago |
lcorolib.c
|
new API for 'lua_resume' + cleaning the uses of the 'extra' field in
|
7 years ago |
lctype.c
|
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
lctype.h
|
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
|
6 years ago |
ldblib.c
|
'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer'
|
7 years ago |
ldebug.c
|
added 'const' to 'Proto*' when possible
|
7 years ago |
ldebug.h
|
added 'const' to 'Proto*' when possible
|
7 years ago |
ldo.c
|
Bug: wrong 'nCcalls' when resuming a coroutine
|
6 years ago |
ldo.h
|
in 'luaD_poscall', there is no need to compute 'firstResult' when 'nres==0'
|
7 years ago |
ldump.c
|
better names for macros for tags and types.
|
7 years ago |
lfunc.c
|
new type 'StackValue' for stack elements
|
7 years ago |
lfunc.h
|
using 'offsetof' to compute the size of parts of a structure
|
7 years ago |
lgc.c
|
Comments about OLD0/OLD1 ages
|
6 years ago |
lgc.h
|
no more 'TESTGRAYBIT' (to free this bit for real uses)
|
7 years ago |
linit.c
|
removed compatibility code with older versions
|
7 years ago |
liolib.c
|
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
|
6 years ago |
ljumptab.h
|
Added missing $Id$ to file 'ljumptab.h'
|
6 years ago |
llex.c
|
no more nil-in-table
|
7 years ago |
llex.h
|
no more nil-in-table
|
7 years ago |
llimits.h
|
new macro 'ispow2'
|
6 years ago |
lmathlib.c
|
type 'Rand64' may not be long long, so it should not use 'LL' in its
|
6 years ago |
lmem.c
|
no need to check whether libraries and host use the same kernel;
|
6 years ago |
lmem.h
|
janitor work on casts
|
7 years ago |
loadlib.c
|
'searchpath' creates less temporary strings
|
6 years ago |
lobject.c
|
no more 'luaO_nilobject' to avoid comparison of global variable addresses
|
7 years ago |
lobject.h
|
new field 'nilvalue' in struct 'global_State' to avoid the use of
|
6 years ago |
lopcodes.c
|
Opcode names moved to a new header file
|
6 years ago |
lopcodes.h
|
Opcode names moved to a new header file
|
6 years ago |
lopnames.h
|
Opcode names moved to a new header file
|
6 years ago |
loslib.c
|
Added "emergency collection" to 'io.tmpfile' and 'os.tmpname'
|
6 years ago |
lparser.c
|
in generational mode, an emergency collection can turn any object black
|
6 years ago |
lparser.h
|
no more nil-in-table
|
7 years ago |
lprefix.h
|
does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining
|
10 years ago |
lstate.c
|
no need to check whether libraries and host use the same kernel;
|
6 years ago |
lstate.h
|
Bug: wrong 'nCcalls' when resuming a coroutine
|
6 years ago |
lstring.c
|
new macros 'likely'/'unlikely' with hints for jump predictions
|
7 years ago |
lstring.h
|
userdata can have multiple user values
|
7 years ago |
lstrlib.c
|
avoid possible overflows when checking sizes in 'string.unpack'
|
7 years ago |
ltable.c
|
warning (comparison between signed and unsigned integers)
|
6 years ago |
ltable.h
|
field 'sizearray' in struct 'Table' changed to 'alimit', which can
|
6 years ago |
ltablib.c
|
no more nil-in-table
|
7 years ago |
ltests.c
|
Fixed bug in line info. when using 'not' operator
|
6 years ago |
ltests.h
|
reorganization of '#if's for sellecting a type for 'Rand64' +
|
7 years ago |
ltm.c
|
new field 'nilvalue' in struct 'global_State' to avoid the use of
|
6 years ago |
ltm.h
|
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
|
6 years ago |
lua.c
|
Removed use of 'rl_inhibit_completion' in 'lua.c'
|
6 years ago |
lua.h
|
Added definition for LUA_VERSION_RELEASE_NUM
|
6 years ago |
luaconf.h
|
opening functions must be exported!
|
6 years ago |
lualib.h
|
removed compatibility code with older versions
|
7 years ago |
lundump.c
|
avoid craches when loading tampered code with NULL as a string constant
|
7 years ago |
lundump.h
|
long strings are created directly in final position when possible
|
9 years ago |
lutf8lib.c
|
Avoid using 'int' for UTF-8 values
|
6 years ago |
lvm.c
|
details
|
6 years ago |
lvm.h
|
field 'sizearray' in struct 'Table' changed to 'alimit', which can
|
6 years ago |
lzio.c
|
long strings are created directly in final position when possible
|
9 years ago |
lzio.h
|
long strings are created directly in final position when possible
|
9 years ago |
makefile
|
several details
|
6 years ago |