Go to file
Roberto Ierusalimschy 9514abc2da Cleaner definition for 'TString'
Use a variable-sized array to store string contents at the end of a
structure 'TString', instead of raw memory.
2020-05-19 12:42:20 -03:00
manual Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
testes Back to old encoding of versions in binary files 2020-05-06 14:19:08 -03:00
all
lapi.c Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
lapi.h Comments (mosty typos) 2019-12-30 11:45:08 -03:00
lauxlib.c Details in comments 2020-05-07 14:52:19 -03:00
lauxlib.h Added 'simplesect' sections to the manual 2020-04-13 13:42:40 -03:00
lbaselib.c
lcode.c Fixed "conceptual" bug in 'luaK_setreturns' 2020-03-02 13:24:06 -03:00
lcode.h Details 2020-02-27 12:59:22 -03:00
lcorolib.c
lctype.c Easy way to allow Unicode characters in identifiers 2019-12-17 14:24:30 -03:00
lctype.h
ldblib.c Details 2020-02-27 12:59:22 -03:00
ldebug.c Details 2020-02-27 12:59:22 -03:00
ldebug.h
ldo.c Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
ldo.h
ldump.c Back to old encoding of versions in binary files 2020-05-06 14:19:08 -03:00
lfunc.c Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
lfunc.h Details 2019-11-18 14:54:06 -03:00
lgc.c Added 'simplesect' sections to the manual 2020-04-13 13:42:40 -03:00
lgc.h
linit.c
liolib.c Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
ljumptab.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
llex.c Changed internal representation of booleans 2020-01-06 11:38:31 -03:00
llex.h
llimits.h Small correction in assertion 2019-12-13 14:02:42 -03:00
lmathlib.c Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
lmem.c Comments (mosty typos) 2019-12-30 11:45:08 -03:00
lmem.h
loadlib.c Back to old encoding of versions in binary files 2020-05-06 14:19:08 -03:00
lobject.c
lobject.h Cleaner definition for 'TString' 2020-05-19 12:42:20 -03:00
lopcodes.c Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
lopcodes.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
lopnames.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
loslib.c Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
lparser.c Small issue in 'exprstat' 2020-04-23 14:39:34 -03:00
lparser.h Details 2019-11-18 14:54:06 -03:00
lprefix.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
lstate.c Short strings always use all bytes in the hash 2020-04-01 10:52:41 -03:00
lstate.h Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
lstring.c Short strings always use all bytes in the hash 2020-04-01 10:52:41 -03:00
lstring.h Cleaner definition for 'TString' 2020-05-19 12:42:20 -03:00
lstrlib.c Fixed bug in 'string.format("%p")' 2020-03-16 14:13:13 -03:00
ltable.c Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
ltable.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
ltablib.c
ltests.c Fixed bug in 'string.format("%p")' 2020-03-16 14:13:13 -03:00
ltests.h Details 2020-04-30 17:29:27 -03:00
ltm.c Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
ltm.h Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
lua.c
lua.h Clearer distinction between types and tags 2020-01-31 11:09:53 -03:00
luaconf.h 'l_mathlim' renamed to 'l_floatatt' 2019-12-05 13:31:07 -03:00
lualib.h
lundump.c Back to old encoding of versions in binary files 2020-05-06 14:19:08 -03:00
lundump.h Details in comments 2020-05-07 14:52:19 -03:00
lutf8lib.c Added 'simplesect' sections to the manual 2020-04-13 13:42:40 -03:00
lvm.c Details 2020-02-27 12:59:22 -03:00
lvm.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
lzio.c
lzio.h
makefile
onelua.c