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 0cc3add9f8 variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' -> 16 years ago
bugs malicious zero-length string in binary code may segfault Lua + 16 years ago
lapi.c several small improvements based on 'ci' being fixed now (including 16 years ago
lapi.h detail 16 years ago
lauxlib.c added comment explaining why the 'feof' test when loading a file 16 years ago
lauxlib.h 'luaL_typeerror' spelled right 16 years ago
lbaselib.c first implementation of yieldable 'pcall' 16 years ago
lcode.c avoid constant folding for -0 (to avoid it colapsing to 0) 17 years ago
lcode.h some cleaning 16 years ago
lctype.c small bug: EOZ is a valid character to be tested 16 years ago
lctype.h small bug: EOZ is a valid character to be tested 16 years ago
ldblib.c 'db_errorfb' changed to 'db_traceback' for consistency 16 years ago
ldebug.c no more code checking 16 years ago
ldebug.h no more code checking 16 years ago
ldo.c new way to GC stacks: the entire stack must be correct all the times; 16 years ago
ldo.h 'CallInfo' stack implemented as double-linked list instead of an array 16 years ago
ldump.c useless test removed (pointed by lint) 17 years ago
lfunc.c 'luaM_freearray' does not need array type as argument 16 years ago
lfunc.h added LUAI_FUNC to functions not in the API 20 years ago
lgc.c resize string hash table only when new size is smaller than current one 16 years ago
lgc.h new way to GC stacks: the entire stack must be correct all the times; 16 years ago
linit.c variable renaming: 'lualibs' -> 'loadedlibs'; 'luareqlibs' -> 16 years ago
liolib.c closing a "popen" file returns the process exit status 16 years ago
llex.c ctype 'lalpha' includes '_' (as '_' behaves as a letter from the 16 years ago
llex.h parser should not call 'luaX_lexerror' 17 years ago
llimits.h avoid trailing white spaces 18 years ago
lmathlib.c 'math.random' uses lua_Number to manage its arguments (there is no 16 years ago
lmem.c details 18 years ago
lmem.h 'luaM_freearray' does not need array type as argument 16 years ago
loadlib.c 'loadlib(lib, "*")' loads 'lib' with global names exported to all 16 years ago
lobject.c Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) 16 years ago
lobject.h no more support for old-style varargs 16 years ago
lopcodes.c generic for coded as two dedicated instructions to simplify resumption 16 years ago
lopcodes.h better notes about some opcodes (comments only) 16 years ago
loslib.c by default, 'os.exit' closes current state 17 years ago
lparser.c no more code checking 16 years ago
lparser.h added structure for local-variable information to allow extra 17 years ago
lstate.c new way to GC stacks: the entire stack must be correct all the times; 16 years ago
lstate.h several small improvements based on 'ci' being fixed now (including 16 years ago
lstring.c hash table for strings is rehashed in place 16 years ago
lstring.h added LUAI_FUNC to functions not in the API 20 years ago
lstrlib.c check for invalid use of '%' in replacement string in 'string.gsub' 16 years ago
ltable.c 'luaM_freearray' does not need array type as argument 16 years ago
ltable.h emergency garbage collector (core forces a GC when allocation fails) 19 years ago
ltablib.c 'context' added to suspendable calls 16 years ago
ltests.c several small improvements based on 'ci' being fixed now (including 16 years ago
ltests.h several small improvements based on 'ci' being fixed now (including 16 years ago
ltm.c tables and strings respect __len metamethod 17 years ago
ltm.h tables and strings respect __len metamethod 17 years ago
lua.c 'fputs' changed to 'luai_writestring' + use of 'lua_checkversion' 16 years ago
lua.h 'CallInfo' stack implemented as double-linked list instead of an array 16 years ago
luaconf.h no more support for old-style varargs 16 years ago
lualib.h avoid trailing white spaces 18 years ago
lundump.c no more code checking 16 years ago
lundump.h new versions by lhf 19 years ago
lvm.c no more code checking 16 years ago
lvm.h yielding across lua_call (first version) 16 years ago
lzio.c small improvement 20 years ago
lzio.h several small details 20 years ago
makefile Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) 16 years ago