Go to file
Roberto Ierusalimschy 7e63d3da02 Some bugs with stack reallocation by 'luaF_close'
(Long time without testing with '-DHARDSTACKTESTS'...)
With the introduction of to-be-closed variables, calls to 'luaF_close'
can move the stack, but some call sites where keeping pointers to the
stack without correcting them.
2018-11-24 11:59:15 -02:00
manual Documentation for to-be-closed variables 2018-11-13 14:33:14 -02:00
testes Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
all Added manual and tests for version 5.4-w2 2018-07-09 12:33:01 -03:00
bugs
lapi.c 'lua_toclose' gets the index to be closed as an argument 2018-11-12 14:15:50 -02:00
lapi.h To-be-closed variables in the C API 2018-10-25 15:30:15 -03:00
lauxlib.c String buffer using to-be-closed variable 2018-11-13 13:50:33 -02:00
lauxlib.h Removed resource-related "emergency collections" 2018-10-31 16:25:29 -03:00
lbaselib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lcode.c Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
lcode.h Big revamp in the implmentation of labels/gotos 2018-10-29 14:26:48 -03:00
lcorolib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lctype.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lctype.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
ldblib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
ldebug.c Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
ldebug.h Better error messages for invalid operands in numeric 'for' 2018-10-30 15:46:56 -03:00
ldo.c Some bugs with stack reallocation by 'luaF_close' 2018-11-24 11:59:15 -02:00
ldo.h First "complete" implementation of to-be-closed variables 2018-10-17 10:44:42 -03:00
ldump.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lfunc.c Removed internal cache for closures 2018-11-01 13:21:00 -03:00
lfunc.h Handling of memory errors when creating to-be-closed upvalues 2018-10-18 16:15:09 -03:00
lgc.c Removed internal cache for closures 2018-11-01 13:21:00 -03:00
lgc.h Removed internal cache for closures 2018-11-01 13:21:00 -03:00
linit.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
liolib.c To-be-closed variable in 'for' loop separated from the state 2018-11-07 14:42:05 -02:00
ljumptab.h Some bugs with stack reallocation by 'luaF_close' 2018-11-24 11:59:15 -02:00
llex.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
llex.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
llimits.h Details (comments) 2018-09-11 08:39:12 -03:00
lmathlib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lmem.c Detail: bad assertion in 'luaM_free_' 2018-10-23 12:58:38 -03:00
lmem.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
loadlib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lobject.c New macros for arithmetic/bitwise operations in 'luaV_execute' 2018-11-05 16:10:42 -02:00
lobject.h Removed internal cache for closures 2018-11-01 13:21:00 -03:00
lopcodes.c Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
lopcodes.h Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
lopnames.h Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
loslib.c Removed resource-related "emergency collections" 2018-10-31 16:25:29 -03:00
lparser.c Details 2018-11-22 13:56:04 -02:00
lparser.h Details 2018-11-22 13:56:04 -02:00
lprefix.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lstate.c Removed internal cache for closures 2018-11-01 13:21:00 -03:00
lstate.h Removed internal cache for closures 2018-11-01 13:21:00 -03:00
lstring.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lstring.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lstrlib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
ltable.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
ltable.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
ltablib.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
ltests.c Some bugs with stack reallocation by 'luaF_close' 2018-11-24 11:59:15 -02:00
ltests.h Added opcodes for arithmetic with K operands 2018-11-23 12:23:45 -02:00
ltm.c New macros for arithmetic/bitwise operations in 'luaV_execute' 2018-11-05 16:10:42 -02:00
ltm.h New macros for arithmetic/bitwise operations in 'luaV_execute' 2018-11-05 16:10:42 -02:00
lua.c Removed use of 'rl_inhibit_completion' in 'lua.c' 2018-08-16 14:38:05 -03:00
lua.h 'lua_toclose' gets the index to be closed as an argument 2018-11-12 14:15:50 -02:00
luaconf.h Visibility of non-API functions changed to "internal" 2018-11-13 13:58:46 -02:00
lualib.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lundump.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lundump.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lutf8lib.c Avoid using 'int' for UTF-8 values 2018-07-12 15:56:44 -03:00
lvm.c Some bugs with stack reallocation by 'luaF_close' 2018-11-24 11:59:15 -02:00
lvm.h New macros for arithmetic/bitwise operations in 'luaV_execute' 2018-11-05 16:10:42 -02:00
lzio.c Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
lzio.h Removed extra information from RCS keyword strings 2018-08-23 14:26:12 -03:00
makefile several details 2018-06-18 15:25:19 -03:00