You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy b91bc93fd3 'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache' 9 years ago
bugs new entry should not be commented out 9 years ago
lapi.c added assert for NULL pointer in 'lua_pushlstring' 9 years ago
lapi.h macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameter 10 years ago
lauxlib.c better implementation for buffers (reallocated memory directly 10 years ago
lauxlib.h definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 10 years ago
lbaselib.c with string cache, it is not that important for 'type' to avoid 10 years ago
lbitlib.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lcode.c error message ("too complex" -> "too many registers") + MAXREGS 10 years ago
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
lcorolib.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lctype.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lctype.h detail (cleaned whitespaces at end of lines) 14 years ago
ldblib.c bug: when manipulating other threads, there is no garanties about 10 years ago
ldebug.c reuse of 'addinfo' by lexical errors 10 years ago
ldebug.h reuse of 'addinfo' by lexical errors 10 years ago
ldo.c long strings are created directly in final position when possible 9 years ago
ldo.h bug: interpreter cannot pop activation frame before calling return 10 years ago
ldump.c avoid expression with side effect (in debug mode) inside 'sizeof' 10 years ago
lfunc.c added include for 'lprefix.h', for stuff that must be added before 10 years ago
lfunc.h definition for 'MAXUPVAL' moved for a more "private" place and its 10 years ago
lgc.c long strings are created directly in final position when possible 9 years ago
lgc.h barrier macros rewritten as expressions 9 years ago
linit.c includes 'stddef.h' (as it uses NULL) 10 years ago
liolib.c bug: 'io.lines' does not check maximum number of options 9 years ago
llex.c reuse of 'addinfo' by lexical errors 10 years ago
llex.h definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to 10 years ago
llimits.h 'lua_longassert' defined as an expression (instead of a command) 9 years ago
lmathlib.c tiny bug: 'randomseed' was calling 'rand' (instead of 'l_rand') 10 years ago
lmem.c allocation function is not exactly API (and cannot raise errors 10 years ago
lmem.h details in 'luaM_reallocvchar' 10 years ago
loadlib.c detail ('fopen' needs 'stdio.h') 10 years ago
lobject.c simpler code for 'luaO_fb2int' 10 years ago
lobject.h detail in macro 'checkliveness' + macro 'setobj2t' defined as an 9 years ago
lopcodes.c includes 'stddef.h' (as it uses NULL) 10 years ago
lopcodes.h `name' in comments changed to 'name' 10 years ago
loslib.c 'strftime' puts its result directly into 'lua_Buffer' 9 years ago
lparser.c details 10 years ago
lparser.h `name' in comments changed to 'name' 10 years ago
lprefix.h does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining 10 years ago
lstate.c long strings are created directly in final position when possible 9 years ago
lstate.h long strings are created directly in final position when possible 9 years ago
lstring.c long strings are created directly in final position when possible 9 years ago
lstring.h long strings are created directly in final position when possible 9 years ago
lstrlib.c in 'lua_number2strx', use the call to 'l_sprintf' to add exponent 9 years ago
ltable.c avoid possibility of subtle arith. overflow 9 years ago
ltable.h size for array part of a table ('sizearray') changed from 'int' to 10 years ago
ltablib.c avoid subtle possibility of arithmetic overflow 9 years ago
ltests.c new definition for macro 'checkliveness' 9 years ago
ltests.h redefine 'l_sprintf' to test correctness of buffer sizes given 10 years ago
ltm.c details (avoid 'lint' warnings) 10 years ago
ltm.h `name' in comments changed to 'name' 10 years ago
lua.c added ';' at the end of "expression lines" ("return exp;") so that 9 years ago
lua.h new release number (5.3.1) 10 years ago
luaconf.h detail 10 years ago
lualib.h new library: utf8 11 years ago
lundump.c long strings are created directly in final position when possible 9 years ago
lundump.h long strings are created directly in final position when possible 9 years ago
lutf8lib.c details (avoid some 'lint' warnings) 10 years ago
lvm.c 'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache' 9 years ago
lvm.h 'setobj2t' incorporated into 'luaV_fastset' + 'invalidateTMcache' 9 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 using 'clang' by default + changes in warnings ('old-style-declaration' 9 years ago